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
git-p4: remove string type aliasing
Yang Zhao committed over 6 years ago
git-p4: change the expansion test from basestring to list
Ben Keene committed over 6 years ago
git-p4: make python2.7 the oldest supported version
Yang Zhao committed over 6 years ago
add: use advise function to display hints
Heba Waly committed over 6 years ago
graph: fix collapse of multiple edges
Derrick Stolee committed over 6 years ago
graph: add test to demonstrate horizontal line bug
Derrick Stolee committed over 6 years ago