index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build-in send-pack, with an API for other programs to call.
Daniel Barkalow
2007-11-03
5
-37
/
+64
*
Build-in peek-remote, using transport infrastructure.
Daniel Barkalow
2007-11-03
4
-30
/
+30
*
Miscellaneous const changes and utilities
Daniel Barkalow
2007-11-03
9
-33
/
+57
*
Merge branch 'maint'
Junio C Hamano
2007-11-03
7
-15
/
+15
|
\
|
*
Fixing path quoting in git-rebase
Jonathan del Strother
2007-11-03
1
-13
/
+13
|
*
Merge branch 'bk/maint-cvsexportcommit' into maint
Junio C Hamano
2007-11-02
1
-3
/
+10
|
|
\
|
*
|
Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.
Kristian Høgsberg
2007-11-02
2
-6
/
+6
|
*
|
Documentation: quote commit messages consistently.
Sergei Organov
2007-11-02
3
-7
/
+7
|
*
|
Remove escaping of '|' in manpage option sections
Jonas Fonseca
2007-11-02
2
-2
/
+2
*
|
|
Merge branch 'ph/parseopt'
Junio C Hamano
2007-11-03
26
-619
/
+938
|
\
\
\
|
*
|
|
gc: use parse_options
James Bowes
2007-11-02
1
-22
/
+22
|
*
|
|
Fixed a command line option type for builtin-fsck.c
Emil Medve
2007-10-31
1
-1
/
+1
|
*
|
|
Make builtin-pack-refs.c use parse_options.
Pierre Habouzit
2007-10-30
1
-27
/
+20
|
*
|
|
Make builtin-name-rev.c use parse_options.
Pierre Habouzit
2007-10-30
1
-39
/
+25
|
*
|
|
Make builtin-count-objects.c use parse_options.
Pierre Habouzit
2007-10-30
1
-17
/
+15
|
*
|
|
Make builtin-fsck.c use parse_options.
Pierre Habouzit
2007-10-30
1
-54
/
+26
|
*
|
|
Update manpages to reflect new short and long option aliases
Jonas Fonseca
2007-10-30
5
-7
/
+7
|
*
|
|
Make builtin-for-each-ref.c use parse-opts.
Pierre Habouzit
2007-10-30
2
-77
/
+61
|
*
|
|
Make builtin-symbolic-ref.c use parse_options.
Pierre Habouzit
2007-10-30
1
-34
/
+18
|
*
|
|
Make builtin-update-ref.c use parse_options
Pierre Habouzit
2007-10-30
1
-40
/
+25
|
*
|
|
Make builtin-revert.c use parse_options.
Pierre Habouzit
2007-10-30
1
-37
/
+30
|
*
|
|
Make builtin-describe.c use parse_options
Pierre Habouzit
2007-10-30
1
-41
/
+29
|
*
|
|
Make builtin-branch.c use parse_options.
Pierre Habouzit
2007-10-30
1
-95
/
+52
|
*
|
|
Make builtin-mv.c use parse-options
Pierre Habouzit
2007-10-30
1
-49
/
+35
|
*
|
|
Make builtin-rm.c use parse_options.
Pierre Habouzit
2007-10-30
1
-31
/
+23
|
*
|
|
Port builtin-add.c to use the new option parser.
Kristian Høgsberg
2007-10-30
1
-46
/
+27
|
*
|
|
parse-options: allow callbacks to take no arguments at all.
Pierre Habouzit
2007-10-30
2
-1
/
+10
|
*
|
|
parse-options: Allow abbreviated options when unambiguous
Johannes Schindelin
2007-10-30
2
-0
/
+60
|
*
|
|
Add shortcuts for very often used options.
Pierre Habouzit
2007-10-30
2
-0
/
+32
|
*
|
|
parse-options: make some arguments optional, add callbacks.
Pierre Habouzit
2007-10-30
2
-8
/
+53
|
*
|
|
Rework make_usage to print the usage message immediately
Alex Riesen
2007-10-30
1
-25
/
+22
|
*
|
|
Add tests for parse-options.c
Johannes Schindelin
2007-10-30
4
-1
/
+107
|
*
|
|
parse-options: be able to generate usages automatically
Pierre Habouzit
2007-10-30
2
-9
/
+79
|
*
|
|
Add a simple option parser.
Pierre Habouzit
2007-10-30
3
-2
/
+204
*
|
|
|
Merge branch 'np/progress'
Junio C Hamano
2007-11-03
13
-138
/
+276
|
\
\
\
\
|
*
|
|
|
Show total transferred as part of throughput progress
Nicolas Pitre
2007-11-01
1
-3
/
+26
|
*
|
|
|
make sure throughput display gets updated even if progress doesn't move
Nicolas Pitre
2007-11-01
1
-0
/
+3
|
*
|
|
|
return the prune-packed progress display to the inner loop
Nicolas Pitre
2007-11-01
1
-2
/
+1
|
*
|
|
|
add throughput display to git-push
Nicolas Pitre
2007-10-31
3
-1
/
+13
|
*
|
|
|
add some copyright notice to the progress display code
Nicolas Pitre
2007-10-31
1
-0
/
+10
|
*
|
|
|
add throughput display to index-pack
Nicolas Pitre
2007-10-31
1
-1
/
+5
|
*
|
|
|
add throughput to progress display
Nicolas Pitre
2007-10-31
2
-4
/
+77
|
*
|
|
|
relax usage of the progress API
Nicolas Pitre
2007-10-31
5
-38
/
+20
|
*
|
|
|
make struct progress an opaque type
Nicolas Pitre
2007-10-31
7
-45
/
+57
|
*
|
|
|
prune-packed: don't call display_progress() for every file
Nicolas Pitre
2007-10-31
1
-2
/
+3
|
*
|
|
|
Stop displaying "Pack pack-$ID created." during git-gc
Shawn O. Pearce
2007-10-19
1
-3
/
+0
|
*
|
|
|
Teach prune-packed to use the standard progress meter
Shawn O. Pearce
2007-10-19
1
-4
/
+11
|
*
|
|
|
Change 'Deltifying objects' to 'Compressing objects'
Shawn O. Pearce
2007-10-19
1
-1
/
+1
|
*
|
|
|
fix for more minor memory leaks
Nicolas Pitre
2007-10-17
1
-0
/
+4
|
*
|
|
|
fix const issues with some functions
Nicolas Pitre
2007-10-17
4
-7
/
+8
[next]