[PATCH v4 10/14] remote-testgit: make clear the 'done' feature

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



People seeking for reference would find it useful.

Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx>
---
 git-remote-testgit | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/git-remote-testgit b/git-remote-testgit
index 4e8b356..1116587 100755
--- a/git-remote-testgit
+++ b/git-remote-testgit
@@ -55,8 +55,10 @@ while read line; do
 
         echo "feature import-marks=$gitmarks"
         echo "feature export-marks=$gitmarks"
-        git fast-export --use-done-feature --{import,export}-marks="$testgitmarks" $refs | \
+        echo "feature done"
+        git fast-export --{import,export}-marks="$testgitmarks" $refs | \
             sed -e "s#refs/heads/#${prefix}/heads/#g"
+        echo "done"
         ;;
     export)
         declare -A before after
-- 
1.8.0

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]