summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* git-add--interactive: never skip files included in indexPauli Virtanen2009-10-101-0/+14
* Merge branch 'jc/maint-1.6.4-show-branch-default' into maintJunio C Hamano2009-10-041-0/+8
|\
| * show-branch: fix segfault when showbranch.default existsJunio C Hamano2009-10-041-0/+8
* | Merge branch 'jc/maint-unpack-objects-strict' into maintJunio C Hamano2009-09-161-0/+35
|\ \
| * | Fix "unpack-objects --strict"Junio C Hamano2009-08-141-0/+35
* | | Merge branch 'jk/maint-1.6.3-checkout-unborn' into maintJunio C Hamano2009-09-161-0/+40
|\ \ \
| * | | checkout: do not imply "-f" on unborn branchesJeff King2009-08-251-0/+40
| |/ /
* | | Merge branch 'jc/maint-checkout-index-to-prefix' into maintJunio C Hamano2009-09-161-0/+9
|\ \ \
| * | | check_path(): allow symlinked directories to checkout-index --prefixJunio C Hamano2009-08-181-0/+9
* | | | svn: properly escape arguments for authors-progMark Lodato2009-09-131-0/+14
* | | | Merge branch 'cb/maint-1.6.3-grep-relative-up' into maintJunio C Hamano2009-09-131-0/+17
|\ \ \ \
| * | | | grep: accept relative paths outside current working directoryClemens Buchacher2009-09-071-0/+17
* | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-09-031-2/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2009-09-031-2/+4
| |\ \ \ \ \
| | * | | | | clone: disconnect transport after fetchingJeff King2009-09-021-2/+4
* | | | | | | Remove unused t/t8005/iso8859-5.txtNanako Shiraishi2009-08-291-2/+0
* | | | | | | git-log: allow --decorate[=short|full]Lars Hjemli2009-08-262-0/+35
* | | | | | | git-bisect: call the found commit "*the* first bad commit"Nanako Shiraishi2009-08-261-9/+9
* | | | | | | Merge branch 'jc/maint-clean-nested-dir-safety' into maintJunio C Hamano2009-08-261-0/+39
|\ \ \ \ \ \ \
| * | | | | | | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-291-0/+39
* | | | | | | | Merge branch 'jk/maint-merge-msg-fix' into maintJunio C Hamano2009-08-263-3/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | merge: indicate remote tracking branches in merge messageJeff King2009-08-092-1/+11
| * | | | | | | | merge: fix incorrect merge message for ambiguous tag/branchJeff King2009-08-092-3/+3
| * | | | | | | | add tests for merge message headingsJeff King2009-08-091-0/+50
* | | | | | | | | Merge branch 'jc/apply-epoch-patch' into maintJunio C Hamano2009-08-261-0/+95
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | apply: notice creation/removal patches produced by GNU diffJunio C Hamano2009-07-111-0/+95
* | | | | | | | | | Merge branch 'jp/symlink-dirs' into maintJunio C Hamano2009-08-261-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 'maint-1.6.3' into maintJunio C Hamano2009-08-261-0/+11
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix' into maint-1.6.3Junio C Hamano2009-08-261-0/+11
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | add -p: do not attempt to coalesce mode changesThomas Rast2009-08-151-1/+1
| | * | | | | | | git add -p: demonstrate failure when staging both mode and hunkKirill Smelkov2009-08-151-0/+11
* | | | | | | | | Merge branch 'bc/maint-am-email' into maintJunio C Hamano2009-08-211-0/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | am: allow individual e-mail files as inputJunio C Hamano2009-08-101-0/+15
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jc/maint-merge-recursive-fix' into maintJunio C Hamano2009-08-211-0/+55
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge-recursive: don't segfault while handling rename clashesJunio C Hamano2009-07-301-0/+55
* | | | | | | | | | Merge branch 'sb/maint-pull-rebase' into maintJunio C Hamano2009-08-211-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 '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
| | | |\ \ \ \ \ \ \ \ \ \