From: Junio C Hamano Date: Fri, 7 Oct 2005 10:42:00 +0000 (-0700) Subject: git-apply: parse index information X-Git-Tag: v0.99.9~182 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2cf67f1e35d3a2175e426b4b2841374e68105c2c?hp=2cf67f1e35d3a2175e426b4b2841374e68105c2c git-apply: parse index information Add an new option --show-index-info to git-apply command to summarize the index information new git-diff outputs. The command shows something similar to git-ls-files --stage output for the pre-change image: 100644 7be5041... apply.c 100644 ec2a161... cache.h ... Signed-off-by: Junio C Hamano ---