aboutsummaryrefslogtreecommitdiffstats
path: root/ls-tree.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-07Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net1-26/+29
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis1-1/+1
2005-07-03Fix sparse warnings.Linus Torvalds1-1/+1
2005-05-31[PATCH] ls-tree: handle trailing slashes in the pathspec properly.Junio C Hamano1-47/+47
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano1-145/+180
2005-05-26[PATCH] Make ls-* output consistent with diff-* output format.Junio C Hamano1-1/+1
2005-05-26[PATCH] ls-tree matching multiple pathsJason McMullan1-17/+118
2005-05-20sparse cleanupLinus Torvalds1-3/+3
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov1-1/+1
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst1-1/+1
2005-05-11[patch] git: cleanup in ls-tree.cIngo Molnar1-0/+1
2005-05-06[PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano1-3/+0
2005-05-01Add "get_sha1()" helper function.Linus Torvalds1-1/+1
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano1-1/+1
2005-04-20[PATCH] Teach ls-tree about commit objectsJunio C Hamano1-6/+5
2005-04-16[PATCH] Un unoptimize ls-tree behaviourJunio C Hamano1-26/+15
2005-04-15[PATCH] ls-tree enhancementsJunio C Hamano1-18/+90
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis1-4/+4
2005-04-13[PATCH] ls-tree for listing treesPetr Baudis1-0/+53