mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
fae22ac9d7
This adds tests (which also serves demonstration) for the --stat and --summary flags to the git-apply command. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
6 lines
292 B
Text
6 lines
292 B
Text
Documentation/git-ls-tree.txt | 20 +-
|
|
ls-tree.c | 333 +++++++++++++++++++++++------------------
|
|
t/t3100-ls-tree-restrict.sh | 3
|
|
tree.c | 2
|
|
tree.h | 1
|
|
5 files changed, 199 insertions(+), 160 deletions(-)
|