summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2014-04-29t1003-read-tree-prefix.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-29t1002-read-tree-m-u-2way.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-5/+5
2014-04-29t1001-read-tree-m-2way.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-9/+9
2014-04-29t1000-read-tree-m-3way.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-29t0300-credentials.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-29t0030-stripspace.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-10/+10
2014-04-29t0026-eol-config.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-10/+10
2014-04-29t0025-crlf-auto.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-19/+19
2014-04-29t0020-crlf.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-21/+21
2014-04-29t0010-racy-git.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-29t0001-init.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-6/+6
2014-04-29t3910: show failure of core.precomposeunicode with decomposed filenamesLibravatar Jeff King1-0/+10
2014-04-28commit: do not complain of empty messages from -CLibravatar Jeff King1-1/+10
2014-04-25git tag --contains: avoid stack overflowLibravatar Jean-Jacques Lafay1-0/+26
2014-04-24Merge branch 'fc/transport-helper-sync-error-fix'Libravatar Junio C Hamano1-8/+23
2014-04-23p5302-pack-index.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23lib-gpg.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23lib-cvs.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23lib-credential.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-23t9117: use --prefix "" instead of --prefix=""Libravatar Kyle J. McKay1-4/+4
2014-04-22git-prompt.sh: don't put unsanitized branch names in $PS1Libravatar Richard Hansen1-22/+22
2014-04-21t5801 (remote-helpers): cleanup environment setsLibravatar Felipe Contreras1-7/+4
2014-04-21run_external_diff: clean up error handlingLibravatar Jeff King1-1/+1
2014-04-19Git 2.0: git svn: Set default --prefix='origin/' if --prefix is not givenLibravatar Johan Herland18-126/+126
2014-04-16Merge branch 'km/avoid-cp-a'Libravatar Junio C Hamano1-2/+2
2014-04-16Merge branch 'km/avoid-bs-in-shell-glob'Libravatar Junio C Hamano1-2/+2
2014-04-14transport-helper: fix sync issue on crashesLibravatar Felipe Contreras1-1/+19
2014-04-11test: fix t5560 on FreeBSDLibravatar Kyle J. McKay1-2/+2
2014-04-11test: fix t7001 cp to use POSIX optionsLibravatar Kyle J. McKay1-2/+2
2014-04-09Merge branch 'jl/nor-or-nand-and' into maintLibravatar Junio C Hamano7-7/+7
2014-04-09Merge branch 'cn/fetch-prune-overlapping-destination' into maintLibravatar Junio C Hamano1-0/+20
2014-04-09Merge branch 'mh/update-ref-batch-create-fix' into maintLibravatar Junio C Hamano1-0/+11
2014-04-09Merge branch 'jk/commit-dates-parsing-fix' into maintLibravatar Junio C Hamano1-4/+2
2014-04-08Merge branch 'bp/commit-p-editor' into maintLibravatar Junio C Hamano2-9/+58
2014-04-08Merge branch 'jk/pack-bitmap'Libravatar Junio C Hamano1-0/+31
2014-04-08Merge branch 'jl/nor-or-nand-and'Libravatar Junio C Hamano7-7/+7
2014-04-08Merge branch 'mh/update-ref-batch-create-fix'Libravatar Junio C Hamano1-0/+11
2014-04-08Merge branch 'mr/opt-set-ptr'Libravatar Junio C Hamano1-4/+3
2014-04-08Merge branch 'jc/rev-parse-argh-dashed-multi-words'Libravatar Junio C Hamano1-0/+13
2014-04-08Merge branch 'jk/commit-dates-parsing-fix'Libravatar Junio C Hamano1-4/+2
2014-04-07update-ref --stdin: harmonize error messagesLibravatar Michael Haggerty1-16/+16
2014-04-07update-ref --stdin: improve the error message for unexpected EOFLibravatar Michael Haggerty1-6/+6
2014-04-07t1400: test one mistake at a timeLibravatar Michael Haggerty1-1/+7
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