From: Karl Hasselström Date: Tue, 15 Apr 2008 20:04:14 +0000 (+0200) Subject: If a patch is not changed when pushing, reuse the same commit object X-Git-Tag: v0.15-rc1~247 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/352446d45ea5eddb05d77179eeb94cec424587c7?hp=352446d45ea5eddb05d77179eeb94cec424587c7 If a patch is not changed when pushing, reuse the same commit object It should be marginally faster since we don't have to create a new commit object, but mostly it's a cleanliness issue: rewriting history when we don't have to is bad. Signed-off-by: Karl Hasselström ---