summaryrefslogtreecommitdiffstats
path: root/progress.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-03git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano3-2/+14
2007-11-03War on whitespace: first, a bit of retreat.Junio C Hamano4-5/+70
2007-11-03Fixing path quoting in git-rebaseJonathan del Strother1-13/+13
2007-11-02Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites.Kristian Høgsberg2-6/+6
2007-11-02Documentation: quote commit messages consistently.Sergei Organov3-7/+7
2007-11-02Remove escaping of '|' in manpage option sectionsJonas Fonseca2-2/+2
2007-11-02transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variableBlake Ramsdell1-1/+1
2007-11-02gc: use parse_optionsJames Bowes1-22/+22
2007-11-02git-diff.txt: add section "output format" describing the diff formatsGerrit Pape2-9/+13
2007-11-01Do no colorify test output if stdout is not a terminalAlex Riesen1-0/+1
2007-11-01Show total transferred as part of throughput progressNicolas Pitre1-3/+26
2007-11-01make sure throughput display gets updated even if progress doesn't moveNicolas Pitre1-0/+3
2007-11-01return the prune-packed progress display to the inner loopNicolas Pitre1-2/+1
2007-11-01git-format-patch.txt: fix explanation of an example.Sergei Organov1-1/+1
2007-11-01git-filter-branch.txt: fix a typo.Sergei Organov1-1/+1
2007-11-01git-clone.txt: Improve --depth description.Ralf Wildenhues1-3/+3
2007-11-01gitweb: Update config file example for snapshot feature in gitweb/INSTALLJakub Narebski1-1/+1
2007-11-01cvsexportcommit: fix for commits that do not have parentsBrad King1-3/+10
2007-10-31GIT 1.5.3.5v1.5.3.5Junio C Hamano2-7/+1
2007-10-31No longer install git-svnimport, move to contrib/examplesGerrit Pape6-5/+1
2007-10-31Update GIT 1.5.3.5 Release NotesJunio C Hamano1-1/+7
2007-10-31git-rebase--interactive.sh: Make 3-way merge strategies work for -p.Björn Steinbrink1-0/+2
2007-10-31git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.Björn Steinbrink1-2/+2
2007-10-31Fix --strategy parsing in git-rebase--interactive.shBjörn Steinbrink1-1/+0
2007-10-31Make merge-recursive honor diff.renamelimitLars Hjemli1-0/+6
2007-10-31cherry-pick/revert: more compact user direction messageNicolas Pitre1-1/+1
2007-10-31core-tutorial: Use new syntax for git-merge.Sergei Organov1-4/+4
2007-10-31git-merge: document but discourage the historical syntaxJunio C Hamano1-5/+6
2007-10-31Prevent send-pack from segfaulting (backport from 'master')Junio C Hamano1-1/+4
2007-10-31Fixed a command line option type for builtin-fsck.cEmil Medve1-1/+1
2007-10-31add throughput display to git-pushNicolas Pitre3-1/+13
2007-10-31add some copyright notice to the progress display codeNicolas Pitre1-0/+10
2007-10-31add throughput display to index-packNicolas Pitre1-1/+5
2007-10-31add throughput to progress displayNicolas Pitre2-4/+77
2007-10-31relax usage of the progress APINicolas Pitre5-38/+20
2007-10-31make struct progress an opaque typeNicolas Pitre7-45/+57
2007-10-31prune-packed: don't call display_progress() for every fileNicolas Pitre1-2/+3
2007-10-30Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in exampleMichael W. Olson1-1/+1
2007-10-30gitweb: Fix and simplify "split patch" detectionJakub Narebski1-85/+67
2007-10-30git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OKNguyễn Thái Ngọc Duy1-1/+1
2007-10-30Make builtin-pack-refs.c use parse_options.Pierre Habouzit1-27/+20
2007-10-30Make builtin-name-rev.c use parse_options.Pierre Habouzit1-39/+25
2007-10-30Make builtin-count-objects.c use parse_options.Pierre Habouzit1-17/+15
2007-10-30Make builtin-fsck.c use parse_options.Pierre Habouzit1-54/+26
2007-10-30Update manpages to reflect new short and long option aliasesJonas Fonseca5-7/+7
2007-10-30Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2-77/+61
2007-10-30Make builtin-symbolic-ref.c use parse_options.Pierre Habouzit1-34/+18
2007-10-30Make builtin-update-ref.c use parse_optionsPierre Habouzit1-40/+25
2007-10-30Make builtin-revert.c use parse_options.Pierre Habouzit1-37/+30
2007-10-30Make builtin-describe.c use parse_optionsPierre Habouzit1-41/+29