summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* fetch --prune: Run prune before fetchingtm/fetch-pruneTom Miller2014-01-031-0/+14
* fetch --prune: always print header urlTom Miller2014-01-031-0/+12
* Merge branch 'tb/clone-ssh-with-colon-for-port'Junio C Hamano2013-12-172-21/+198
|\
| * connect.c: refactor url parsingTorsten Bögershausen2013-12-092-0/+15
| * git_connect(): refactor the port handling for sshTorsten Bögershausen2013-12-092-15/+4
| * git fetch: support host:/~repoTorsten Bögershausen2013-12-092-10/+26
| * t5500: add test cases for diag-urlTorsten Bögershausen2013-12-091-0/+59
| * t5601: add tests for sshTorsten Bögershausen2013-12-041-1/+99
| * t5601: remove clear_ssh, refactor setup_ssh_wrapperTorsten Bögershausen2013-12-041-20/+20
* | Merge branch 'jl/commit-v-strip-marker'Junio C Hamano2013-12-171-1/+27
|\ \
| * | commit -v: strip diffs and submodule shortlogs from the commit messagejl/commit-v-strip-markerJens Lehmann2013-12-051-1/+27
* | | Merge branch 'mm/mv-file-to-no-such-dir-with-slash'Junio C Hamano2013-12-171-0/+29
|\ \ \
| * | | mv: let 'git mv file no-such-dir/' error outMatthieu Moy2013-12-041-0/+29
* | | | Merge branch 'fc/trivial'Junio C Hamano2013-12-172-3/+1
|\ \ \ \
| * | | | t: trivial whitespace cleanupsFelipe Contreras2013-12-092-3/+1
* | | | | Merge branch 'jk/t5000-gzip-simplify'Junio C Hamano2013-12-171-16/+4
|\ \ \ \ \
| * | | | | t5000: simplify gzip prerequisite checksjk/t5000-gzip-simplifyJeff King2013-12-041-16/+4
| | |/ / / | |/| | |
* | | | | Merge branch 'jn/scripts-updates'Junio C Hamano2013-12-1232-41/+70
|\ \ \ \ \
| * | | | | remove #!interpreter line from shell librariesjn/scripts-updatesJonathan Nieder2013-11-261-4/+2
| * | | | | test: replace shebangs with descriptions in shell librariesJonathan Nieder2013-11-2615-20/+64
| * | | | | test: make FILEMODE a lazy prereqJonathan Nieder2013-11-268-17/+4
| * | | | | mark perl test scripts executableJonathan Nieder2013-11-2510-0/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'jk/remove-deprecated'Junio C Hamano2013-12-123-25/+5
|\ \ \ \ \
| * \ \ \ \ Sync with 1.8.5jk/remove-deprecatedJunio C Hamano2013-12-052-11/+20
| |\ \ \ \ \ | | |/ / / /
| * | | | | tar-tree: remove deprecated commandJohn Keeping2013-11-123-25/+5
* | | | | | Merge branch 'tr/config-multivalue-lift-max'Junio C Hamano2013-12-121-0/+64
|\ \ \ \ \ \
| * | | | | | config: arbitrary number of matches for --unset and --replace-alltr/config-multivalue-lift-maxThomas Rast2013-12-061-0/+64
* | | | | | | Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'Junio C Hamano2013-12-125-13/+148
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | fetch: improve the error messages emitted for conflicting refspecsmh/fetch-tags-in-addition-to-normal-refsMichael Haggerty2013-10-301-5/+9
| * | | | | | t5536: new test of refspec conflicts when fetchingMichael Haggerty2013-10-301-0/+96
| * | | | | | fetch --prune: prune only based on explicit refspecsMichael Haggerty2013-10-301-5/+5
| * | | | | | fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty2013-10-304-8/+39
| * | | | | | t5510: check that "git fetch --prune --tags" does not prune branchesMichael Haggerty2013-10-241-0/+4
| * | | | | | t5510: prepare test refs more straightforwardlyMichael Haggerty2013-10-241-4/+4
| * | | | | | t5510: use the correct tag name in testMichael Haggerty2013-10-241-1/+1
* | | | | | | Merge branch 'jk/remove-experimental-loose-object-support'Junio C Hamano2013-12-0618-69/+0
|\ \ \ \ \ \ \
| * | | | | | | drop support for "experimental" loose objectsjk/remove-experimental-loose-object-supportJeff King2013-11-2118-69/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'nd/magic-pathspec'Junio C Hamano2013-12-061-0/+6
|\ \ \ \ \ \ \
| * | | | | | | diff: restrict pathspec limitations to diff b/f case onlynd/magic-pathspecNguyễn Thái Ngọc Duy2013-11-201-0/+6
* | | | | | | | Merge branch 'rr/for-each-ref-decoration'Junio C Hamano2013-12-061-13/+56
|\ \ \ \ \ \ \ \
| * | | | | | | | for-each-ref: avoid color leakagerr/for-each-ref-decorationRamkumar Ramachandra2013-11-191-1/+1
| * | | | | | | | for-each-ref: introduce %(color:...) for colorRamkumar Ramachandra2013-11-191-0/+17
| * | | | | | | | for-each-ref: introduce %(upstream:track[short])Ramkumar Ramachandra2013-11-191-0/+27
| * | | | | | | | for-each-ref: introduce %(HEAD) asterisk markerRamkumar Ramachandra2013-11-181-0/+2
| * | | | | | | | t6300 (for-each-ref): don't hardcode SHA-1 hexesRamkumar Ramachandra2013-11-181-8/+8
| * | | | | | | | t6300 (for-each-ref): clearly demarcate setupRamkumar Ramachandra2013-11-181-5/+2
* | | | | | | | | Merge branch 'rh/remote-hg-bzr-updates'Junio C Hamano2013-12-061-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | test-lib.sh: convert $TEST_DIRECTORY to an absolute pathFelipe Contreras2013-11-181-0/+4
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'jl/submodule-update-retire-orig-flags'Junio C Hamano2013-12-051-0/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | submodule update: remove unnecessary orig_flags variablejl/submodule-update-retire-orig-flagsJens Lehmann2013-11-111-0/+11
| |/ / / / / / / /