summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2014-05-02commit: print "Date" line when the user has set dateLibravatar Jeff King3-0/+18
2014-05-02Merge branch 'km/git-svn-workaround-older-getopt-long'Libravatar Junio C Hamano1-4/+4
2014-05-02Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname'Libravatar Junio C Hamano1-22/+22
2014-04-30t5000-tar-tree.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2014-04-30t4204-patch-id.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-30t4119-apply-config.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-30t4116-apply-reverse.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-6/+6
2014-04-30t4057-diff-combined-paths.sh: use the $( ... ) construct for command substitu...Libravatar Elia Pinto1-1/+1
2014-04-30t4038-diff-combined.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-30t4036-format-patch-signer-mime.sh: use the $( ... ) construct for command sub...Libravatar Elia Pinto1-1/+1
2014-04-30t4014-format-patch.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-5/+5
2014-04-30t4013-diff-various.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-3/+3
2014-04-30t4012-diff-binary.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-8/+8
2014-04-30t4010-diff-pathspec.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-30t4006-diff-mode.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2014-04-30t3910-mac-os-precompose.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-8/+8
2014-04-30t3905-stash-include-untracked.sh: use the $( ... ) construct for command subs...Libravatar Elia Pinto1-2/+2
2014-04-29t1050-large.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2014-04-29t1020-subdirectory.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-11/+11
2014-04-29t1004-read-tree-m-u-wf.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-4/+4
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