summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2018-02-15apply: handle Subversion diffs with /dev/null gracefullyLibravatar Tatyana Krasnukha1-1/+1
2018-02-15apply: demonstrate a problem applying svn diffsLibravatar Johannes Schindelin1-0/+17
2018-02-14Correct mispellings of ".gitmodule" to ".gitmodules"Libravatar Robert P. J. Day1-1/+1
2018-02-14t/: correct obvious typo "detahced"Libravatar Robert P. J. Day1-1/+1
2018-02-14am: support --quitLibravatar Nguyễn Thái Ngọc Duy1-0/+12
2018-02-14sq_dequote: fix extra consumption of source stringLibravatar Jeff King1-0/+23
2018-02-14test-hashmap: use "unsigned int" for hash storageLibravatar Jeff King1-2/+3
2018-02-14test-hashmap: simplify alloc_test_entryLibravatar Jeff King1-18/+17
2018-02-14test-hashmap: use strbuf_getline rather than fgetsLibravatar Jeff King1-3/+5
2018-02-14test-hashmap: use xsnprintf rather than snprintfLibravatar Jeff King1-1/+1
2018-02-14test-hashmap: check allocation computation for overflowLibravatar Jeff King1-2/+1
2018-02-14test-hashmap: use ALLOC_ARRAY rather than bare mallocLibravatar Jeff King1-2/+2
2018-02-13Merge branch 'jk/daemon-fixes'Libravatar Junio C Hamano3-11/+101
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Libravatar Junio C Hamano6-9/+176
2018-02-13Merge branch 'nd/shared-index-fix'Libravatar Junio C Hamano1-0/+19
2018-02-13Merge branch 'tg/split-index-fixes'Libravatar Junio C Hamano1-0/+19
2018-02-13Merge branch 'jt/http-redact-cookies'Libravatar Junio C Hamano1-0/+33
2018-02-13Merge branch 'nd/trace-with-env'Libravatar Junio C Hamano2-0/+46
2018-02-13Merge branch 'cl/t9001-cleanup'Libravatar Junio C Hamano1-10/+7
2018-02-13Merge branch 'jh/partial-clone'Libravatar Junio C Hamano3-0/+310
2018-02-13Merge branch 'jh/fsck-promisors'Libravatar Junio C Hamano1-0/+343
2018-02-13Merge branch 'ab/simplify-perl-makefile'Libravatar Junio C Hamano2-2/+2
2018-02-13Mark messages for translationsLibravatar Alexander Shopov3-4/+4
2018-02-13t6300-for-each-ref: fix "more than one quoting style" testsLibravatar SZEDER Gábor1-5/+2
2018-02-12rebase: introduce and use pseudo-ref REBASE_HEADLibravatar Nguyễn Thái Ngọc Duy2-2/+6
2018-02-12rebase: add --show-current-patchLibravatar Nguyễn Thái Ngọc Duy2-0/+38
2018-02-12am: add --show-current-patchLibravatar Nguyễn Thái Ngọc Duy1-0/+5
2018-02-12worktree remove: allow it when $GIT_WORK_TREE is already goneLibravatar Nguyễn Thái Ngọc Duy1-0/+17
2018-02-12worktree remove: new commandLibravatar Nguyễn Thái Ngọc Duy1-0/+30
2018-02-12worktree move: accept destination as directoryLibravatar Nguyễn Thái Ngọc Duy1-0/+11
2018-02-12worktree move: new commandLibravatar Nguyễn Thái Ngọc Duy1-0/+26
2018-02-12check-ignore: fix mix of directories and other file typesLibravatar René Scharfe1-0/+20
2018-02-12describe: confirm that blobs actually existLibravatar Jeff King1-0/+8
2018-02-12t4151: consolidate multiple calls to test_i18ngrepLibravatar Ramsay Jones1-3/+2
2018-02-12t0002: simplify error checkingLibravatar Jeff King1-43/+10
2018-02-12t: document 'test_must_fail ok=<signal-name>'Libravatar SZEDER Gábor2-2/+22
2018-02-09fetch: make the --prune-tags work with <url>Libravatar Ævar Arnfjörð Bjarmason1-9/+7
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configLibravatar Ævar Arnfjörð Bjarmason1-0/+70
2018-02-09fetch tests: add scaffolding for the new fetch.pruneTagsLibravatar Ævar Arnfjörð Bjarmason1-42/+50
2018-02-09fetch tests: fetch <url> <spec> as well as fetch [<remote>]Libravatar Ævar Arnfjörð Bjarmason1-4/+40
2018-02-09fetch tests: expand case/esac for later changeLibravatar Ævar Arnfjörð Bjarmason1-2/+6
2018-02-09fetch tests: double quote a variable for interpolationLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-02-09fetch tests: test --prune and refspec interactionLibravatar Ævar Arnfjörð Bjarmason1-0/+12
2018-02-09fetch tests: add a tag to be deleted to the pruning testsLibravatar Ævar Arnfjörð Bjarmason1-40/+53
2018-02-09fetch tests: re-arrange arguments for future readabilityLibravatar Ævar Arnfjörð Bjarmason1-38/+44
2018-02-09fetch tests: refactor in preparation for testing tag pruningLibravatar Ævar Arnfjörð Bjarmason1-3/+6
2018-02-09completion: use __gitcomp_builtin in _git_checkoutLibravatar Nguyễn Thái Ngọc Duy1-5/+7
2018-02-08rebase -p: fix incorrect commit message when calling `git merge`.Libravatar Gregory Herrero1-1/+25
2018-02-08name-hash: properly fold directory names in adjust_dirname_case()Libravatar Ben Peart1-1/+15
2018-02-08t: make 'test_i18ngrep' more informative on failureLibravatar SZEDER Gábor1-4/+20