author | Eric Wong <normalperson@yhbt.net> | |
Wed, 24 May 2006 02:23:41 +0000 (19:23 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 24 May 2006 04:37:30 +0000 (21:37 -0700) | ||
commit | 36f5b1f0c800a23b9755a0214c1c3250f34f2486 | |
tree | 87abde66321dcd36c413d0a4855a8620f225fa2c | tree | snapshot |
parent | 304dac15486b6d86d31aea1ca736c2c61f17e902 | commit | diff |
git-svn: ignore expansion of svn:keywords
Unlike my earlier test patch, this also checks svn:eol-style and
makes sure it's applied to working copy updates. This is
definitely more correct than my original attempt at killing
keyword expansions, but I still haven't tested it enough to
know. Feedback would be much appreciated.
Also changed assert_svn_wc_clean() to only work on the svn
working copy. This requires a separate call to assert_tree() to
check wc integrity against git in preparation for another change
I'm planning.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Unlike my earlier test patch, this also checks svn:eol-style and
makes sure it's applied to working copy updates. This is
definitely more correct than my original attempt at killing
keyword expansions, but I still haven't tested it enough to
know. Feedback would be much appreciated.
Also changed assert_svn_wc_clean() to only work on the svn
working copy. This requires a separate call to assert_tree() to
check wc integrity against git in preparation for another change
I'm planning.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/Makefile | diff | blob | history | |
contrib/git-svn/git-svn.perl | diff | blob | history | |
contrib/git-svn/t/lib-git-svn.sh | [new file with mode: 0644] | blob |
contrib/git-svn/t/t0000-contrib-git-svn.sh | diff | blob | history | |
contrib/git-svn/t/t0001-contrib-git-svn-props.sh | [new file with mode: 0644] | blob |