summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2014-04-07update-ref --stdin -z: deprecate interpreting the empty string as zerosLibravatar Michael Haggerty1-2/+3
2014-04-07update-ref.c: extract a new function, parse_next_sha1()Libravatar Michael Haggerty1-1/+1
2014-04-07t1400: test that stdin -z update treats empty <newvalue> as zerosLibravatar Michael Haggerty1-0/+7
2014-04-07update-ref --stdin: simplify error messages for missing oldvaluesLibravatar Michael Haggerty1-3/+3
2014-04-07update-ref --stdin: make error messages more consistentLibravatar Michael Haggerty1-7/+7
2014-04-07update-ref --stdin: improve error messages for invalid valuesLibravatar Michael Haggerty1-4/+4
2014-04-07t1400: add some more tests involving quoted argumentsLibravatar Michael Haggerty1-1/+25
2014-04-07parse_arg(): really test that argument is properly terminatedLibravatar Michael Haggerty1-2/+2
2014-04-07t1400: provide more usual input to the commandLibravatar Michael Haggerty1-1/+1
2014-04-07t1400: fix name and expected result of one testLibravatar Michael Haggerty1-2/+2
2014-04-04add `ignore_missing_links` mode to revwalkLibravatar Vicent Marti1-0/+31
2014-04-03Merge branch 'jk/mv-submodules-fix' into maintLibravatar Junio C Hamano1-1/+12
2014-04-03Merge branch 'jk/lib-terminal-lazy' into maintLibravatar Junio C Hamano1-18/+19
2014-04-03Merge branch 'us/printf-not-echo' into maintLibravatar Junio C Hamano1-2/+2
2014-04-03Merge branch 'jn/wt-status' into maintLibravatar Junio C Hamano2-13/+13
2014-04-03Merge branch 'cb/aix'Libravatar Junio C Hamano2-4/+2
2014-04-03Merge branch 'cn/fetch-prune-overlapping-destination'Libravatar Junio C Hamano1-0/+20
2014-04-02Merge branch 'rs/pickaxe-i'Libravatar Junio C Hamano1-102/+64
2014-04-02Revert "submodule: explicit local branch creation in module_clone"Libravatar Junio C Hamano1-38/+1
2014-04-02update-ref: fail create operation over stdin if ref already existsLibravatar Aman Gupta1-0/+11
2014-04-01t4212: loosen far-in-future test for AIXLibravatar Jeff King1-4/+2
2014-03-31Merge branch 'jk/tests-cleanup'Libravatar Junio C Hamano10-180/+87
2014-03-31Merge branch 'ib/rev-parse-parseopt-argh'Libravatar Junio C Hamano1-36/+56
2014-03-31Merge branch 'js/userdiff-cc'Libravatar Junio C Hamano32-153/+298
2014-03-31Merge branch 'dt/tests-with-env-not-subshell'Libravatar Junio C Hamano12-152/+42
2014-03-31code and test: fix misuses of "nor"Libravatar Justin Lebar7-7/+7
2014-03-31parse-options: remove unused OPT_SET_PTRLibravatar Marat Radchenko1-4/+3
2014-03-31tests: don't rely on strerror text when testing rmdir failureLibravatar Charles Bailey2-4/+2
2014-03-28Merge branch 'bg/rebase-off-of-previous-branch'Libravatar Junio C Hamano1-0/+17
2014-03-28Merge branch 'bp/commit-p-editor'Libravatar Junio C Hamano2-9/+58
2014-03-28Merge branch 'jk/pack-bitmap'Libravatar Junio C Hamano1-1/+4
2014-03-26apply --ignore-space-change: lines with and without leading whitespaces do no...Libravatar Junio C Hamano1-8/+4
2014-03-26fetch: handle overlaping refspecs on --pruneLibravatar Carlos Martín Nieto1-1/+1
2014-03-25Merge branch 'ss/test-on-mingw-rsync-path-no-absolute'Libravatar Junio C Hamano1-3/+3
2014-03-25Merge branch 'us/printf-not-echo'Libravatar Junio C Hamano1-2/+2
2014-03-25Merge branch 'jk/lib-terminal-lazy'Libravatar Junio C Hamano1-18/+19
2014-03-25Merge branch 'nd/commit-editor-cleanup'Libravatar Junio C Hamano1-0/+16
2014-03-25Merge branch 'jk/mv-submodules-fix'Libravatar Junio C Hamano1-1/+12
2014-03-24pickaxe: honor -i when used with -S and --pickaxe-regexLibravatar René Scharfe1-0/+5
2014-03-24t4209: use helper functions to test --authorLibravatar René Scharfe1-9/+4
2014-03-24t4209: use helper functions to test --grepLibravatar René Scharfe1-14/+4
2014-03-24t4209: factor out helper function test_log_icase()Libravatar René Scharfe1-12/+14
2014-03-24t4209: factor out helper function test_log()Libravatar René Scharfe1-58/+42
2014-03-24t4209: set up expectations up frontLibravatar René Scharfe1-39/+25
2014-03-24update-index: teach --cacheinfo a new syntax "mode,sha1,path"Libravatar Junio C Hamano1-0/+13
2014-03-23t1502: protect runs of SPs used in the indentationLibravatar Junio C Hamano1-56/+56
2014-03-23rev-parse --parseopt: option argument name hintsLibravatar Ilya Bobyr1-0/+20
2014-03-21userdiff: have 'cpp' hunk header pattern catch more C++ anchor pointsLibravatar Johannes Sixt12-12/+0
2014-03-21t4018: test cases showing that the cpp pattern misses many anchor pointsLibravatar Johannes Sixt12-0/+66
2014-03-21t4018: test cases for the built-in cpp patternLibravatar Johannes Sixt9-0/+55