aboutsummaryrefslogtreecommitdiffstats
path: root/describe.c
AgeCommit message (Expand)AuthorFilesLines
2006-09-14Handle invalid argc gentlyDmitry V. Levin1-1/+1
2006-09-13Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin1-0/+2
2006-08-25describe: fix off-by-one error in --abbrev=40 handlingJonas Fonseca1-2/+2
2006-08-15remove unnecessary initializationsDavid Rientjes1-3/+3
2006-07-12Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds1-1/+1
2006-06-28Make some strings constTimo Hirvonen1-1/+1
2006-06-17Shrink "struct object" a bitLinus Torvalds1-1/+1
2006-05-08Separate object name errors from usage errorsDmitry V. Levin1-3/+3
2006-01-28abbrev cleanup: use symbolic constantsJunio C Hamano1-2/+1
2006-01-15Merge fixes up to GIT 1.1.3Junio C Hamano1-5/+8
2006-01-15describe: omit clearing marks on the last one.Junio C Hamano1-3/+4
2006-01-13Merge fixes up to GIT 1.1.2Junio C Hamano1-2/+3
2006-01-11git-describe: default to HEADJunio C Hamano1-16/+22
2006-01-11describe: do not silently ignore indescribable commitsJunio C Hamano1-2/+3
2006-01-08GIT 1.1.0v1.1.0Junio C Hamano1-1/+1
2006-01-07describe: allow more than one revs to be named.Junio C Hamano1-1/+2
2005-12-27git-describe: still prefer annotated tag under --all and --tagsJunio C Hamano1-9/+25
2005-12-27git-describe: --tags and --abbrevJunio C Hamano1-6/+27
2005-12-27git-describe: use find_unique_abbrev()Junio C Hamano1-1/+2
2005-12-27git-describe: really prefer tags only.Junio C Hamano1-4/+11
2005-12-27Add a "git-describe" commandLinus Torvalds1-0/+118