summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/sparse'Junio C Hamano2010-01-137-0/+581
|\
| * t7002: test for not using external grep on skip-worktree pathsNguyễn Thái Ngọc Duy2010-01-061-0/+12
| * t7002: set test prerequisite "external-grep" if supportedNguyễn Thái Ngọc Duy2010-01-061-0/+12
| * commit: correctly respect skip-worktree bitNguyễn Thái Ngọc Duy2009-12-141-2/+2
| * 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
* | Merge branch 'maint'Junio C Hamano2010-01-121-1/+1
|\ \
| * | remote-curl: Fix Accept header for smart HTTP connectionsShawn O. Pearce2010-01-121-1/+1
* | | Merge branch 'jk/maint-1.6.5-reset-hard'Junio C Hamano2010-01-101-0/+6
|\ \ \
| * | | reset: unbreak hard resets with GIT_WORK_TREEJeff King2009-12-301-0/+6
* | | | Merge branch 'jk/push-to-delete'Junio C Hamano2010-01-101-0/+26
|\ \ \ \
| * | | | builtin-push: add --delete as syntactic sugar for :fooJan Krüger2009-12-301-0/+26
* | | | | Merge branch 'mm/config-path'Junio C Hamano2010-01-101-0/+28
|\ \ \ \ \
| * | | | | builtin-config: add --path option doing ~ and ~user expansion.Matthieu Moy2009-12-311-0/+28
| |/ / / /
* | | | | Merge branch 'bg/maint-remote-update-default'Junio C Hamano2010-01-101-0/+14
|\ \ \ \ \
| * | | | | Fix "git remote update" with remotes.defalt setBjörn Gustavsson2009-12-311-0/+14
* | | | | | Merge branch 'mm/diag-path-in-treeish'Junio C Hamano2010-01-101-0/+69
|\ \ \ \ \ \
| * | | | | | Detailed diagnosis when parsing an object name fails.Matthieu Moy2009-12-071-0/+69
* | | | | | | Merge branch 'sb/maint-octopus'Junio C Hamano2010-01-071-0/+51
|\ \ \ \ \ \ \
| * | | | | | | octopus: reenable fast-forward mergesStephen Boyd2009-12-131-0/+18
| * | | | | | | octopus: make merge process simpler to followStephen Boyd2009-12-131-0/+33
* | | | | | | | Merge branch 'mv/commit-date'Junio C Hamano2010-01-071-0/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | builtin-commit: add --date optionMiklos Vajna2009-12-031-0/+15
* | | | | | | | | Merge branch 'mo/bin-wrappers'Junio C Hamano2010-01-072-12/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | run test suite without dashed git-commands in PATHMatthew Ogilvie2009-12-032-12/+30
* | | | | | | | | | Use warning function instead of fprintf(stderr, "Warning: ...").Thiago Farina2010-01-031-1/+1
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-311-13/+13
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-12-311-13/+13
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | branch: die explicitly why when calling "git branch [-a|-r] branchname".Matthieu Moy2009-12-311-13/+13
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-301-7/+7
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-12-301-7/+7
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-12-291-7/+7
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / /
| | | * | | | | | | | | t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy2009-12-291-7/+7
* | | | | | | | | | | | Merge branch 'jk/1.7.0-status'Junio C Hamano2009-12-276-53/+351
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | status/commit: do not suggest "reset HEAD <path>" while mergingJunio C Hamano2009-12-121-1/+0
| * | | | | | | | | | | | commit/status: "git add <path>" is not necessarily how to resolveJunio C Hamano2009-12-121-1/+1
| * | | | | | | | | | | | t7508-status: test all modes with colorMichael J Gruber2009-12-083-44/+156
| * | | | | | | | | | | | t7508-status: status --porcelain ignores relative paths settingMichael J Gruber2009-12-081-0/+18
| * | | | | | | | | | | | t7508-status.sh: Add tests for status -sMichael J Gruber2009-11-271-0/+166
| * | | | | | | | | | | | git status: not "commit --dry-run" anymoreJunio C Hamano2009-08-224-12/+16
* | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-12-262-29/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | t4019 "grep" portability fixJunio C Hamano2009-12-261-28/+28
| * | | | | | | | | | | | t1200: work around a bug in some implementations of "find"Junio C Hamano2009-12-261-1/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'gb/1.7.0-diff-whitespace-only-output'Junio C Hamano2009-12-261-2/+12
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | No diff -b/-w output for all-whitespace changesGreg Bacon2009-11-201-2/+12