summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* builtin-blame.c: remove unneeded memclr()Junio C Hamano2007-12-181-1/+0
* unpack-trees: FLEX_ARRAY fixLinus Torvalds2007-12-181-1/+1
* Fix segfault in diff-delta.c when FLEX_ARRAY is 1Pierre Habouzit2007-12-171-1/+1
* Merge branch 'maint'Junio C Hamano2007-12-172-6/+11
|\
| * git-send-email: avoid duplicate message-idsJeff King2007-12-171-1/+5
| * clone: correctly report http_fetch errorsJeff King2007-12-171-5/+6
* | rebase -p -i: handle "no changes" gracefullyJohannes Schindelin2007-12-172-1/+12
* | Document diff.external and mergetool.<tool>.pathJohannes Schindelin2007-12-171-0/+11
* | Support config variable diff.externalJohannes Schindelin2007-12-171-0/+7
* | Clean up documentation that references deprecated 'git peek-remote'.Johannes Sixt2007-12-174-8/+5
* | Clarify error response from 'git fetch' for bad responsesSam Vilain2007-12-171-1/+1
* | the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-1711-18/+18
* | Plug a resource leak in threaded pack-objects code.Johannes Sixt2007-12-171-2/+2
* | Documentation/git-submodule: refer to gitmodules(5)Junio C Hamano2007-12-161-1/+2
* | threaded pack-objects: Use condition variables for thread communication.Johannes Sixt2007-12-161-50/+79
* | builtin-commit: make summary output consistent with statusJunio C Hamano2007-12-161-0/+3
* | builtin-commit: fix summary output.Junio C Hamano2007-12-161-0/+1
* | builtin-apply: stronger indent-with-on-tab fixingJ. Bruce Fields2007-12-161-2/+1
* | builtin-apply: minor cleanup of whitespace detectionJ. Bruce Fields2007-12-161-4/+4
* | Re-re-re-fix common tail optimizationJunio C Hamano2007-12-162-1/+70
* | whitespace: fix config.txt description of indent-with-non-tabJ. Bruce Fields2007-12-161-1/+1
* | whitespace: more accurate initial-indent highlightingJ. Bruce Fields2007-12-161-8/+16
* | whitespace: fix initial-indent checkingJ. Bruce Fields2007-12-162-6/+19
* | whitespace: minor cleanupJ. Bruce Fields2007-12-161-12/+9
* | whitespace: reorganize initial-indent checkJ. Bruce Fields2007-12-161-8/+7
* | whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields2007-12-162-3/+3
* | rename git-browse--help to git-help--browseJeff King2007-12-165-5/+5
* | Fix a memory leak李鸿2007-12-161-0/+3
* | gitweb: Make config_to_multi return [] instead of [undef]Petr Baudis2007-12-162-1/+26
* | gitweb: Teach "a=blob" action to be more lenient about blob/file mime typeJakub Narebski2007-12-161-11/+11
* | gitweb: disambiguate heads and tags withs the same nameJakub Narebski2007-12-161-6/+8
* | teach bash completion to treat commands with "--" as a helperJeff King2007-12-161-2/+1
* | trim_common_tail: brown paper bag fix.Jeff King2007-12-161-5/+4
* | Update draft release notes for 1.5.4Junio C Hamano2007-12-141-1/+10
* | Start preparing the API documents.Junio C Hamano2007-12-1427-5/+675
* | Retire git-runstatus for real.Junio C Hamano2007-12-144-108/+1
* | Rename git-browse-help helper to git-browse--helpJunio C Hamano2007-12-145-9/+8
* | git-help: add "help.format" config variable.Christian Couder2007-12-144-12/+100
* | Merge branch 'wc/diff'Junio C Hamano2007-12-1412-192/+396
|\ \
| * | Test interaction between diff --check and --exit-codeWincent Colaiuta2007-12-141-0/+29
| * | Use shorter error messages for whitespace problemsWincent Colaiuta2007-12-142-4/+4
| * | Add tests for "git diff --check" with core.whitespace optionsWincent Colaiuta2007-12-131-20/+70
| * | Make "diff --check" output match "git apply"Wincent Colaiuta2007-12-132-4/+3
| * | Unify whitespace checkingWincent Colaiuta2007-12-135-164/+139
| * | diff --check: minor fixupsJunio C Hamano2007-12-137-28/+26
| * | "diff --check" should affect exit statusWincent Colaiuta2007-12-138-18/+171
* | | Move fetch_ref from http-push.c and http-walker.c to http.cMike Hommey2007-12-144-163/+89
* | | Fix various memory leaks in http-push.c and http-walker.cMike Hommey2007-12-142-28/+45
* | | Use strbuf in http codeMike Hommey2007-12-145-201/+108
* | | Avoid redundant declaration of missing_target()Mike Hommey2007-12-143-26/+13