summaryrefslogtreecommitdiff
path: root/ls-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Update ls-files and ls-tree to use C-style quoting for funny pathnames.Junio C Hamano2005-10-171-2/+4
* Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net2005-10-071-26/+29
* [PATCH] Unify usage strings declarationPetr Baudis2005-07-291-1/+1
* Fix sparse warnings.Linus Torvalds2005-07-031-1/+1
* [PATCH] ls-tree: handle trailing slashes in the pathspec properly.Junio C Hamano2005-05-311-47/+47
* [PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano2005-05-291-145/+180
* [PATCH] Make ls-* output consistent with diff-* output format.Junio C Hamano2005-05-261-1/+1
* [PATCH] ls-tree matching multiple pathsJason McMullan2005-05-261-17/+118
* sparse cleanupLinus Torvalds2005-05-201-3/+3
* [PATCH] cleanup of in-code namesAlexey Nezhdanov2005-05-191-1/+1
* [PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst2005-05-181-1/+1
* [patch] git: cleanup in ls-tree.cIngo Molnar2005-05-111-0/+1
* [PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano2005-05-061-3/+0
* Add "get_sha1()" helper function.Linus Torvalds2005-05-011-1/+1
* [PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano2005-04-281-1/+1
* [PATCH] Teach ls-tree about commit objectsJunio C Hamano2005-04-201-6/+5
* [PATCH] Un unoptimize ls-tree behaviourJunio C Hamano2005-04-161-26/+15
* [PATCH] ls-tree enhancementsJunio C Hamano2005-04-151-18/+90
* [PATCH] Consolidate the error handlingPetr Baudis2005-04-131-4/+4
* [PATCH] ls-tree for listing treesPetr Baudis2005-04-131-0/+53