summaryrefslogtreecommitdiffstats
path: root/builtin-send-pack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-12-19git-svn: avoid warning when run without argumentsEric Wong1-2/+2
2007-12-19git-svn: workaround a for broken symlinks in SVNEric Wong1-3/+9
2007-12-19git-svn: avoid leaving leftover committer/author info in rebaseEric Wong1-11/+39
2007-12-19fix style of a few comments in diff-delta.cNicolas Pitre1-24/+24
2007-12-18git-filter-branch.sh: more portable tr usage: use \012, not \n.Jim Meyering1-1/+1
2007-12-18filter-branch: Remove broken and unnecessary summary of rewritten refs.Johannes Sixt1-5/+0
2007-12-18Fix some documentation typos.Ralf Wildenhues6-10/+10
2007-12-18builtin-blame.c: remove unneeded memclr()Junio C Hamano1-1/+0
2007-12-18unpack-trees: FLEX_ARRAY fixLinus Torvalds1-1/+1
2007-12-18Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit1-1/+1
2007-12-18rebase -p -i: handle "no changes" gracefullyJohannes Schindelin2-1/+12
2007-12-18Document diff.external and mergetool.<tool>.pathJohannes Schindelin1-0/+11
2007-12-18Support config variable diff.externalJohannes Schindelin1-0/+7
2007-12-18Clean up documentation that references deprecated 'git peek-remote'.Johannes Sixt4-8/+5
2007-12-18Clarify error response from 'git fetch' for bad responsesSam Vilain1-1/+1
2007-12-18the use of 'tr' in the test suite isn't really portableH.Merijn Brand11-18/+18
2007-12-18Plug a resource leak in threaded pack-objects code.Johannes Sixt1-2/+2
2007-12-18git-send-email: avoid duplicate message-idsJeff King1-1/+5
2007-12-18clone: correctly report http_fetch errorsJeff King1-5/+6
2007-12-17Documentation/git-submodule: refer to gitmodules(5)Junio C Hamano1-1/+2
2007-12-17threaded pack-objects: Use condition variables for thread communication.Johannes Sixt1-50/+79
2007-12-17builtin-commit: make summary output consistent with statusJunio C Hamano1-0/+3
2007-12-17builtin-commit: fix summary output.Junio C Hamano1-0/+1
2007-12-16builtin-apply: stronger indent-with-on-tab fixingJ. Bruce Fields1-2/+1
2007-12-16builtin-apply: minor cleanup of whitespace detectionJ. Bruce Fields1-4/+4
2007-12-16Re-re-re-fix common tail optimizationJunio C Hamano2-1/+70
2007-12-16whitespace: fix config.txt description of indent-with-non-tabJ. Bruce Fields1-1/+1
2007-12-16whitespace: more accurate initial-indent highlightingJ. Bruce Fields1-8/+16
2007-12-16whitespace: fix initial-indent checkingJ. Bruce Fields2-6/+19
2007-12-16whitespace: minor cleanupJ. Bruce Fields1-12/+9
2007-12-16whitespace: reorganize initial-indent checkJ. Bruce Fields1-8/+7
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields2-3/+3
2007-12-16rename git-browse--help to git-help--browseJeff King5-5/+5
2007-12-16Fix a memory leak李鸿1-0/+3
2007-12-16gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis2-1/+26
2007-12-16gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeJakub Narebski1-11/+11
2007-12-16gitweb: disambiguate heads and tags withs the same nameJakub Narebski1-6/+8
2007-12-16teach bash completion to treat commands with "--" as a helperJeff King1-2/+1
2007-12-16trim_common_tail: brown paper bag fix.Jeff King1-5/+4
2007-12-15Update draft release notes for 1.5.4Junio C Hamano1-1/+10
2007-12-15Start preparing the API documents.Junio C Hamano27-5/+675
2007-12-15Retire git-runstatus for real.Junio C Hamano4-108/+1
2007-12-15Rename git-browse-help helper to git-browse--helpJunio C Hamano5-9/+8
2007-12-15git-help: add "help.format" config variable.Christian Couder4-12/+100
2007-12-15Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey4-163/+89
2007-12-15Fix various memory leaks in http-push.c and http-walker.cMike Hommey2-28/+45
2007-12-15Use strbuf in http codeMike Hommey5-201/+108
2007-12-15Avoid redundant declaration of missing_target()Mike Hommey3-26/+13
2007-12-15Remove a CURLOPT_HTTPHEADER (un)settingMike Hommey1-1/+0
2007-12-15Remove the default_headers variable from http-push.cMike Hommey1-7/+0