filter-branch: do not forget the '@' prefix to force git-timestamp
[gitweb.git] / git-filter-branch.sh
index 804a7f4bc912ab0c9c51038456d9abe4216947a5..b9cded5a28e6f7329e9fed23300449b371c00952 100755 (executable)
@@ -84,7 +84,7 @@ set_ident () {
                        s/.*/GIT_'$uid'_EMAIL='\''&'\''; export GIT_'$uid'_EMAIL/p
 
                        g
-                       s/^'$lid' [^<]* <[^>]*> \(.*\)$/\1/
+                       s/^'$lid' [^<]* <[^>]*> \(.*\)$/@\1/
                        s/'\''/'\''\'\'\''/g
                        s/.*/GIT_'$uid'_DATE='\''&'\''; export GIT_'$uid'_DATE/p