summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* mv: Fix spurious warning when moving a file in presence of submodulesjl/submodule-mvJens Lehmann2013-10-131-0/+26
* Merge branch 'bc/submodule-status-ignored'Jonathan Nieder2013-09-242-2/+20
|\
| * submodule: don't print status output with ignore=allBrian M. Carlson2013-09-042-2/+20
* | Merge branch 'cc/replace-with-the-same-type'Jonathan Nieder2013-09-241-3/+22
|\ \
| * | t6050-replace: use some long option namesChristian Couder2013-09-061-4/+4
| * | t6050-replace: add test to clean up all the replace refsChristian Couder2013-09-061-0/+6
| * | t6050-replace: test that objects are of the same typeChristian Couder2013-09-061-0/+13
| |/
* | Merge branch 'jk/shortlog-tolerate-broken-commit'Jonathan Nieder2013-09-241-0/+16
|\ \
| * | shortlog: ignore commits with missing authorsjk/shortlog-tolerate-broken-commitJeff King2013-09-181-0/+16
* | | Merge branch 'jc/push-cas'Jonathan Nieder2013-09-241-1/+1
|\ \ \
| * | | t5541: mark passing c-a-s test as successjc/push-casJeff King2013-09-201-1/+1
* | | | Merge branch 'fc/at-head'Junio C Hamano2013-09-201-0/+8
|\ \ \ \
| * | | | Add new @ shortcut for HEADfc/at-headFelipe Contreras2013-09-121-0/+8
| | |_|/ | |/| |
* | | | Merge branch 'dw/check-ignore-sans-index'Junio C Hamano2013-09-201-9/+63
|\ \ \ \
| * | | | check-ignore: Add option to ignore index contentsdw/check-ignore-sans-indexDave Williams2013-09-121-9/+63
* | | | | Merge branch 'bk/refs-multi-update'Junio C Hamano2013-09-201-0/+632
|\ \ \ \ \
| * | | | | update-ref: add test cases covering --stdin signaturebk/refs-multi-updateBrad King2013-09-111-0/+632
| | |/ / / | |/| | |
* | | | | Merge branch 'nr/git-cd-to-a-directory'Junio C Hamano2013-09-201-0/+84
|\ \ \ \ \
| * | | | | t0056: "git -C" test updatesnr/git-cd-to-a-directoryNazri Ramliy2013-09-191-6/+8
| * | | | | git: run in a directory given with -C optionNazri Ramliy2013-09-091-0/+82
| |/ / / /
* | | | | Merge branch 'jh/checkout-auto-tracking'Junio C Hamano2013-09-202-4/+40
|\ \ \ \ \
| * | | | | t3200: fix failure on case-insensitive filesystemsjh/checkout-auto-trackingEric Sunshine2013-09-171-0/+1
| * | | | | branch.c: Relax unnecessary requirement on upstream's remote ref namePer Cederqvist2013-09-091-1/+1
| * | | | | t3200: Add test demonstrating minor regression in 41c21f2Johan Herland2013-09-091-0/+34
| * | | | | t3200: Minor fix when preparing for tracking failureJohan Herland2013-09-091-1/+2
| * | | | | t2024: Fix &&-chaining and a couple of typosJohan Herland2013-09-091-3/+3
* | | | | | Merge branch 'hu/cherry-pick-previous-branch'Junio C Hamano2013-09-201-0/+20
|\ \ \ \ \ \
| * | | | | | cherry-pick: allow "-" as abbreviation of '@{-1}'Hiroshige Umino2013-09-091-0/+20
* | | | | | | Merge branch 'mm/status-without-comment-char'Junio C Hamano2013-09-205-814/+875
|\ \ \ \ \ \ \
| * | | | | | | t7508: avoid non-portable sed expressionmm/status-without-comment-charEric Sunshine2013-09-171-1/+2
| * | | | | | | status: add missing blank line after list of "other" filesMatthieu Moy2013-09-061-0/+21
| * | | | | | | tests: don't set status.displayCommentPrefix file-wideMatthieu Moy2013-09-063-813/+793
| * | | | | | | status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-064-6/+67
| * | | | | | | submodule summary: ignore --for-status optionMatthieu Moy2013-09-061-7/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'rh/peeling-tag-to-tag'Junio C Hamano2013-09-201-0/+7
|\ \ \ \ \ \ \
| * | | | | | | peel_onion(): add support for <rev>^{tag}Richard Hansen2013-09-031-0/+7
| |/ / / / / /
* | | | | | | Merge branch 'jx/branch-vv-always-compare-with-upstream'Junio C Hamano2013-09-201-4/+85
|\ \ \ \ \ \ \
| * | | | | | | status: always show tracking branch even no changeJiang Xin2013-08-261-1/+33
| * | | | | | | branch: report invalid tracking branch as goneJiang Xin2013-08-261-4/+53
* | | | | | | | Merge branch 'nd/fetch-into-shallow'Junio C Hamano2013-09-202-3/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Add testcase for needless objects during a shallow fetchnd/fetch-into-shallowMatthijs Kooijman2013-08-281-0/+11
| * | | | | | | | upload-pack: delegate rev walking in shallow fetch to pack-objectsNguyễn Thái Ngọc Duy2013-08-281-3/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'ks/p4-view-spec'Junio C Hamano2013-09-181-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | git p4 test: sanitize P4CHARSETkazuki saitoh2013-08-111-1/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/duplicate-objects-in-packs'Junio C Hamano2013-09-183-0/+257
|\ \ \ \ \ \ \ \
| * | | | | | | | t5308: check that index-pack --strict detects duplicate objectsJeff King2013-09-041-0/+7
| * | | | | | | | test index-pack on packs with recoverable delta cyclesJeff King2013-08-241-0/+18
| * | | | | | | | add tests for indexing packs with delta cyclesJeff King2013-08-242-0/+81
| * | | | | | | | sha1-lookup: handle duplicate keys with GIT_USE_LOOKUPJeff King2013-08-242-0/+151
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'nd/git-dir-pointing-at-gitfile'Junio C Hamano2013-09-181-0/+4
|\ \ \ \ \ \ \ \