summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2013-09-09Merge branch 'es/blame-L-twice'Libravatar Junio C Hamano2-7/+125
2013-09-09Merge branch 'tr/log-full-diff-keep-true-parents'Libravatar Junio C Hamano2-0/+28
2013-09-09Merge branch 'jk/cat-file-batch-optim'Libravatar Junio C Hamano1-0/+15
2013-09-09Merge branch 'es/blame-L-more'Libravatar Junio C Hamano2-14/+159
2013-09-09Merge branch 'db/http-savecookies'Libravatar Junio C Hamano2-0/+24
2013-09-09Merge branch 'jc/push-cas'Libravatar Junio C Hamano3-2/+208
2013-09-09Merge branch 'ms/fetch-prune-configuration'Libravatar Junio C Hamano1-0/+82
2013-09-04Merge branch 'jl/some-submodule-config-are-not-boolean'Libravatar Junio C Hamano1-0/+10
2013-09-04Merge branch 'sg/bash-prompt-lf-in-cwd-test'Libravatar Junio C Hamano1-0/+23
2013-09-04Merge branch 'mm/no-shell-escape-in-die-message'Libravatar Junio C Hamano1-0/+13
2013-09-04Merge branch 'tr/fd-gotcha-fixes'Libravatar Junio C Hamano1-0/+4
2013-09-04Merge branch 'jk/fast-import-empty-ls'Libravatar Junio C Hamano1-0/+65
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-25fetch-pack: do not remove .git/shallow file when --depth is not specifiedLibravatar Nguyễn Thái Ngọc Duy1-0/+16
2013-08-21t9902-completion.sh: old Bash still does not support array+=('') notationLibravatar Brandon Casey1-1/+1
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-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-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-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-06t0070: test that git_mkstemps correctly checks return value of open()Libravatar Dale R. Worley1-0/+4
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
2013-08-05blame: reject empty ranges -LX,+0 and -LX,-0Libravatar Eric Sunshine1-2/+2
2013-08-05t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0Libravatar Eric Sunshine1-0/+8
2013-08-05log: fix -L bounds checking bugLibravatar Eric Sunshine1-1/+1
2013-08-05t4211: retire soon-to-be unimplementable testsLibravatar Eric Sunshine1-13/+0
2013-08-05t4211: log: demonstrate -L bounds checking bugLibravatar Eric Sunshine1-0/+30
2013-08-05blame: fix -L bounds checking bugLibravatar Eric Sunshine1-4/+4
2013-08-05t8001/t8002: blame: add empty file & partial-line testsLibravatar Eric Sunshine1-0/+72
2013-08-05t8001/t8002: blame: demonstrate -L bounds checking bugLibravatar Eric Sunshine1-0/+22
2013-08-05t8001/t8002: blame: decompose overly-large testLibravatar Eric Sunshine1-7/+25
2013-08-05t5551: Remove header from curl cookie fileLibravatar Brian Gernhardt1-4/+2
2013-08-05Merge branch 'es/blame-L-breakage'Libravatar Junio C Hamano1-2/+2
2013-08-05t8001, t8002: fix "blame -L :literal" test on NetBSDLibravatar René Scharfe1-2/+2
2013-08-05Merge branch 'dn/test-reject-utf-16'Libravatar Junio C Hamano2-2/+2
2013-08-05t3900: test rejecting log message with NULs correctlyLibravatar Junio C Hamano1-2/+2
2013-08-05Add missing test file for UTF-16.Libravatar Brian M. Carlson1-0/+0
2013-08-05cat-file: only split on whitespace when %(rest) is usedLibravatar Jeff King1-0/+15
2013-08-05log: use true parents for diff when walking reflogsLibravatar Thomas Rast1-0/+22