summaryrefslogtreecommitdiff
path: root/t/annotate-tests.sh
AgeCommit message (Expand)AuthorFilesLines
2019-04-08blame: default to HEAD in a bare repo when no start commit is givenLibravatar SZEDER Gábor1-0/+8
2018-06-15blame: prevent error if range ends past end of fileLibravatar Isabella Stephens1-2/+2
2015-11-24blame: fix object casting regressionLibravatar Jeff King1-0/+7
2015-09-16blame: handle --first-parentLibravatar Jeff King1-0/+4
2015-03-20t: fix trivial &&-chain breakageLibravatar Jeff King1-1/+1
2014-07-21t800[12]: work around MSys limitationLibravatar Karsten Blees1-0/+12
2013-12-27Remove the line length limit for graft filesLibravatar Johannes Schindelin1-0/+21
2013-10-31t: replace pulls with mergesLibravatar Felipe Contreras1-1/+1
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 Sunshine1-0/+17
2013-08-06line-range: teach -L:RE to search from end of previous -L rangeLibravatar Eric Sunshine1-0/+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-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-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-05t8001, t8002: fix "blame -L :literal" test on NetBSDLibravatar René Scharfe1-2/+2
2013-07-17t8001/t8002 (blame): add blame -L :funcname testsLibravatar Eric Sunshine1-2/+46
2013-07-17t8001/t8002 (blame): add blame -L testsLibravatar Eric Sunshine1-3/+101
2013-07-17t8001/t8002 (blame): modernize styleLibravatar Eric Sunshine1-107/+114
2011-05-05t/annotate-tests: Use echo & cat instead of sedLibravatar Brian Gernhardt1-1/+2
2011-04-29blame: tolerate bogus e-mail addresses a bit betterLibravatar Josh Stone1-1/+11
2010-11-29Merge branch 'kb/blame-author-email'Libravatar Junio C Hamano1-6/+6
2010-11-24Merge branch 'en/and-cascade-tests'Libravatar Junio C Hamano1-1/+1
2010-11-09tests: add missing &&Libravatar Jonathan Nieder1-1/+1
2010-10-19Update test script annotate-tests.sh to handle missing/extra authorsLibravatar Kevin Ballard1-6/+6
2010-10-19blame: Add option to show author email instead of nameLibravatar Kevin Ballard1-6/+6
2009-05-06t/annotate-tests.sh: avoid passing a non-newline terminated file to sedLibravatar Brandon Casey1-1/+4
2007-03-06make t8001 work on Mac OS X againLibravatar Johannes Schindelin1-1/+2
2007-02-07Avoid ActiveState Perl IO in t800[12]Libravatar Alex Riesen1-1/+2
2006-10-19git-pickaxe: blame rewritten.Libravatar Junio C Hamano1-0/+1
2006-08-02Fix annotate test script; notice when git-annotate fails.Libravatar Ramsay Allan Jones1-1/+2
2006-07-11tests: Set EDITOR=: and VISUAL=: globallyLibravatar Eric Wong1-1/+1
2006-06-19Fix t8001-annotate and t8002-blame for ActiveState PerlLibravatar Dennis Stosberg1-1/+1
2006-06-18Make t8001-annotate and t8002-blame more portableLibravatar Dennis Stosberg1-3/+1
2006-03-12annotate-tests: override VISUAL when running tests.Libravatar Mark Wooding1-1/+1
2006-03-06annotate-blame: tests incomplete lines.Libravatar Junio C Hamano1-0/+19
2006-03-05annotate-blame test: add evil merge.Libravatar Junio C Hamano1-0/+9
2006-03-05annotate/blame tests updates.Libravatar Junio C Hamano1-37/+44
2006-03-05git-blame: Use the same tests for git-blame as for git-annotateLibravatar Fredrik Kuivinen1-0/+86