Nguyễn Thái Ngọc Duy <[email protected]> writes:
> Junio please pull the series from github [1]....
> [1] https://github.com/pclouds/git/commits/parse-pathspec
Please write it like this:
https://github.com/pclouds/git parse-pathspec
so that I can just say
git fetch <<that thing>>
git diff nd/magic-pathspecs FETCH_HEAD
I am still getting this out of 7300, though.
expecting success:
mkdir -p build docs &&
touch a.out src/part3.c docs/manual.txt obj.o build/lib.so &&
would_clean=$(
cd docs &&
git clean -n "$(pwd)/../src" |
sed -n -e "s|^Would remove ||p"
) &&
test "$would_clean" = ../src/part3.c || {
echo "OOps <$would_clean>"
false
}
OOps <>
not ok 8 - git clean with absolute path
#
#
# mkdir -p build docs &&
# touch a.out src/part3.c docs/manual.txt obj.o build/lib.so &&
# would_clean=$(
# cd docs &&
# git clean -n "$(pwd)/../src" |
# sed -n -e "s|^Would remove ||p"
# ) &&
# test "$would_clean" = ../src/part3.c || {
# echo "OOps <$would_clean>"
# false
# }
#
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html