summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/mark-edges-uninteresting'Junio C Hamano2014-01-271-0/+12
|\
| * t/perf: time rev-list with UNINTERESTING commitsJeff King2014-01-211-0/+12
* | Merge branch 'jk/interpret-branch-name-fix'Junio C Hamano2014-01-272-1/+51
|\ \
| * | interpret_branch_name: find all possible @-marksjk/interpret-branch-name-fixJeff King2014-01-151-0/+21
| * | interpret_branch_name: avoid @{upstream} past colonJeff King2014-01-151-0/+16
| * | interpret_branch_name: always respect "namelen" parameterJeff King2014-01-151-1/+14
| * | Merge branch 'mm/mv-file-to-no-such-dir-with-slash' into maintJunio C Hamano2014-01-131-0/+29
| |\ \
| * \ \ Merge branch 'jk/rev-parse-double-dashes' into maintJunio C Hamano2014-01-131-0/+24
| |\ \ \
| * \ \ \ Merge branch 'jk/cat-file-regression-fix' into maintJunio C Hamano2014-01-131-0/+22
| |\ \ \ \
* | \ \ \ \ Merge branch 'jk/allow-fetch-onelevel-refname'Junio C Hamano2014-01-271-0/+11
|\ \ \ \ \ \
| * | | | | | fetch-pack: do not filter out one-level refsjk/allow-fetch-onelevel-refnameJeff King2014-01-151-0/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jc/revision-range-unpeel'Junio C Hamano2014-01-271-0/+17
|\ \ \ \ \ \
| * | | | | | revision: propagate flag bits from tags to pointeesjc/revision-range-unpeelJunio C Hamano2014-01-151-0/+11
| * | | | | | revision: mark contents of an uninteresting tree uninterestingJunio C Hamano2014-01-151-0/+6
* | | | | | | Merge branch 'nd/shallow-clone'Junio C Hamano2014-01-174-0/+404
|\ \ \ \ \ \ \
| * | | | | | | t5537: fix incorrect expectation in test case 10nd/shallow-cloneNguyễn Thái Ngọc Duy2014-01-091-1/+2
| * | | | | | | prune: clean .git/shallow after pruning objectsNguyễn Thái Ngọc Duy2013-12-101-0/+10
| * | | | | | | clone: use git protocol for cloning shallow repo locallyNguyễn Thái Ngọc Duy2013-12-101-0/+7
| * | | | | | | send-pack: support pushing from a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-101-0/+25
| * | | | | | | receive-pack: support pushing to a shallow clone via httpNguyễn Thái Ngọc Duy2013-12-101-0/+35
| * | | | | | | smart-http: support shallow fetch/cloneNguyễn Thái Ngọc Duy2013-12-101-0/+27
| * | | | | | | send-pack: support pushing to a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-0/+38
| * | | | | | | receive-pack: allow pushes that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+15
| * | | | | | | receive/send-pack: support pushing from a shallow cloneNguyễn Thái Ngọc Duy2013-12-101-0/+70
| * | | | | | | fetch: add --update-shallow to accept refs that update .git/shallowNguyễn Thái Ngọc Duy2013-12-101-0/+32
| * | | | | | | upload-pack: make sure deepening preserves shallow rootsNguyễn Thái Ngọc Duy2013-12-101-0/+16
| * | | | | | | fetch: support fetching from a shallow repositoryNguyễn Thái Ngọc Duy2013-12-101-0/+128
* | | | | | | | Merge branch 'jk/t5531-prepare-to-default-to-non-matching'Junio C Hamano2014-01-131-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | t5531: further "matching" fixupsjk/t5531-prepare-to-default-to-non-matchingJeff King2014-01-131-0/+1
* | | | | | | | | Merge branch 'sb/diff-orderfile-config'Junio C Hamano2014-01-131-4/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | diff test: reading a directory as a file need not error outsb/diff-orderfile-configJonathan Nieder2014-01-101-4/+0
* | | | | | | | | | Merge branch 'jl/submodule-mv-checkout-caveat'Junio C Hamano2014-01-132-0/+37
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rm: better document side effects when removing a submodulejl/submodule-mv-checkout-caveatJens Lehmann2014-01-071-0/+16
| * | | | | | | | | | mv: better document side effects when moving a submoduleJens Lehmann2014-01-071-0/+21
* | | | | | | | | | | Merge branch 'jk/pull-rebase-using-fork-point'Junio C Hamano2014-01-131-2/+10
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rebase: fix fork-point with zero argumentsJohn Keeping2014-01-091-2/+10
* | | | | | | | | | | | Merge branch 'ow/stash-with-ifs'Junio C Hamano2014-01-131-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | stash: handle specifying stashes with $IFSow/stash-with-ifsØystein Walle2014-01-071-0/+12
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'jn/pager-lv-default-env'Junio C Hamano2014-01-131-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pager: set LV=-c alongside LESS=FRSXJonathan Nieder2014-01-071-0/+12
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'js/lift-parent-count-limit'Junio C Hamano2014-01-102-1/+36
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Remove the line length limit for graft filesjs/lift-parent-count-limitJohannes Schindelin2013-12-272-1/+36
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jk/test-framework-updates'Junio C Hamano2014-01-102-14/+7
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t0000: drop "known breakage" testjk/test-framework-updatesJeff King2014-01-021-3/+0
| * | | | | | | | | | | | t0000: simplify HARNESS_ACTIVE hackJeff King2014-01-022-11/+5
| * | | | | | | | | | | | t0000: set TEST_OUTPUT_DIRECTORY for sub-testsJeff King2014-01-021-0/+2
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge branch 'jk/two-way-merge-corner-case-fix' into maintJunio C Hamano2013-12-172-89/+104
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/sha1-loose-object-info-check-existence' into maintJunio C Hamano2013-12-171-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/magic-pathspec' into maintJunio C Hamano2013-12-171-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bm/merge-base-octopus-dedup'Junio C Hamano2014-01-101-0/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \