summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Make setup_git_env() resolve .git file when $GIT_DIR is not specifiednd/git-dir-pointing-at-gitfileNguyễn Thái Ngọc Duy2013-09-031-0/+4
| |/ /
* | | Merge branch 'fc/t3200-fixes'Junio C Hamano2013-09-181-6/+7
|\ \ \
| * | | t: branch: fix broken && chainsfc/t3200-fixesFelipe Contreras2013-09-031-4/+4
| * | | t: branch: fix typoFelipe Contreras2013-09-031-1/+1
| * | | t: branch: trivial style fixFelipe Contreras2013-09-031-1/+2
* | | | Merge branch 'fc/rev-parse-test-updates'Junio C Hamano2013-09-181-33/+80
|\ \ \ \
| * | | | rev-parse test: use standard test functions for setupfc/rev-parse-test-updatesFelipe Contreras2013-09-031-9/+9
| * | | | rev-parse test: use test_cmp instead of "test" builtinJonathan Nieder2013-09-031-14/+19
| * | | | rev-parse test: use test_must_fail, not "if <command>; then false; fi"Felipe Contreras2013-09-031-2/+2
| * | | | rev-parse test: modernize quoting and whitespaceFelipe Contreras2013-09-031-16/+58
| |/ / /
* | | | Merge branch 'jk/remove-remote-helpers-in-python'Junio C Hamano2013-09-172-178/+0
|\ \ \ \
| * | | | git_remote_helpers: remove little used Python libraryjk/remove-remote-helpers-in-pythonJohn Keeping2013-09-092-178/+0
* | | | | Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-171-3/+3
|\ \ \ \ \
| * | | | | use 'commit-ish' instead of 'committish'Richard Hansen2013-09-041-3/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'jk/write-broken-index-with-nul-sha1'Junio C Hamano2013-09-171-0/+49
|\ \ \ \ \
| * | | | | write_index: optionally allow broken null sha1sjk/write-broken-index-with-nul-sha1Jeff King2013-08-281-0/+49
| | |_|/ / | |/| | |
* | | | | Merge branch 'tb/precompose-autodetect-fix'Junio C Hamano2013-09-173-2/+2
|\ \ \ \ \
| * | | | | Set core.precomposeunicode to true on e.g. HFS+tb/precompose-autodetect-fixTorsten Bögershausen2013-08-273-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'kk/tests-with-no-perl'Junio C Hamano2013-09-173-44/+67
|\ \ \ \ \
| * | | | | reset test: modernize stylekk/tests-with-no-perlJonathan Nieder2013-08-241-7/+24
| * | | | | t/t7106-reset-unborn-branch.sh: Add PERL prerequisiteKacper Kornet2013-08-241-1/+1
| * | | | | add -i test: use skip_all instead of repeated PERL prerequisiteJonathan Nieder2013-08-241-35/+41
| * | | | | Make test "using invalid commit with -C" more strictKacper Kornet2013-08-241-1/+1
| |/ / / /
* | | | | Merge branch 'ap/commit-author-mailmap'Junio C Hamano2013-09-171-0/+11
|\ \ \ \ \
| * | | | | commit: search author pattern against mailmapap/commit-author-mailmapAntoine Pelisse2013-08-241-0/+11
| |/ / / /
* | | | | Merge branch 'maint'Junio C Hamano2013-09-171-1/+1
|\ \ \ \ \
| * | | | | t7406-submodule-update: add missing &&Tay Ray Chuan2013-09-171-1/+1
| * | | | | Merge branch 'nd/fetch-pack-shallow-fix' into maintJunio C Hamano2013-09-051-0/+16
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge branch 'mm/mediawiki-dumb-push-fix'Junio C Hamano2013-09-121-0/+11
|\ \ \ \ \ \
| * | | | | | transport-helper: add no-private-update capabilityMatthieu Moy2013-09-031-0/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jc/commit-is-spelled-with-two-ems'Junio C Hamano2013-09-124-10/+10
|\ \ \ \ \ \
| * | | | | | typofix: cherry is spelled with two arsjc/commit-is-spelled-with-two-emsJunio C Hamano2013-09-052-2/+2
| * | | | | | typofix: commit is spelled with two emsJunio C Hamano2013-09-042-8/+8
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jk/config-int-range-check'Junio C Hamano2013-09-122-4/+11
|\ \ \ \ \ \
| * | | | | | git-config: always treat --int as 64-bit internallyJeff King2013-09-091-0/+7
| * | | | | | config: make numeric parsing errors more clearJeff King2013-09-092-4/+4
| |/ / / / /
* | | | | | Merge branch 'jc/ls-files-killed-optim'Junio C Hamano2013-09-111-8/+19
|\ \ \ \ \ \
| * | | | | | dir.c::test_one_path(): work around directory_exists_in_index_icase() breakagejc/ls-files-killed-optimEric Sunshine2013-08-231-6/+9
| * | | | | | t3010: update to demonstrate "ls-files -k" optimization pitfallsJunio C Hamano2013-08-151-3/+9
* | | | | | | Merge branch 'es/rebase-i-no-abbrev'Junio C Hamano2013-09-111-2/+87
|\ \ \ \ \ \ \
| * | | | | | | rebase -i: fix short SHA-1 collisiones/rebase-i-no-abbrevJunio C Hamano2013-08-251-1/+1
| * | | | | | | t3404: rebase -i: demonstrate short SHA-1 collisionEric Sunshine2013-08-251-0/+24