summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)AuthorFilesLines
2016-01-04git-send-email: do not double-escape quotes from muttLibravatar Eric Wong1-0/+15
2015-12-29create_symref: use existing ref-lock codeLibravatar Jeff King1-0/+8
2015-12-28Merge branch 'sh/p4-multi-depot'Libravatar Junio C Hamano1-1/+27
2015-12-28Merge branch 'jk/pending-keep-tag-name'Libravatar Junio C Hamano1-0/+29
2015-12-28Merge branch 'jk/symbolic-ref-maint'Libravatar Junio C Hamano1-0/+22
2015-12-28t/t5517-push-mirror.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-28t/t5516-fetch-push.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-2/+2
2015-12-28t/t5515-fetch-merge-logic.sh: use the $( ... ) construct for command substitu...Libravatar Elia Pinto1-2/+2
2015-12-28t/t5510-fetch.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-5/+5
2015-12-28t/t5506-remote-groups.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-28t/t5505-remote.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-28t/t5500-fetch-pack.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-10/+10
2015-12-28t/t5305-include-tag.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-4/+4
2015-12-28t/t5304-prune.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2015-12-28t/t5303-pack-corruption-resilience.sh: use the $( ... ) construct for command...Libravatar Elia Pinto1-8/+8
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-22git.c: make sure we do not leak GIT_* to alias scriptsLibravatar Nguyễn Thái Ngọc Duy1-0/+17
2015-12-22setup.c: re-fix d95138e (setup: set env $GIT_WORK_TREE when ..Libravatar Nguyễn Thái Ngọc Duy2-1/+24
2015-12-22Merge branch 'nd/stop-setenv-work-tree' into nd/clear-gitenv-upon-use-of-aliasLibravatar Junio C Hamano1-1/+1
2015-12-22Revert "setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR"Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2015-12-21t1401: test reflog creation for git-symbolic-refLibravatar Jeff King1-0/+16
2015-12-21symbolic-ref: propagate error code from create_symref()Libravatar Jeff King1-0/+6
2015-12-21git-p4: reduce number of server queries for fetchesLibravatar Sam Hocevar1-1/+1
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-17revision.c: propagate tag names from pending arrayLibravatar Jeff King1-0/+29
2015-12-16Merge branch 'fr/rebase-i-continue-preserve-options'Libravatar Junio C Hamano1-0/+16
2015-12-16submodules: allow parallel fetching, add tests and documentationLibravatar Stefan Beller1-0/+20
2015-12-16run-command: add an asynchronous parallel child processorLibravatar Stefan Beller1-0/+53