summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2018-11-06Merge branch 'sg/test-verbose-log'Junio C Hamano
2018-11-06Merge branch 'sg/test-rebase-editor-fix'Junio C Hamano
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Junio C Hamano
2018-11-06Merge branch 'jt/upload-pack-v2-fix-shallow'Junio C Hamano
2018-11-06Merge branch 'sb/submodule-url-to-absolute'Junio C Hamano
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Junio C Hamano
2018-11-06Merge branch 'js/remote-archive-dwimfix'Junio C Hamano
2018-11-02Merge branch 'mg/gpg-fingerprint'Junio C Hamano
2018-11-02Merge branch 'mg/gpg-parse-tighten'Junio C Hamano
2018-11-02Merge branch 'en/merge-cleanup-more'Junio C Hamano
2018-11-02Merge branch 'js/rebase-i-shortopt'Junio C Hamano
2018-11-02Merge branch 'js/rebase-i-break'Junio C Hamano
2018-11-02Merge branch 'js/rebase-autostash-fix'Junio C Hamano
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-10-30Merge branch 'ss/rename-tests'Junio C Hamano
2018-10-30Merge branch 'jc/receive-deny-current-branch-fix'Junio C Hamano
2018-10-30Merge branch 'js/diff-notice-has-drive-prefix'Junio C Hamano
2018-10-30Merge branch 'rj/header-guards'Junio C Hamano
2018-10-30Merge branch 'jk/test-tool-help'Junio C Hamano
2018-10-30Merge branch 'js/pack-objects-mutex-init-fix'Junio C Hamano
2018-10-30Merge branch 'jk/run-command-notdot'Junio C Hamano
2018-10-30Merge branch 'tb/filter-alternate-refs'Junio C Hamano
2018-10-30Merge branch 'lm/range-diff-submodule-fix'Junio C Hamano
2018-10-30Merge branch 'md/filter-trees'Junio C Hamano
2018-10-30test-lib: introduce the '-V' short option for '--verbose-log'SZEDER Gábor
2018-10-29t3404-rebase-interactive: test abbreviated commandsJohannes Sixt
2018-10-26Merge branch 'ld/p4-unshelve'Junio C Hamano
2018-10-26Merge branch 'np/log-graph-octopus-fix'Junio C Hamano
2018-10-26Merge branch 'sg/split-index-racefix'Junio C Hamano
2018-10-26Merge branch 'ma/t7005-bash-workaround'Junio C Hamano
2018-10-26rebase -i: recognize short commands without argumentsJohannes Sixt
2018-10-26archive: initialize archivers earlierJosh Steadmon
2018-10-25range-diff: allow to diff files regardless of submodule configLucas De Marchi
2018-10-25repack -ad: prune the list of shallow commitsJohannes Schindelin
2018-10-25repack: point out a bug handling stale shallow infoJohannes Schindelin
2018-10-25t5410: use longer path for sample scriptJeff King
2018-10-25t0061: adjust to test-tool transitionJunio C Hamano
2018-10-25run-command: mark path lookup errors with ENOENTJeff King
2018-10-24rebase --autostash: fix issue with dirty submodulesJohannes Schindelin
2018-10-24rebase --autostash: demonstrate a problem with dirty submodulesJohannes Schindelin
2018-10-23t7501: rename commit test to comply with naming conventionStephen P. Smith
2018-10-23t7500: rename commit tests script to comply with naming conventionStephen P. Smith
2018-10-23t7502: rename commit test script to comply with naming conventionStephen P. Smith
2018-10-23t7509: cleanup description and filenameStephen P. Smith
2018-10-23t2000: rename and combine checkout clash testsStephen P. Smith
2018-10-23exclude-promisor-objects: declare when option is allowedMatthew DeVore
2018-10-22gpg-interface.c: support getting key fingerprint via %GF formatMichał Górny
2018-10-22gpg-interface.c: detect and reject multiple signatures on commitsMichał Górny
2018-10-22diff: don't attempt to strip prefix from absolute Windows pathsJohannes Sixt
2018-10-19receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano