From: Junio C Hamano Date: Wed, 13 Jul 2005 19:45:51 +0000 (-0700) Subject: [PATCH] git-diff-*: --name-only and --name-only-z. X-Git-Tag: v0.99.1~45 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/52f28529f4f90cebdca47f8eacbff5cb20004bed?ds=inline;hp=52f28529f4f90cebdca47f8eacbff5cb20004bed [PATCH] git-diff-*: --name-only and --name-only-z. Porcelain layers often want to find only names of changed files, and even with diff-raw output format they end up having to pick out only the filename. Support --name-only (and --name-only-z for xargs -0 and cpio -0 users that want to treat filenames with embedded newlines sanely) flag to help them. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds ---