aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Documentation: quoting trouble in "git rm" discussionJonathan Nieder2010-08-20
* Documentation: tweak description of log.dateJonathan Nieder2010-08-20
* Merge branch 'maint'Junio C Hamano2010-08-20
|\
| * Merge branch 'jc/maint-follow-rename-fix' into maintJunio C Hamano2010-08-20
| |\
| * \ Merge branch 'jn/maint-plug-leak' into maintJunio C Hamano2010-08-20
| |\ \
| * \ \ Merge branch 'jn/fix-abbrev' into maintJunio C Hamano2010-08-20
| |\ \ \
| * \ \ \ Merge branch 'vs/doc-spell' into maintJunio C Hamano2010-08-20
| |\ \ \ \
| * \ \ \ \ Merge branch 'jn/rebase-rename-am' into maintJunio C Hamano2010-08-20
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jn/doc-pull' into maintJunio C Hamano2010-08-20
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'bc/use-more-hardlinks-in-install' into maintJunio C Hamano2010-08-20
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tr/rfc-reset-doc' into maintJunio C Hamano2010-08-20
| |\ \ \ \ \ \ \ \
| * | | | | | | | | xmalloc: include size in the failure messageMatthieu Moy2010-08-20
* | | | | | | | | | builtin/checkout: Fix message when switching to an existing branchRamkumar Ramachandra2010-08-20
* | | | | | | | | | Merge branch 'maint' to sync with 1.7.2.2Junio C Hamano2010-08-19
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Git 1.7.2.2v1.7.2.2Junio C Hamano2010-08-19
| * | | | | | | | | Merge branch 'tr/xsize-bits' into maintJunio C Hamano2010-08-19
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jc/sha1-name-find-fix' into maintJunio C Hamano2010-08-19
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'sp/fix-smart-http-deadlock-on-error' into maintJunio C Hamano2010-08-18
| |\ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | t9155: fix compatibility with older SVNEric Wong2010-08-19
* | | | | | | | | | | | | Merge branch 'jc/maint-follow-rename-fix'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
| * | | | | | | | | | | | log: test for regression introduced in v1.7.2-rc0~103^2~2Ævar Arnfjörð Bjarmason2010-08-15
| * | | | | | | | | | | | diff --follow: do call diffcore_std() as necessaryJunio C Hamano2010-08-13
| * | | | | | | | | | | | diff --follow: do not waste cycles while recursingJunio C Hamano2010-08-13
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'tf/string-list-init'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-05
* | | | | | | | | | | | | Merge branch 'cc/find-commit-subject'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | blame: use find_commit_subject() instead of custom codeChristian Couder2010-07-23
| * | | | | | | | | | | | | merge-recursive: use find_commit_subject() instead of custom codeChristian Couder2010-07-23
| * | | | | | | | | | | | | bisect: use find_commit_subject() instead of custom codeChristian Couder2010-07-23
| * | | | | | | | | | | | | revert: rename variables related to subject in get_message()Christian Couder2010-07-23
| * | | | | | | | | | | | | revert: refactor code to find commit subject in find_commit_subject()Christian Couder2010-07-23
| * | | | | | | | | | | | | revert: fix off by one read when searching the end of a commit subjectChristian Couder2010-07-23
* | | | | | | | | | | | | | Merge branch 'jn/maint-plug-leak'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | write-tree: Avoid leak when index refers to an invalid objectJonathan Nieder2010-08-11
| * | | | | | | | | | | | | read-tree: stop leaking tree objectsJonathan Nieder2010-08-11
| * | | | | | | | | | | | | core: Stop leaking ondisk_cache_entrysJonathan Nieder2010-08-11
* | | | | | | | | | | | | | Merge branch 'jl/submodule-ignore-diff'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Add tests for the diff.ignoreSubmodules config optionJens Lehmann2010-08-09
| * | | | | | | | | | | | | | Add the 'diff.ignoreSubmodules' config settingJohannes Schindelin2010-08-09
| * | | | | | | | | | | | | | Submodules: Use "ignore" settings from .gitmodules too for diff and statusJens Lehmann2010-08-09
| * | | | | | | | | | | | | | Submodules: Add the new "ignore" config option for diff and statusJens Lehmann2010-08-09
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'ml/rebase-x-strategy'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | rebase: support -X to pass through strategy optionsMike Lundy2010-08-03
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'jn/fix-abbrev'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | examples/commit: use --abbrev for commit summaryJonathan Nieder2010-07-27
| * | | | | | | | | | | | | checkout, commit: remove confusing assignments to rev.abbrevJonathan Nieder2010-07-27
| * | | | | | | | | | | | | archive: abbreviate substituted commit ids againJonathan Nieder2010-07-27
* | | | | | | | | | | | | | Merge branch 'vs/doc-spell'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Documentation: spelling fixesVille Skyttä2010-07-20
* | | | | | | | | | | | | | Merge branch 'jh/use-test-must-fail'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \