summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2015-12-28t/t5100: no need to use 'echo' command substitutions for globbingLibravatar Johannes Sixt1-2/+2
2015-12-28t/t5302-pack-index.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-17/+17
2015-12-28t/t5301-sliding-window.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-7/+7
2015-12-28t/t5300-pack-object.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-9/+9
2015-12-28t/t5100-mailinfo.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-6/+6
2015-12-28t/t3700-add.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-8/+8
2015-12-28t/t3600-rm.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2015-12-28t/t3511-cherry-pick-x.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-7/+7
2015-12-28t/t3403-rebase-skip.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-28t/t3210-pack-refs.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-28t/t3101-ls-tree-dirname.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-27t/t3100-ls-tree-restrict.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-27t/t3030-merge-recursive.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-27t/t2102-update-index-symlinks.sh: use the $( ... ) construct for command subs...Libravatar Elia Pinto1-1/+1
2015-12-27t/t2025-worktree-add.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2015-12-27t/t1700-split-index.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-27t/t1512-rev-parse-disambiguation.sh: use the $( ... ) construct for command s...Libravatar Elia Pinto1-4/+4
2015-12-27t/t1511-rev-parse-caret.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2015-12-27t/t1410-reflog.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-12/+12
2015-12-27t/t1401-symbolic-ref.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-27t/t1100-commit-tree-options.sh: use the $( ... ) construct for command substi...Libravatar Elia Pinto1-2/+2
2015-12-27t/lib-httpd.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2015-12-21Merge branch 'bc/format-patch-null-from-line'Libravatar Junio C Hamano1-0/+14
2015-12-21Merge branch 'mc/push-recurse-submodules-config'Libravatar Junio C Hamano1-1/+216
2015-12-16Merge branch 'fr/rebase-i-continue-preserve-options'Libravatar Junio C Hamano1-0/+16
2015-12-15format-patch: check that header line has expected formatLibravatar brian m. carlson1-0/+7
2015-12-15format-patch: add an option to suppress commit hashLibravatar brian m. carlson1-0/+7
2015-12-15Merge branch 'ls/p4-keep-empty-commits'Libravatar Junio C Hamano1-0/+134
2015-12-11rebase -i: remember merge options beyond continue actionsLibravatar Fabian Ruch1-0/+16
2015-12-11Merge branch 'cb/t3404-shellquote' into maintLibravatar Junio C Hamano1-1/+1
2015-12-11Merge branch 'jk/test-lint-forbid-when-finished-in-subshell' into maintLibravatar Junio C Hamano4-16/+31
2015-12-11Merge branch 'cb/t3404-shellquote'Libravatar Junio C Hamano1-1/+1
2015-12-10git-p4: add option to keep empty commitsLibravatar Lars Schneider1-0/+134
2015-12-08Merge branch 'ls/test-must-fail-sigpipe'Libravatar Junio C Hamano3-20/+41
2015-12-08Merge branch 'sg/bash-prompt-dirty-orphan' into maintLibravatar Junio C Hamano1-3/+28
2015-12-08Merge branch 'jk/rebase-no-autostash' into maintLibravatar Junio C Hamano1-0/+10
2015-12-04t3404: fix quoting of redirect for some versions of bashLibravatar Charles Bailey1-1/+1
2015-12-04push: follow the "last one wins" convention for --recurse-submodulesLibravatar Mike Crowe1-0/+41
2015-12-04push: test that --recurse-submodules on command line overrides configLibravatar Mike Crowe1-4/+28
2015-12-04Merge branch 'da/difftool' into maintLibravatar Junio C Hamano1-0/+19
2015-12-04Merge branch 'dk/gc-idx-wo-pack' into maintLibravatar Junio C Hamano1-0/+21
2015-12-04Merge branch 'sg/bash-prompt-dirty-orphan'Libravatar Junio C Hamano1-3/+28
2015-12-04Merge branch 'jk/send-email-complete-aliases'Libravatar Junio C Hamano1-0/+82
2015-12-04Merge branch 'jk/filter-branch-no-index'Libravatar Junio C Hamano1-0/+19
2015-12-01Merge branch 'mk/blame-first-parent'Libravatar Jeff King1-0/+7
2015-12-01Merge branch 'rs/fsck-nul-header'Libravatar Jeff King1-0/+32
2015-12-01Merge branch 'ls/p4-test-timeouts'Libravatar Jeff King1-9/+62
2015-12-01Merge branch 'js/test-modernize-t9300'Libravatar Jeff King1-1783/+1798
2015-12-01Merge branch 'maint'Libravatar Jeff King5-21/+41
2015-12-01Merge branch 'eg/p4-submit-catch-failure' into maintLibravatar Jeff King1-1/+1