summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2013-09-09Merge branch 'jk/mailmap-incomplete-line'Junio C Hamano
2013-09-09Merge branch 'sp/clip-read-write-to-8mb'Junio C Hamano
2013-09-09Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch'Junio C Hamano
2013-09-09Merge branch 'jc/url-match'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-09-09Merge branch 'es/blame-L-twice'Junio C Hamano
2013-09-09Merge branch 'tr/log-full-diff-keep-true-parents'Junio C Hamano
2013-09-09Merge branch 'jk/cat-file-batch-optim'Junio C Hamano
2013-09-09Merge branch 'es/blame-L-more'Junio C Hamano
2013-09-09Merge branch 'db/http-savecookies'Junio C Hamano
2013-09-09Merge branch 'jc/push-cas'Junio C Hamano
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano
2013-09-04Merge branch 'jl/some-submodule-config-are-not-boolean'Junio C Hamano
2013-09-04Merge branch 'sg/bash-prompt-lf-in-cwd-test'Junio C Hamano
2013-09-04Merge branch 'mm/no-shell-escape-in-die-message'Junio C Hamano
2013-09-04Merge branch 'tr/fd-gotcha-fixes'Junio C Hamano
2013-09-04Merge branch 'jk/fast-import-empty-ls'Junio C Hamano
2013-08-30Merge branch 'bc/completion-for-bash-3.0'Junio C Hamano
2013-08-30Merge branch 'nd/fetch-pack-shallow-fix'Junio C Hamano
2013-08-28mailmap: handle mailmap blobs without trailing newlinesJeff King
2013-08-26fetch-pack: do not remove .git/shallow file when --depth is not specifiedNguyễn Thái Ngọc Duy
2013-08-21t9902-completion.sh: old Bash still does not support array+=('') notationBrandon Casey
2013-08-20xread, xwrite: limit size of IO to 8MBSteffen Prohaska
2013-08-19avoid segfault on submodule.*.path set to an empty "true"Jharrod LaFon
2013-08-18bash prompt: test the prompt with newline in repository pathSZEDER Gábor
2013-08-14Revert "Add new @ shortcut for HEAD"Junio C Hamano
2013-08-14Revert "git stash: avoid data loss when "git stash save" kills a directory"Junio C Hamano
2013-08-09Merge branch 'jk/submodule-subdirectory-ok'Junio C Hamano
2013-08-09t/t7407: fix two typos in submodule testsPhil Hord
2013-08-07t5802: add test for connect helperJunio C Hamano
2013-08-07die_with_status: use "printf '%s\n'", not "echo"Matthieu Moy
2013-08-06line-range: reject -L line numbers less than 1Eric Sunshine
2013-08-06t8001/t8002: blame: add tests of -L line numbers less than 1Eric Sunshine
2013-08-06line-range: teach -L^:RE to search from start of fileEric Sunshine
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeEric Sunshine
2013-08-06line-range: teach -L^/RE/ to search from start of fileEric Sunshine
2013-08-06blame: teach -L/RE/ to search from end of previous -L rangeEric Sunshine
2013-08-06t8001/t8002: blame: add tests of multiple -L optionsEric Sunshine
2013-08-06rm: delete .gitmodules entry of submodules removed from the work treeJens Lehmann
2013-08-06mv: update the path entry in .gitmodules for moved submodulesJens Lehmann
2013-08-06t0070: test that git_mkstemps correctly checks return value of open()Dale R. Worley
2013-08-05config: "git config --get-urlmatch" parses section.<url>.keyJunio C Hamano
2013-08-05config: parse http.<url>.<variable> using urlmatchKyle J. McKay
2013-08-05blame: reject empty ranges -L,+0 and -L,-0Eric Sunshine
2013-08-05t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0Eric Sunshine
2013-08-05blame: reject empty ranges -LX,+0 and -LX,-0Eric Sunshine
2013-08-05t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0Eric Sunshine
2013-08-05log: fix -L bounds checking bugEric Sunshine
2013-08-05t4211: retire soon-to-be unimplementable testsEric Sunshine
2013-08-05t4211: log: demonstrate -L bounds checking bugEric Sunshine