diff options
author | Eric Wong <normalperson@yhbt.net> | 2006-08-26 00:01:23 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-26 00:59:29 -0700 |
commit | b22d449721b22f6ec090f22c418ae6b0a560f78d (patch) | |
tree | 49cd4fabbcef51bc387107bee09f1b49a6d9a7dc /update-server-info.c | |
parent | 2e93115ed84901fb8ee8447a1baf37cd8c343d8e (diff) | |
download | git-b22d449721b22f6ec090f22c418ae6b0a560f78d.tar.gz git-b22d449721b22f6ec090f22c418ae6b0a560f78d.tar.xz |
git-svn: add the 'dcommit' command
This is a high-level wrapper around the 'commit-diff' command
and used to produce cleaner history against the mirrored repository
through rebase/reset usage.
It's basically a more polished version of this:
for i in `git rev-list --no-merges remotes/git-svn..HEAD | tac`; do
git-svn commit-diff $i~1 $i
done
git reset --hard remotes/git-svn
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'update-server-info.c')
0 files changed, 0 insertions, 0 deletions