summaryrefslogtreecommitdiff
path: root/ls-tree.c
Commit message (Expand)AuthorAgeFilesLines
* Separate object name errors from usage errorsDmitry V. Levin2006-05-081-2/+2
* Use blob_, commit_, tag_, and tree_type throughout.Peter Eriksen2006-04-041-2/+2
* Merge branch 'jc/name' into nextJunio C Hamano2006-03-231-0/+1
|\
| * sha1_name: warning ambiguous refs.Junio C Hamano2006-03-231-0/+1
* | ls-tree: add --abbrev[=<n>] optionEric Wong2006-03-171-2/+17
|/
* Only use a single parser for tree objectsDaniel Barkalow2006-01-261-5/+4
* ls-tree: chomp leading directories when run from a subdirectoryJunio C Hamano2005-12-231-4/+18
* ls-tree: --name-onlyJunio C Hamano2005-12-011-2/+11
* ls-tree: resurrect '-d' to mean 'show trees only'Junio C Hamano2005-12-011-0/+6
* git-ls-tree: add "-t" option to always show the tree entriesLinus Torvalds2005-12-011-24/+41
* ls-tree: Resurrect funny name quoting lost during rewrite.Junio C Hamano2005-11-281-1/+3
* ls-tree: further tweaks of the rewriteLinus Torvalds2005-11-281-4/+26
* ls-tree: further cleanup to parallel ls-files.Linus Torvalds2005-11-281-5/+4
* ls-tree: major rewrite to do pathspecLinus Torvalds2005-11-281-205/+22
* write_name_quoted(): make one of the path a counted string.Junio C Hamano2005-11-281-1/+3
* 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