Peter Vereshagin <peter@xxxxxxxxxxxxxx> writes: > Hey Mr(s) git show some good to me! > > I'd like to output a comment in my script. > Thus, I try: 'git show --format="%B" commitId' > There is always diff in the end of the output. No matter what format I specify, even when it is empty. > How can I avoid diff output in the 'git show'? The best answer to "avoid" it would be not to use "git show"; after all the command is about showing the change it introduces when it is used on a commit. Especially if you are doing a script, you probably should be using "cat-file commit" anyway, no? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html