Re: gitk shows an empty line between "Comments" and changed files
From: Pavel Roskin <hidden>
Date: 2016-06-15 22:42:10
Hi, Junio! On Fri, 2005-10-28 at 02:13 -0700, Junio C Hamano wrote:
Pavel Roskin [off-list ref] writes:quoted
git-patch-id is only used by git-cherry. git-cherry writes the second SHA1 to some files in a temporary directory, but it never reads those files, it only checks that they exist.I do not oppose dropping the commit-id line from the default output, but having it optionally available would be useful in one application. Somebody _could_ write a tool that does something like: git-rev-list ^$old_head $new_head | git-diff-tree -p -m --stdin --with-commit-ids | git-patch-id
Sounds good. Perhaps the commit IDs should have a prefix identifying them. Another approach would be to use something slightly more elaborate than a pipe. If I understand correctly, the commit ID would be already known from the git-rev-list output. Passing commit IDs through patch-id without actually doing anything with them seems non-elegant. Maybe we could teach git-patch-id (or another script) to get patches by commit-id instead of using stdin? -- Regards, Pavel Roskin