summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'np/index-pack'Junio C Hamano2008-11-021-27/+65
|\
| * improve index-pack testsNicolas Pitre2008-10-221-27/+65
* | Merge branch 'sh/rebase-i-p'Junio C Hamano2008-11-021-0/+135
|\ \
| * | rebase-i-p: if todo was reordered use HEAD as the rewritten parentStephen Haberman2008-10-161-2/+2
| * | rebase-i-p: test to exclude commits from todo based on its parentsStephen Haberman2008-10-161-0/+135
* | | Merge branch 'ag/blame-encoding'Junio C Hamano2008-11-024-0/+98
|\ \ \
| * | | builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-214-0/+98
* | | | Introduce receive.denyDeletesJan Krüger2008-11-021-0/+11
* | | | Merge branch 'maint'Junio C Hamano2008-10-311-1/+1
|\ \ \ \
| * | | | Use test-chmtime -v instead of perl in t5000 to get mtime of a fileAlex Riesen2008-10-311-1/+1
* | | | | Merge branch 'maint'Junio C Hamano2008-10-261-0/+21
|\ \ \ \ \ | |/ / / /
| * | | | git-archive: work in bare reposCharles Bailey2008-10-261-0/+21
* | | | | git-remote: list branches in vertical listsJohannes Sixt2008-10-221-5/+9
* | | | | rm: loosen safety valve for empty filesJeff King2008-10-221-0/+13
* | | | | Merge branch 'jk/diff-convfilter'Junio C Hamano2008-10-211-2/+2
|\ \ \ \ \
| * | | | | t4012: use test_cmp instead of cmpJeff King2008-10-181-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'js/maint-fetch-update-head'Junio C Hamano2008-10-215-3/+27
|\ \ \ \ \
| * | | | | pull: allow "git pull origin $something:$current_branch" into an unborn branchJunio C Hamano2008-10-171-0/+12
| * | | | | Fix fetch/pull when run without --update-head-okJohannes Schindelin2008-10-134-3/+15
* | | | | | Merge branch 'jc/maint-co-track'Junio C Hamano2008-10-211-6/+20
|\ \ \ \ \ \
| * | | | | | Enhance hold_lock_file_for_{update,append}() APIJunio C Hamano2008-10-191-1/+1
| * | | | | | demonstrate breakage of detached checkout with symbolic link HEADJunio C Hamano2008-10-191-0/+12
| * | | | | | Fix "checkout --track -b newbranch" on detached HEADJunio C Hamano2008-10-171-6/+8
* | | | | | | Merge branch 'jk/fix-ls-files-other'Junio C Hamano2008-10-211-0/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherJunio C Hamano2008-10-171-0/+6
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | refactor handling of "other" files in ls-files and statusJeff King2008-10-171-0/+6
| | |/ / / / /
* | | | | | | Merge branch 'jc/maint-reset-remove-unmerged-new'Junio C Hamano2008-10-211-0/+60
|\ \ \ \ \ \ \
| * | | | | | | reset --hard/read-tree --reset -u: remove unmerged new pathsJunio C Hamano2008-10-181-0/+60
* | | | | | | | Merge branch 'maint'Junio C Hamano2008-10-211-0/+10
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | rehabilitate 'git index-pack' inside the object storeNicolas Pitre2008-10-211-0/+10
* | | | | | | Merge branch 'maint'Junio C Hamano2008-10-201-4/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix testcase failure when extended attributes are in useJunio C Hamano2008-10-191-4/+6
| * | | | | | Merge branch 'db/maint-checkout-b' into maintJunio C Hamano2008-10-181-0/+10
| |\ \ \ \ \ \
| * | | | | | | tests: shell negation portability fixJeff King2008-10-171-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'sh/maint-rebase3'Junio C Hamano2008-10-191-0/+139
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | rebase--interactive: fix parent rewriting for dropped commitsStephen Haberman2008-10-161-0/+139
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'mv/clonev'Junio C Hamano2008-10-191-0/+13
|\ \ \ \ \ \
| * | | | | | Implement git clone -vMiklos Vajna2008-10-091-0/+13
* | | | | | | Merge branch 'dp/checkattr'Junio C Hamano2008-10-191-0/+17
|\ \ \ \ \ \ \
| * | | | | | | check-attr: Add --stdin optionDmitry Potapov2008-10-121-0/+17
* | | | | | | | Merge branch 'gb/formatpatch-autonbr'Junio C Hamano2008-10-1912-24/+286
|\ \ \ \ \ \ \ \
| * | | | | | | | format-patch: autonumber by defaultBrian Gernhardt2008-10-1812-24/+286
| |/ / / / / / /
* | | | | | | | Merge branch 'sp/describe-lwtag'Junio C Hamano2008-10-191-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | describe: Make --tags and --all match lightweight tags more oftenShawn O. Pearce2008-10-171-4/+4
| |/ / / / / / /
* | | | | | | | Merge branch 'ae/preservemerge'Junio C Hamano2008-10-191-0/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | rebase: Support preserving merges in non-interactive modeAndreas Ericsson2008-09-301-0/+61
* | | | | | | | | Merge branch 'mv/merge-noff'Junio C Hamano2008-10-191-0/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | builtin-commit: use reduce_heads() only when appropriateMiklos Vajna2008-10-031-0/+16
* | | | | | | | | | Merge branch 'ns/rebase-noverify'Junio C Hamano2008-10-191-0/+16
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | rebase --no-verifyNanako Shiraishi2008-10-061-0/+16