aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'maint'Junio C Hamano2010-08-24
|\
| * t3302 (notes): Port to SolarisJonathan Nieder2010-08-24
* | t7610: cd inside subshell instead of aroundBrian Gernhardt2010-08-24
* | Merge branch 'mm/rebase-i-exec'Junio C Hamano2010-08-21
|\ \
| * | test-lib: user-friendly alternatives to test [-d|-f|-e]Matthieu Moy2010-08-11
| * | rebase -i: add exec command to launch a shell commandMatthieu Moy2010-08-11
* | | Merge branch 'mm/shortopt-detached'Junio C Hamano2010-08-21
|\ \ \
| * | | log: parse separate option for --globMatthieu Moy2010-08-06
| * | | log: parse separate options like git log --grep fooMatthieu Moy2010-08-06
| * | | diff: parse separate options like -S fooMatthieu Moy2010-08-06
| |/ /
* | | Merge branch 'nd/fix-sparse-checkout'Junio C Hamano2010-08-21
|\ \ \
| * | | unpack-trees: mark new entries skip-worktree appropriatelyNguyễn Thái Ngọc Duy2010-08-09
| * | | unpack-trees: let read-tree -u remove index entries outside sparse areaNguyễn Thái Ngọc Duy2010-08-09
| * | | unpack-trees: only clear CE_UPDATE|CE_REMOVE when skip-worktree is always setNguyễn Thái Ngọc Duy2010-08-09
| * | | t1011 (sparse checkout): style nitpicksJonathan Nieder2010-08-02
* | | | Merge branch 'hv/submodule-find-ff-merge'Junio C Hamano2010-08-21
|\ \ \ \
| * | | | Implement automatic fast-forward merge for submodulesHeiko Voigt2010-07-07
* | | | | Merge branch 'en/rebase-against-rebase-fix'Junio C Hamano2010-08-21
|\ \ \ \ \
| * | | | | pull --rebase: Avoid spurious conflicts and reapplying unnecessary patchesElijah Newren2010-08-12
| * | | | | t5520-pull: Add testcases showing spurious conflicts from git pull --rebaseElijah Newren2010-08-12
| | |/ / / | |/| | |
* | | | | Merge branch 'dg/local-mod-error-messages'Junio C Hamano2010-08-21
|\ \ \ \ \
| * | | | | t7609: test merge and checkout error messagesDiane Gasselin2010-08-11
| * | | | | unpack_trees: group error messages by typeMatthieu Moy2010-08-11
| | |_|/ / | |/| | |
* | | | | Merge branch 'po/userdiff-csharp'Junio C Hamano2010-08-21
|\ \ \ \ \
| * | | | | Userdiff patterns for C#Petr Onderka2010-08-16
| |/ / / /
* | | | | Merge branch 'maint'Junio C Hamano2010-08-21
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | t7403: add missing &&'sJens Lehmann2010-08-21
| * | | | Merge branch 'jc/maint-follow-rename-fix' into maintJunio C Hamano2010-08-20
| |\ \ \ \
| * \ \ \ \ Merge branch 'jn/fix-abbrev' into maintJunio C Hamano2010-08-20
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jn/rebase-rename-am' into maintJunio C Hamano2010-08-20
| |\ \ \ \ \ \
* | | | | | | | 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
| |/ / / / / /
* | | | | | | Merge branch 'cc/find-commit-subject'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \
| * | | | | | | revert: fix off by one read when searching the end of a commit subjectChristian Couder2010-07-23
* | | | | | | | Merge branch 'jl/submodule-ignore-diff'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \
| * | | | | | | | Add tests for the diff.ignoreSubmodules config optionJens Lehmann2010-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
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | archive: abbreviate substituted commit ids againJonathan Nieder2010-07-27
* | | | | | | | Merge branch 'jh/use-test-must-fail'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \
| * | | | | | | | Convert "! git" to "test_must_fail git"Jared Hance2010-07-20
* | | | | | | | | Merge branch 'jh/clean-exclude'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Add test for git clean -e.Jared Hance2010-07-20
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jn/rebase-rename-am'Junio C Hamano2010-08-18
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | rebase: protect against diff.renames configurationJunio C Hamano2010-07-23
| * | | | | | | | t3400 (rebase): whitespace cleanupJonathan Nieder2010-07-23