summaryrefslogtreecommitdiff
path: root/ls-tree.c
AgeCommit message (Expand)Author
2006-03-24Merge branch 'jc/name' into nextJunio C Hamano
2006-03-24sha1_name: warning ambiguous refs.Junio C Hamano
2006-03-17ls-tree: add --abbrev[=<n>] optionEric Wong
2006-01-26Only use a single parser for tree objectsDaniel Barkalow
2005-12-23ls-tree: chomp leading directories when run from a subdirectoryJunio C Hamano
2005-12-01ls-tree: --name-onlyJunio C Hamano
2005-12-01ls-tree: resurrect '-d' to mean 'show trees only'Junio C Hamano
2005-12-01git-ls-tree: add "-t" option to always show the tree entriesLinus Torvalds
2005-11-29ls-tree: Resurrect funny name quoting lost during rewrite.Junio C Hamano
2005-11-29ls-tree: further tweaks of the rewriteLinus Torvalds
2005-11-29ls-tree: further cleanup to parallel ls-files.Linus Torvalds
2005-11-29ls-tree: major rewrite to do pathspecLinus Torvalds
2005-11-29write_name_quoted(): make one of the path a counted string.Junio C Hamano
2005-10-18Update ls-files and ls-tree to use C-style quoting for funny pathnames.Junio C Hamano
2005-10-07Fix wrong filename listing bug in git-ls-tree.robfitz@273k.net
2005-07-30[PATCH] Unify usage strings declarationPetr Baudis
2005-07-03Fix sparse warnings.Linus Torvalds
2005-06-01[PATCH] ls-tree: handle trailing slashes in the pathspec properly.Junio C Hamano
2005-05-29[PATCH] Rewrite ls-tree to behave more like "/bin/ls -a"Junio C Hamano
2005-05-26[PATCH] Make ls-* output consistent with diff-* output format.Junio C Hamano
2005-05-26[PATCH] ls-tree matching multiple pathsJason McMullan
2005-05-20sparse cleanupLinus Torvalds
2005-05-19[PATCH] cleanup of in-code namesAlexey Nezhdanov
2005-05-18[PATCH] Kill a bunch of pointer sign warnings for gcc4Brian Gerst
2005-05-11[patch] git: cleanup in ls-tree.cIngo Molnar
2005-05-07[PATCH] Do not initialize sha1_file_directory by hand.Junio C Hamano
2005-05-01Add "get_sha1()" helper function.Linus Torvalds
2005-04-28[PATCH] Rename and extend read_tree_with_tree_or_commit_sha1Junio C Hamano
2005-04-21[PATCH] Teach ls-tree about commit objectsJunio C Hamano
2005-04-16[PATCH] Un unoptimize ls-tree behaviourJunio C Hamano
2005-04-15[PATCH] ls-tree enhancementsJunio C Hamano
2005-04-13[PATCH] Consolidate the error handlingPetr Baudis
2005-04-13[PATCH] ls-tree for listing treesPetr Baudis