index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progress.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-11-03
git-diff: complain about >=8 consecutive spaces in initial indent
Junio C Hamano
3
-2
/
+14
2007-11-03
War on whitespace: first, a bit of retreat.
Junio C Hamano
4
-5
/
+70
2007-11-03
Fixing path quoting in git-rebase
Jonathan del Strother
1
-13
/
+13
2007-11-02
Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.
Kristian Høgsberg
2
-6
/
+6
2007-11-02
Documentation: quote commit messages consistently.
Sergei Organov
3
-7
/
+7
2007-11-02
Remove escaping of '|' in manpage option sections
Jonas Fonseca
2
-2
/
+2
2007-11-02
transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable
Blake Ramsdell
1
-1
/
+1
2007-11-02
gc: use parse_options
James Bowes
1
-22
/
+22
2007-11-02
git-diff.txt: add section "output format" describing the diff formats
Gerrit Pape
2
-9
/
+13
2007-11-01
Do no colorify test output if stdout is not a terminal
Alex Riesen
1
-0
/
+1
2007-11-01
Show total transferred as part of throughput progress
Nicolas Pitre
1
-3
/
+26
2007-11-01
make sure throughput display gets updated even if progress doesn't move
Nicolas Pitre
1
-0
/
+3
2007-11-01
return the prune-packed progress display to the inner loop
Nicolas Pitre
1
-2
/
+1
2007-11-01
git-format-patch.txt: fix explanation of an example.
Sergei Organov
1
-1
/
+1
2007-11-01
git-filter-branch.txt: fix a typo.
Sergei Organov
1
-1
/
+1
2007-11-01
git-clone.txt: Improve --depth description.
Ralf Wildenhues
1
-3
/
+3
2007-11-01
gitweb: Update config file example for snapshot feature in gitweb/INSTALL
Jakub Narebski
1
-1
/
+1
2007-11-01
cvsexportcommit: fix for commits that do not have parents
Brad King
1
-3
/
+10
2007-10-31
GIT 1.5.3.5
v1.5.3.5
Junio C Hamano
2
-7
/
+1
2007-10-31
No longer install git-svnimport, move to contrib/examples
Gerrit Pape
6
-5
/
+1
2007-10-31
Update GIT 1.5.3.5 Release Notes
Junio C Hamano
1
-1
/
+7
2007-10-31
git-rebase--interactive.sh: Make 3-way merge strategies work for -p.
Björn Steinbrink
1
-0
/
+2
2007-10-31
git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.
Björn Steinbrink
1
-2
/
+2
2007-10-31
Fix --strategy parsing in git-rebase--interactive.sh
Björn Steinbrink
1
-1
/
+0
2007-10-31
Make merge-recursive honor diff.renamelimit
Lars Hjemli
1
-0
/
+6
2007-10-31
cherry-pick/revert: more compact user direction message
Nicolas Pitre
1
-1
/
+1
2007-10-31
core-tutorial: Use new syntax for git-merge.
Sergei Organov
1
-4
/
+4
2007-10-31
git-merge: document but discourage the historical syntax
Junio C Hamano
1
-5
/
+6
2007-10-31
Prevent send-pack from segfaulting (backport from 'master')
Junio C Hamano
1
-1
/
+4
2007-10-31
Fixed a command line option type for builtin-fsck.c
Emil Medve
1
-1
/
+1
2007-10-31
add throughput display to git-push
Nicolas Pitre
3
-1
/
+13
2007-10-31
add some copyright notice to the progress display code
Nicolas Pitre
1
-0
/
+10
2007-10-31
add throughput display to index-pack
Nicolas Pitre
1
-1
/
+5
2007-10-31
add throughput to progress display
Nicolas Pitre
2
-4
/
+77
2007-10-31
relax usage of the progress API
Nicolas Pitre
5
-38
/
+20
2007-10-31
make struct progress an opaque type
Nicolas Pitre
7
-45
/
+57
2007-10-31
prune-packed: don't call display_progress() for every file
Nicolas Pitre
1
-2
/
+3
2007-10-30
Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example
Michael W. Olson
1
-1
/
+1
2007-10-30
gitweb: Fix and simplify "split patch" detection
Jakub Narebski
1
-85
/
+67
2007-10-30
git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OK
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2007-10-30
Make builtin-pack-refs.c use parse_options.
Pierre Habouzit
1
-27
/
+20
2007-10-30
Make builtin-name-rev.c use parse_options.
Pierre Habouzit
1
-39
/
+25
2007-10-30
Make builtin-count-objects.c use parse_options.
Pierre Habouzit
1
-17
/
+15
2007-10-30
Make builtin-fsck.c use parse_options.
Pierre Habouzit
1
-54
/
+26
2007-10-30
Update manpages to reflect new short and long option aliases
Jonas Fonseca
5
-7
/
+7
2007-10-30
Make builtin-for-each-ref.c use parse-opts.
Pierre Habouzit
2
-77
/
+61
2007-10-30
Make builtin-symbolic-ref.c use parse_options.
Pierre Habouzit
1
-34
/
+18
2007-10-30
Make builtin-update-ref.c use parse_options
Pierre Habouzit
1
-40
/
+25
2007-10-30
Make builtin-revert.c use parse_options.
Pierre Habouzit
1
-37
/
+30
2007-10-30
Make builtin-describe.c use parse_options
Pierre Habouzit
1
-41
/
+29
[next]