From: Catalin Marinas Date: Thu, 27 Oct 2005 19:47:24 +0000 (+0100) Subject: Notify when a patch was modified during a push operation X-Git-Tag: v0.8~43 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/718a5e51af4cce124b9cc1e03db8706bc2c773dc?hp=718a5e51af4cce124b9cc1e03db8706bc2c773dc Notify when a patch was modified during a push operation The logic of this is that when a "git-diff | git-apply" succeeds, the patch is reported as unmodified. If the the above operation fails and the command falls back to a three-way merge, the patch will be reported as modified. Signed-off-by: Catalin Marinas ---