summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* test-lib.sh: do not "echo" caller-supplied stringsus/printf-not-echoUwe Storbeck2014-03-181-2/+2
* Merge branch 'aj/ada-diff-word-pattern'Junio C Hamano2014-02-071-1/+1
|\
| * userdiff: update Ada patternsaj/ada-diff-word-patternAdrian Johnson2014-02-051-1/+1
* | Merge branch 'jn/pager-lv-default-env'Junio C Hamano2014-01-311-1/+1
|\ \
| * | pager test: make fake pager consume all its inputjn/pager-lv-default-envJonathan Nieder2014-01-311-1/+1
* | | Merge branch 'as/tree-walk-fix-aggressive-short-cut'Junio C Hamano2014-01-271-0/+13
|\ \ \
| * | | tree_entry_interesting: match against all pathspecsas/tree-walk-fix-aggressive-short-cutAndy Spencer2014-01-271-0/+13
| | |/ | |/|
* | | Merge branch 'jk/test-fixes'Junio C Hamano2014-01-272-1/+2
|\ \ \
| * | | t7700: do not use "touch" unnecessarilyjk/test-fixesJeff King2014-01-231-1/+1
| * | | t7501: fix "empty commit" test with NO_PERLJeff King2014-01-231-0/+1
* | | | Merge branch 'nd/negative-pathspec'Junio C Hamano2014-01-271-0/+17
|\ \ \ \
| * | | | tree-walk.c: ignore trailing slash on submodule in tree_entry_interesting()nd/negative-pathspecNguyễn Thái Ngọc Duy2014-01-231-0/+17
* | | | | Merge branch 'pw/git-p4'Junio C Hamano2014-01-278-37/+326
|\ \ \ \ \
| * | | | | git p4 test: examine behavior with locked (+l) filesPete Wyckoff2014-01-221-0/+145
| * | | | | git p4: handle files with wildcards when doing RCS scrubbingPete Wyckoff2014-01-221-0/+23
| * | | | | git p4 test: do not pollute /tmpPete Wyckoff2014-01-222-3/+11
| * | | | | git p4 test: run as user "author"Pete Wyckoff2014-01-222-25/+28
| * | | | | git p4 test: is_cli_file_writeable succeedsPete Wyckoff2014-01-221-1/+1
| * | | | | git p4 test: explicitly check p4 wildcard deletePete Wyckoff2014-01-221-0/+27
| * | | | | git p4: work around p4 bug that causes empty symlinksPete Wyckoff2014-01-221-0/+66
| * | | | | git p4 test: ensure p4 symlink parsing worksPete Wyckoff2014-01-211-0/+17
| * | | | | git p4 test: wildcards are supportedPete Wyckoff2014-01-211-8/+8
* | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \