summaryrefslogtreecommitdiff
path: root/Documentation/git-ls-tree.txt
AgeCommit message (Collapse)AuthorFilesLines
2005-05-26[PATCH] ls-tree matching multiple pathsLibravatar Jason McMullan1-1/+6
Enhance git-ls-tree to allow optional 'match paths' that restricts the output of git-ls-tree. This is useful to retrieve a single file's SHA1 out of a tree without creating an index. [JC: I added the test case] Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-05-10[PATCH 1/4] split core-git.txt and updateLibravatar David Greaves1-0/+46
Split the core-git.txt file Formatting fix to the diff-format.txt Signed-off-by: David Greaves <david@dgreaves.com>