completion: list paths and refs for 'git worktree add'
SZEDER Gábor committed over 6 years ago
completion: list existing working trees for 'git worktree' subcommands
SZEDER Gábor committed over 6 years ago
completion: simplify completing 'git worktree' subcommands and options
SZEDER Gábor committed over 6 years ago
completion: return the index of found word from __git_find_on_cmdline()
SZEDER Gábor committed over 6 years ago
completion: clean up the __git_find_on_cmdline() helper function
SZEDER Gábor committed over 6 years ago
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