summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* tests: rename duplicate t1009Jeff King2009-11-251-0/+0
* sparse checkout: inhibit empty worktreeNguyễn Thái Ngọc Duy2009-08-231-7/+3
* Add tests for sparse checkoutNguyễn Thái Ngọc Duy2009-08-231-0/+154
* Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy2009-08-232-0/+41
* Teach Git to respect skip-worktree bit (writing part)Nguyễn Thái Ngọc Duy2009-08-231-0/+146
* Teach Git to respect skip-worktree bit (reading part)Nguyễn Thái Ngọc Duy2009-08-231-0/+163
* Introduce "skip-worktree" bit in index, teach Git to get/set this bitNguyễn Thái Ngọc Duy2009-08-231-0/+57
* Prevent diff machinery from examining assume-unchanged entries on worktreeNguyễn Thái Ngọc Duy2009-08-111-0/+31
* Merge branch 'jc/maint-merge-recursive-fix'Junio C Hamano2009-08-101-0/+55
|\
| * merge-recursive: don't segfault while handling rename clashesJunio C Hamano2009-07-301-0/+55
* | Merge branch 'ns/am-raw-email'Junio C Hamano2009-08-101-0/+15
|\ \
| * | am: allow individual e-mail files as inputJunio C Hamano2009-08-061-0/+15
* | | Merge branch 'jp/symlink-dirs'Junio C Hamano2009-08-101-0/+93
|\ \ \
| * | | t6035-merge-dir-to-symlink depends on SYMLINKS prerequisiteJohannes Sixt2009-08-091-0/+6
| * | | git-checkout: be careful about untracked symlinksLinus Torvalds2009-07-291-1/+1
| * | | lstat_cache: guard against full match of length of 'name' parameterKjetil Barvik2009-07-291-1/+1
| * | | Demonstrate bugs when a directory is replaced with a symlinkPickens, James E2009-07-291-0/+87
* | | | Merge branch 'mk/grep-max-depth'Junio C Hamano2009-08-101-1/+50
|\ \ \ \
| * | | | grep: Add --max-depth option.Michał Kiedrowicz2009-07-221-1/+50
* | | | | Merge branch 'js/run-command-updates'Junio C Hamano2009-08-101-1/+4
|\ \ \ \ \
| * | | | | run_command: report system call errors instead of returning error codesJohannes Sixt2009-07-061-1/+4
* | | | | | git-svn: ignore leading blank lines in svn:ignoreMichael Haggerty2009-08-101-1/+4
* | | | | | svn: Add && to t9107-git-svn-migrate.shAdam Brewster2009-08-101-3/+11
* | | | | | t/Makefile: include config.makJeff King2009-08-091-0/+2
* | | | | | tests: allow user to specify trash directory locationJeff King2009-08-091-1/+8
* | | | | | tests: provide $TRASH_DIRECTORY variableJeff King2009-08-092-3/+3
* | | | | | tests: use "$TEST_DIRECTORY" instead of ".."Jeff King2009-08-094-4/+4
* | | | | | t0001-init: split the existence test from the permission testJohannes Sixt2009-08-091-0/+6
* | | | | | t0001-init: fix a file nameJohannes Sixt2009-08-091-1/+1
* | | | | | Merge branch 'maint'Junio C Hamano2009-08-071-3/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-071-3/+8
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-08-071-3/+8
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-071-3/+8
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-071-3/+8
| | | | |\ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | | | | * | | | t5510: harden the way verify-pack is usedJunio C Hamano2009-08-071-3/+8
| | | | * | | | | Merge branch 'jc/maint-1.6.0-keep-pack' into maint-1.6.1Junio C Hamano2009-05-031-0/+61
| | | | |\ \ \ \ \
| | | | * \ \ \ \ \ Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maint-1.6.1Junio C Hamano2009-05-031-0/+8
| | | | |\ \ \ \ \ \
| | | | * \ \ \ \ \ \ Merge branch 'bs/maint-1.6.0-tree-walk-prefix' into maint-1.6.1Junio C Hamano2009-05-032-0/+14
| | | | |\ \ \ \ \ \ \
* | | | | \ \ \ \ \ \ \ Merge branch 'jc/apply-epoch-patch'Junio C Hamano2009-08-051-0/+95
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | apply: notice creation/removal patches produced by GNU diffJunio C Hamano2009-07-111-0/+95
* | | | | | | | | | | | | Merge branch 'ns/init-mkdir'Junio C Hamano2009-08-051-0/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | git init: optionally allow a directory argumentNanako Shiraishi2009-07-251-0/+77
* | | | | | | | | | | | | | Merge branch 'sb/maint-pull-rebase'Junio C Hamano2009-08-051-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | pull: support rebased upstream + fetch + pull --rebaseSanti Béjar2009-07-191-3/+2
| * | | | | | | | | | | | | | t5520-pull: Test for rebased upstream + fetch + pull --rebaseSanti Béjar2009-07-191-0/+14
* | | | | | | | | | | | | | | Merge branch 'ne/futz-upload-pack'Junio C Hamano2009-08-051-2/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Shift object enumeration out of upload-packNick Edelen2009-06-091-2/+12
* | | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-08-051-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-051-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | config: Keep inner whitespace verbatimBjörn Steinbrink2009-07-311-0/+5