summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2013-08-30Merge branch 'bc/completion-for-bash-3.0'Libravatar Junio C Hamano1-1/+1
2013-08-30Merge branch 'nd/fetch-pack-shallow-fix'Libravatar Junio C Hamano1-0/+16
2013-08-28write_index: optionally allow broken null sha1sLibravatar Jeff King1-0/+49
2013-08-28mailmap: handle mailmap blobs without trailing newlinesLibravatar Jeff King1-1/+15
2013-08-28Add testcase for needless objects during a shallow fetchLibravatar Matthijs Kooijman1-0/+11
2013-08-28upload-pack: delegate rev walking in shallow fetch to pack-objectsLibravatar Nguyễn Thái Ngọc Duy1-3/+0
2013-08-27Set core.precomposeunicode to true on e.g. HFS+Libravatar Torsten Bögershausen3-2/+2
2013-08-26status: always show tracking branch even no changeLibravatar Jiang Xin1-1/+33
2013-08-26branch: report invalid tracking branch as goneLibravatar Jiang Xin1-4/+53
2013-08-25rebase -i: fix short SHA-1 collisionLibravatar Junio C Hamano1-1/+1
2013-08-25t3404: rebase -i: demonstrate short SHA-1 collisionLibravatar Eric Sunshine1-0/+24
2013-08-25t3404: make tests more self-containedLibravatar Eric Sunshine1-2/+63
2013-08-25fetch-pack: do not remove .git/shallow file when --depth is not specifiedLibravatar Nguyễn Thái Ngọc Duy1-0/+16
2013-08-24reset test: modernize styleLibravatar Jonathan Nieder1-7/+24
2013-08-24t/t7106-reset-unborn-branch.sh: Add PERL prerequisiteLibravatar Kacper Kornet1-1/+1
2013-08-24add -i test: use skip_all instead of repeated PERL prerequisiteLibravatar Jonathan Nieder1-35/+41
2013-08-24Make test "using invalid commit with -C" more strictLibravatar Kacper Kornet1-1/+1
2013-08-24test index-pack on packs with recoverable delta cyclesLibravatar Jeff King1-0/+18
2013-08-24add tests for indexing packs with delta cyclesLibravatar Jeff King2-0/+81
2013-08-24sha1-lookup: handle duplicate keys with GIT_USE_LOOKUPLibravatar Jeff King2-0/+151
2013-08-24commit: search author pattern against mailmapLibravatar Antoine Pelisse1-0/+11
2013-08-23dir.c::test_one_path(): work around directory_exists_in_index_icase() breakageLibravatar Eric Sunshine1-6/+9
2013-08-21t9902-completion.sh: old Bash still does not support array+=('') notationLibravatar Brandon Casey1-1/+1
2013-08-21rebase --preserve-merges: ignore "merge.log" configLibravatar Ralf Thielow1-0/+23
2013-08-20xread, xwrite: limit size of IO to 8MBLibravatar Steffen Prohaska1-0/+14
2013-08-19avoid segfault on submodule.*.path set to an empty "true"Libravatar Jharrod LaFon1-0/+10
2013-08-18bash prompt: test the prompt with newline in repository pathLibravatar SZEDER Gábor1-0/+23
2013-08-15t3010: update to demonstrate "ls-files -k" optimization pitfallsLibravatar Junio C Hamano1-3/+9
2013-08-14Revert "Add new @ shortcut for HEAD"Libravatar Junio C Hamano1-2/+0
2013-08-14Revert "git stash: avoid data loss when "git stash save" kills a directory"Libravatar Junio C Hamano1-18/+0
2013-08-13push: respect --no-thinLibravatar Nguyễn Thái Ngọc Duy1-0/+17
2013-08-11git p4 test: sanitize P4CHARSETLibravatar kazuki saitoh1-1/+2
2013-08-09Merge branch 'jk/submodule-subdirectory-ok'Libravatar Junio C Hamano1-1/+1
2013-08-09t/t7407: fix two typos in submodule testsLibravatar Phil Hord1-1/+1
2013-08-07t5802: add test for connect helperLibravatar Junio C Hamano1-0/+72
2013-08-07die_with_status: use "printf '%s\n'", not "echo"Libravatar Matthieu Moy1-0/+13
2013-08-06line-range: reject -L line numbers less than 1Libravatar Eric Sunshine1-9/+9
2013-08-06t8001/t8002: blame: add tests of -L line numbers less than 1Libravatar Eric Sunshine1-0/+12
2013-08-06line-range: teach -L^:RE to search from start of fileLibravatar Eric Sunshine2-0/+18
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeLibravatar Eric Sunshine2-1/+16
2013-08-06line-range: teach -L^/RE/ to search from start of fileLibravatar Eric Sunshine1-0/+21
2013-08-06blame: teach -L/RE/ to search from end of previous -L rangeLibravatar Eric Sunshine1-0/+20
2013-08-06t8001/t8002: blame: add tests of multiple -L optionsLibravatar Eric Sunshine1-0/+32
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeLibravatar Jens Lehmann3-19/+99
2013-08-06mv: update the path entry in .gitmodules for moved submodulesLibravatar Jens Lehmann1-0/+75
2013-08-06t0070: test that git_mkstemps correctly checks return value of open()Libravatar Dale R. Worley1-0/+4
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyLibravatar Junio C Hamano1-0/+25
2013-08-05config: parse http.<url>.<variable> using urlmatchLibravatar Kyle J. McKay14-0/+198
2013-08-05blame: reject empty ranges -L,+0 and -L,-0Libravatar Eric Sunshine1-2/+2
2013-08-05t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0Libravatar Eric Sunshine1-0/+8