author | Eric Wong <normalperson@yhbt.net> | |
Sun, 26 Feb 2006 10:22:27 +0000 (02:22 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 26 Feb 2006 23:02:45 +0000 (15:02 -0800) | ||
commit | e17512f3de13b6af24672822b703ee54aa057582 | |
tree | 39ded9171c3bab5d4c8d2d41fad02493cfd06e19 | tree | snapshot |
parent | 8f22562c6bfa413c621517dd654b58ed39e98045 | commit | diff |
contrib/git-svn: optimize sequential commits to svn
Avoid running 'svn up' to a previous revision if we know the
revision we just committed is the first descendant of the
revision we came from.
This reduces the time to do a series of commits by about 25%.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Avoid running 'svn up' to a previous revision if we know the
revision we just committed is the first descendant of the
revision we came from.
This reduces the time to do a series of commits by about 25%.
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn.perl | diff | blob | history |