summaryrefslogtreecommitdiff
path: root/t
AgeCommit message (Expand)Author
2019-12-05Merge branch 'hi/gpg-optional-pkfp-fix'Junio C Hamano
2019-12-05Merge branch 'pw/sequencer-compare-with-right-parent-to-check-empty-commits'Junio C Hamano
2019-12-05Merge branch 'jk/fail-show-toplevel-outside-working-tree'Junio C Hamano
2019-12-05Merge branch 'dl/range-diff-with-notes'Junio C Hamano
2019-12-05Merge branch 'jh/userdiff-python-async'Junio C Hamano
2019-12-05Merge branch 'dd/rebase-merge-reserves-onto-label'Junio C Hamano
2019-12-05Merge branch 'js/builtin-add-i'Junio C Hamano
2019-12-05Merge branch 'js/rebase-r-safer-label'Junio C Hamano
2019-12-01Merge branch 'jk/gitweb-anti-xss'Junio C Hamano
2019-12-01Merge branch 'ma/t7004'Junio C Hamano
2019-12-01Merge branch 'sg/skip-skipped-prereq'Junio C Hamano
2019-12-01Merge branch 'ds/test-read-graph'Junio C Hamano
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano
2019-12-01Merge branch 'jk/optim-in-pack-idx-conversion'Junio C Hamano
2019-12-01Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-12-01Merge branch 'dd/sequencer-utf8'Junio C Hamano
2019-12-01Merge branch 'ln/userdiff-elixir'Junio C Hamano
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano
2019-12-01Merge branch 'ns/test-desc-typofix'Junio C Hamano
2019-12-01Merge branch 'en/t6024-style'Junio C Hamano
2019-12-01Merge branch 'kw/fsmonitor-watchman-fix'Junio C Hamano
2019-12-01Merge branch 'pb/no-recursive-reset-hard-in-worktree-add'Junio C Hamano
2019-12-01Merge branch 'js/git-path-head-dot-lock-fix'Junio C Hamano
2019-12-01Merge branch 'jc/log-graph-simplify'Junio C Hamano
2019-12-01Merge branch 'jk/cleanup-object-parsing-and-fsck'Junio C Hamano
2019-11-23sequencer: fix empty commit check when amendingPhillip Wood
2019-11-23gpg-interface: limit search for primary key fingerprintHans Jerry Illikainen
2019-11-21format-patch: pass notes configuration to range-diffDenton Liu
2019-11-21range-diff: pass through --notes to `git log`Denton Liu
2019-11-21range-diff: output `## Notes ##` headerDenton Liu
2019-11-21t3206: range-diff compares logs with commit notesDenton Liu
2019-11-21t3206: s/expected/expect/Denton Liu
2019-11-21t3206: disable parameter substitution in heredocDenton Liu
2019-11-21t3206: remove spaces after redirect operatorsDenton Liu
2019-11-20userdiff: support Python async functionsJosh Holland
2019-11-20sequencer: handle rebase-merges for "onto" messageDoan Tran Cong Danh
2019-11-20rev-parse: make --show-toplevel without a worktree an errorJeff King
2019-11-18rebase -r: let `label` generate safer labelsMatthew Rogers
2019-11-18built-in add -i: implement the `help` commandSlavica Đukić
2019-11-18gitweb: escape URLs generated by href()Jeff King
2019-11-18t/gitweb-lib.sh: set $REQUEST_URIJeff King
2019-11-18t/gitweb-lib.sh: drop confusing quotesJeff King
2019-11-18t9502: pass along all arguments in xss helperJeff King
2019-11-14t7004: check existence of correct tagMartin Ågren
2019-11-14Start to implement a built-in version of `git add --interactive`Johannes Schindelin
2019-11-14stash: make sure we have a valid index before writing itThomas Gummerer
2019-11-13test-tool: use 'read-graph' helperDerrick Stolee
2019-11-13test-lib: don't check prereqs of test cases that won't be run anywaySZEDER Gábor
2019-11-13t4215: use helper function to check outputDenton Liu
2019-11-12pack-objects: avoid pointless oe_map_new_pack() callsJeff King