summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'jn/maint-plug-leak' into maintJunio C Hamano2010-08-203-3/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jn/fix-abbrev' into maintJunio C Hamano2010-08-205-4/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'vs/doc-spell' into maintJunio C Hamano2010-08-209-16/+18
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'jn/rebase-rename-am' into maintJunio C Hamano2010-08-205-202/+345
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jn/doc-pull' into maintJunio C Hamano2010-08-201-11/+54
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'bc/use-more-hardlinks-in-install' into maintJunio C Hamano2010-08-201-3/+12
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'tr/rfc-reset-doc' into maintJunio C Hamano2010-08-201-169/+178
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | xmalloc: include size in the failure messageMatthieu Moy2010-08-201-1/+2
* | | | | | | | | | | | | builtin/checkout: Fix message when switching to an existing branchRamkumar Ramachandra2010-08-201-1/+4
* | | | | | | | | | | | | Merge branch 'maint' to sync with 1.7.2.2Junio C Hamano2010-08-193-2/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | Git 1.7.2.2v1.7.2.2Junio C Hamano2010-08-194-3/+26
| * | | | | | | | | | | | Merge branch 'tr/xsize-bits' into maintJunio C Hamano2010-08-191-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/sha1-name-find-fix' into maintJunio C Hamano2010-08-191-10/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sp/fix-smart-http-deadlock-on-error' into maintJunio C Hamano2010-08-181-2/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | t9155: fix compatibility with older SVNEric Wong2010-08-191-1/+1
* | | | | | | | | | | | | | | | Merge branch 'jc/maint-follow-rename-fix'Junio C Hamano2010-08-185-18/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | log: test for regression introduced in v1.7.2-rc0~103^2~2Ævar Arnfjörð Bjarmason2010-08-151-1/+13
| * | | | | | | | | | | | | | | diff --follow: do call diffcore_std() as necessaryJunio C Hamano2010-08-134-16/+27
| * | | | | | | | | | | | | | | diff --follow: do not waste cycles while recursingJunio C Hamano2010-08-131-1/+1
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'tf/string-list-init'Junio C Hamano2010-08-1816-31/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-0516-31/+36
* | | | | | | | | | | | | | | | Merge branch 'cc/find-commit-subject'Junio C Hamano2010-08-187-49/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | blame: use find_commit_subject() instead of custom codeChristian Couder2010-07-231-15/+7
| * | | | | | | | | | | | | | | | merge-recursive: use find_commit_subject() instead of custom codeChristian Couder2010-07-231-10/+4
| * | | | | | | | | | | | | | | | bisect: use find_commit_subject() instead of custom codeChristian Couder2010-07-231-8/+5
| * | | | | | | | | | | | | | | | revert: rename variables related to subject in get_message()Christian Couder2010-07-231-5/+5
| * | | | | | | | | | | | | | | | revert: refactor code to find commit subject in find_commit_subject()Christian Couder2010-07-233-12/+24
| * | | | | | | | | | | | | | | | revert: fix off by one read when searching the end of a commit subjectChristian Couder2010-07-232-2/+20
* | | | | | | | | | | | | | | | | Merge branch 'jn/maint-plug-leak'Junio C Hamano2010-08-183-3/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | write-tree: Avoid leak when index refers to an invalid objectJonathan Nieder2010-08-111-1/+3
| * | | | | | | | | | | | | | | | read-tree: stop leaking tree objectsJonathan Nieder2010-08-111-1/+6
| * | | | | | | | | | | | | | | | core: Stop leaking ondisk_cache_entrysJonathan Nieder2010-08-111-1/+4
| | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'jl/submodule-ignore-diff'Junio C Hamano2010-08-1817-21/+526
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Add tests for the diff.ignoreSubmodules config optionJens Lehmann2010-08-092-3/+19
| * | | | | | | | | | | | | | | | Add the 'diff.ignoreSubmodules' config settingJohannes Schindelin2010-08-093-2/+15
| * | | | | | | | | | | | | | | | Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann2010-08-0913-10/+209
| * | | | | | | | | | | | | | | | Submodules: Add the new "ignore" config option for diff and statusJens Lehmann2010-08-0911-20/+297
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'ml/rebase-x-strategy'Junio C Hamano2010-08-183-1/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | rebase: support -X to pass through strategy optionsMike Lundy2010-08-033-1/+39
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge branch 'jn/fix-abbrev'Junio C Hamano2010-08-185-4/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | examples/commit: use --abbrev for commit summaryJonathan Nieder2010-07-271-1/+1
| * | | | | | | | | | | | | | | checkout, commit: remove confusing assignments to rev.abbrevJonathan Nieder2010-07-272-2/+0
| * | | | | | | | | | | | | | | archive: abbreviate substituted commit ids againJonathan Nieder2010-07-272-1/+2
* | | | | | | | | | | | | | | | Merge branch 'vs/doc-spell'Junio C Hamano2010-08-189-16/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Documentation: spelling fixesVille Skyttä2010-07-209-16/+18
* | | | | | | | | | | | | | | | Merge branch 'jh/use-test-must-fail'Junio C Hamano2010-08-1811-26/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Convert "! git" to "test_must_fail git"Jared Hance2010-07-2011-26/+26
* | | | | | | | | | | | | | | | | Merge branch 'jh/clean-exclude'Junio C Hamano2010-08-183-2/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Add test for git clean -e.Jared Hance2010-07-201-0/+16
| * | | | | | | | | | | | | | | | | Add -e/--exclude to git-clean.Jared Hance2010-07-202-2/+23
| |/ / / / / / / / / / / / / / / /