summaryrefslogtreecommitdiff
path: root/describe.c
Commit message (Expand)AuthorAgeFilesLines
* Tell between packed, unpacked and symbolic refs.Junio C Hamano2006-09-201-1/+1
* Add callback data to for_each_ref() family.Junio C Hamano2006-09-201-2/+2
* Handle invalid argc gentlyDmitry V. Levin2006-09-141-1/+1
* Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin2006-09-131-0/+2
* describe: fix off-by-one error in --abbrev=40 handlingJonas Fonseca2006-08-251-2/+2
* remove unnecessary initializationsDavid Rientjes2006-08-151-3/+3
* Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds2006-07-121-1/+1
* Make some strings constTimo Hirvonen2006-06-281-1/+1
* Shrink "struct object" a bitLinus Torvalds2006-06-171-1/+1
* Separate object name errors from usage errorsDmitry V. Levin2006-05-081-3/+3
* abbrev cleanup: use symbolic constantsJunio C Hamano2006-01-281-2/+1
* Merge fixes up to GIT 1.1.3Junio C Hamano2006-01-151-5/+8
|\
| * describe: omit clearing marks on the last one.Junio C Hamano2006-01-151-3/+4
* | Merge fixes up to GIT 1.1.2Junio C Hamano2006-01-131-2/+3
|\ \ | |/
| * describe: do not silently ignore indescribable commitsJunio C Hamano2006-01-111-2/+3
* | git-describe: default to HEADJunio C Hamano2006-01-111-16/+22
|/
* GIT 1.1.0v1.1.0Junio C Hamano2006-01-081-1/+1
* describe: allow more than one revs to be named.Junio C Hamano2006-01-071-1/+2
* git-describe: still prefer annotated tag under --all and --tagsJunio C Hamano2005-12-271-9/+25
* git-describe: --tags and --abbrevJunio C Hamano2005-12-271-6/+27
* git-describe: use find_unique_abbrev()Junio C Hamano2005-12-271-1/+2
* git-describe: really prefer tags only.Junio C Hamano2005-12-271-4/+11
* Add a "git-describe" commandLinus Torvalds2005-12-271-0/+118