aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAge
* Merge branch 'jk/mark-edges-uninteresting'Junio C Hamano2014-01-27
|\
| * t/perf: time rev-list with UNINTERESTING commitsJeff King2014-01-21
* | Merge branch 'jk/interpret-branch-name-fix'Junio C Hamano2014-01-27
|\ \
| * | interpret_branch_name: find all possible @-marksJeff King2014-01-15
| * | interpret_branch_name: avoid @{upstream} past colonJeff King2014-01-15
| * | interpret_branch_name: always respect "namelen" parameterJeff King2014-01-15
| * | Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maintJunio C Hamano2014-01-13
| |\ \
| * \ \ Merge branch 'jk/rev-parse-double-dashes' into maintJunio C Hamano2014-01-13
| |\ \ \
| * \ \ \ Merge branch 'jk/cat-file-regression-fix' into maintJunio C Hamano2014-01-13
| |\ \ \ \
* | \ \ \ \ Merge branch 'jk/allow-fetch-onelevel-refname'Junio C Hamano2014-01-27
|\ \ \ \ \ \
| * | | | | | fetch-pack: do not filter out one-level refsJeff King2014-01-15
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jc/revision-range-unpeel'Junio C Hamano2014-01-27
|\ \ \ \ \ \
| * | | | | | revision: propagate flag bits from tags to pointeesJunio C Hamano2014-01-15
| * | | | | | revision: mark contents of an uninteresting tree uninterestingJunio C Hamano2014-01-15
* | | | | | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-17
|\ \ \ \ \ \ \
| * | | | | | | t5537: fix incorrect expectation in test case 10Nguyễn Thái Ngọc Duy2014-01-09
| * | | | | | | prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | receive-pack: support pushing to a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | upload-pack: make sure deepening preserves shallow rootsNguyễn Thái Ngọc Duy2013-12-10
| * | | | | | | fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-10
* | | | | | | | Merge branch 'jk/t5531-prepare-to-default-to-non-matching'Junio C Hamano2014-01-13
|\ \ \ \ \ \ \ \
| * | | | | | | | t5531: further "matching" fixupsJeff King2014-01-13
* | | | | | | | | Merge branch 'sb/diff-orderfile-config'Junio C Hamano2014-01-13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff test: reading a directory as a file need not error outJonathan Nieder2014-01-10
* | | | | | | | | | Merge branch 'jl/submodule-mv-checkout-caveat'Junio C Hamano2014-01-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rm: better document side effects when removing a submoduleJens Lehmann2014-01-07
| * | | | | | | | | | mv: better document side effects when moving a submoduleJens Lehmann2014-01-07
* | | | | | | | | | | Merge branch 'jk/pull-rebase-using-fork-point'Junio C Hamano2014-01-13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase: fix fork-point with zero argumentsJohn Keeping2014-01-09
* | | | | | | | | | | | Merge branch 'ow/stash-with-ifs'Junio C Hamano2014-01-13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | stash: handle specifying stashes with $IFSØystein Walle2014-01-07
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jn/pager-lv-default-env'Junio C Hamano2014-01-13
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pager: set LV=-c alongside LESS=FRSXJonathan Nieder2014-01-07
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'js/lift-parent-count-limit'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove the line length limit for graft filesJohannes Schindelin2013-12-27
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/test-framework-updates'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t0000: drop "known breakage" testJeff King2014-01-02
| * | | | | | | | | | | | t0000: simplify HARNESS_ACTIVE hackJeff King2014-01-02
| * | | | | | | | | | | | t0000: set TEST_OUTPUT_DIRECTORY for sub-testsJeff King2014-01-02
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'jk/two-way-merge-corner-case-fix' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/sha1-loose-object-info-check-existence' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/magic-pathspec' into maintJunio C Hamano2013-12-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bm/merge-base-octopus-dedup'Junio C Hamano2014-01-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \