summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-19git-svn: avoid warning when run without argumentsLibravatar Eric Wong1-2/+2
2007-12-19git-svn: workaround a for broken symlinks in SVNLibravatar Eric Wong1-3/+9
2007-12-19git-svn: avoid leaving leftover committer/author info in rebaseLibravatar Eric Wong1-11/+39
2007-12-18fix style of a few comments in diff-delta.cLibravatar Nicolas Pitre1-24/+24
2007-12-18git-filter-branch.sh: more portable tr usage: use \012, not \n.Libravatar Jim Meyering1-1/+1
2007-12-18filter-branch: Remove broken and unnecessary summary of rewritten refs.Libravatar Johannes Sixt1-5/+0
2007-12-18Fix some documentation typos.Libravatar Ralf Wildenhues6-10/+10
2007-12-18builtin-blame.c: remove unneeded memclr()Libravatar Junio C Hamano1-1/+0
2007-12-18unpack-trees: FLEX_ARRAY fixLibravatar Linus Torvalds1-1/+1
2007-12-17Fix segfault in diff-delta.c when FLEX_ARRAY is 1Libravatar Pierre Habouzit1-1/+1
2007-12-17Merge branch 'maint'Libravatar Junio C Hamano2-6/+11
2007-12-17rebase -p -i: handle "no changes" gracefullyLibravatar Johannes Schindelin2-1/+12
2007-12-17Document diff.external and mergetool.<tool>.pathLibravatar Johannes Schindelin1-0/+11
2007-12-17Support config variable diff.externalLibravatar Johannes Schindelin1-0/+7
2007-12-17Clean up documentation that references deprecated 'git peek-remote'.Libravatar Johannes Sixt4-8/+5
2007-12-17Clarify error response from 'git fetch' for bad responsesLibravatar Sam Vilain1-1/+1
2007-12-17the use of 'tr' in the test suite isn't really portableLibravatar H.Merijn Brand11-18/+18
2007-12-17Plug a resource leak in threaded pack-objects code.Libravatar Johannes Sixt1-2/+2
2007-12-17git-send-email: avoid duplicate message-idsLibravatar Jeff King1-1/+5
2007-12-17clone: correctly report http_fetch errorsLibravatar Jeff King1-5/+6
2007-12-16Documentation/git-submodule: refer to gitmodules(5)Libravatar Junio C Hamano1-1/+2
2007-12-16threaded pack-objects: Use condition variables for thread communication.Libravatar Johannes Sixt1-50/+79
2007-12-16builtin-commit: make summary output consistent with statusLibravatar Junio C Hamano1-0/+3
2007-12-16builtin-commit: fix summary output.Libravatar Junio C Hamano1-0/+1
2007-12-16builtin-apply: stronger indent-with-on-tab fixingLibravatar J. Bruce Fields1-2/+1
2007-12-16builtin-apply: minor cleanup of whitespace detectionLibravatar J. Bruce Fields1-4/+4
2007-12-16Re-re-re-fix common tail optimizationLibravatar Junio C Hamano2-1/+70
2007-12-16whitespace: fix config.txt description of indent-with-non-tabLibravatar J. Bruce Fields1-1/+1
2007-12-16whitespace: more accurate initial-indent highlightingLibravatar J. Bruce Fields1-8/+16
2007-12-16whitespace: fix initial-indent checkingLibravatar J. Bruce Fields2-6/+19
2007-12-16whitespace: minor cleanupLibravatar J. Bruce Fields1-12/+9
2007-12-16whitespace: reorganize initial-indent checkLibravatar J. Bruce Fields1-8/+7
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingLibravatar J. Bruce Fields2-3/+3
2007-12-16rename git-browse--help to git-help--browseLibravatar Jeff King5-5/+5
2007-12-16Fix a memory leakLibravatar 李鸿1-0/+3
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Libravatar Petr Baudis2-1/+26
2007-12-16gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeLibravatar Jakub Narebski1-11/+11
2007-12-16gitweb: disambiguate heads and tags withs the same nameLibravatar Jakub Narebski1-6/+8
2007-12-16teach bash completion to treat commands with "--" as a helperLibravatar Jeff King1-2/+1
2007-12-16trim_common_tail: brown paper bag fix.Libravatar Jeff King1-5/+4
2007-12-14Update draft release notes for 1.5.4Libravatar Junio C Hamano1-1/+10
2007-12-14Start preparing the API documents.Libravatar Junio C Hamano27-5/+675
2007-12-14Retire git-runstatus for real.Libravatar Junio C Hamano4-108/+1
2007-12-14Rename git-browse-help helper to git-browse--helpLibravatar Junio C Hamano5-9/+8
2007-12-14git-help: add "help.format" config variable.Libravatar Christian Couder4-12/+100
2007-12-14Merge branch 'wc/diff'Libravatar Junio C Hamano12-192/+396
2007-12-14Move fetch_ref from http-push.c and http-walker.c to http.cLibravatar Mike Hommey4-163/+89
2007-12-14Fix various memory leaks in http-push.c and http-walker.cLibravatar Mike Hommey2-28/+45
2007-12-14Use strbuf in http codeLibravatar Mike Hommey5-201/+108
2007-12-14Avoid redundant declaration of missing_target()Libravatar Mike Hommey3-26/+13