t9902-completion: add tests for the __git_find_on_cmdline() helper
SZEDER Gábor committed over 6 years ago
gpg-interface: add minTrustLevel as a configuration option
Hans Jerry Illikainen committed over 6 years ago
fetch: default to protocol version 2
Jonathan Nieder committed over 6 years ago
protocol test: let protocol.version override GIT_TEST_PROTOCOL_VERSION
Jonathan Nieder committed over 6 years ago
test: request GIT_TEST_PROTOCOL_VERSION=0 when appropriate
Jonathan Nieder committed over 6 years ago
config doc: protocol.version is not experimental
Jonathan Nieder committed over 6 years ago
fetch test: use more robust test for filtered objects
Jonathan Nieder committed over 6 years ago
fetch test: mark test of "skipping" haves as v0-only
Jonathan Nieder committed over 6 years ago
t/check-non-portable-shell: detect "FOO= shell_func", too
Jonathan Nieder committed over 6 years ago
fetch test: avoid use of "VAR= cmd" with a shell function
Jonathan Nieder committed over 6 years ago
git-p4: use python3's input() everywhere
Yang Zhao committed over 6 years ago
git-p4: simplify regex pattern generation for parsing diff-tree
Yang Zhao committed over 6 years ago
git-p4: use dict.items() iteration for python3 compatibility
Yang Zhao committed over 6 years ago
git-p4: use functools.reduce instead of reduce
Yang Zhao committed over 6 years ago
git-p4: fix freezing while waiting for fast-import progress
Yang Zhao committed over 6 years ago
git-p4: use marshal format version 2 when sending to p4
Yang Zhao committed over 6 years ago
git-p4: open .gitp4-usercache.txt in text mode
Yang Zhao committed over 6 years ago
git-p4: convert path to unicode before processing them
Yang Zhao committed over 6 years ago
git-p4: encode/decode communication with git for python3
Yang Zhao committed over 6 years ago
git-p4: encode/decode communication with p4 for python3
Yang Zhao committed over 6 years ago