summaryrefslogtreecommitdiff
path: root/src/describe.c
Commit message (Expand)AuthorAgeFilesLines
* describe: handle error code returned by git_pqueue_insertPatrick Steinhardt2016-03-101-1/+2
* Remove extra semicolon outside of a functionStefan Widgren2015-07-311-1/+1
* describe: only abort without tags if fallback is not allowed.Patrick Steinhardt2015-04-071-1/+1
* Reorder some khash declarationsCarlos Martín Nieto2015-03-111-0/+2
* Plug some leaksJacques Germishuys2014-12-291-2/+6
* describe: check error codesEdward Thomson2014-11-291-2/+2
* Fixed potential crash with uninitialized variablesPierre-Olivier Latour2014-10-271-1/+1
* Removed some useless variable assignmentsPierre-Olivier Latour2014-10-271-2/+0
* Clean up various compiler warningsEdward Thomson2014-10-261-2/+3
* Merge pull request #2609 from linquize/describe-optsEdward Thomson2014-10-131-15/+31
|\
| * describe: Initialize options for git_describe_format() if nullLinquize2014-10-111-14/+30
| * describe: Do not crash if pass null option to git_describe_commit()Linquize2014-10-111-1/+1
* | Don't use cl_git_pass for POSIX functionsrb/minor-cleanupsRussell Belfer2014-10-101-1/+1
|/
* describe: make mingw happyCarlos Martín Nieto2014-09-301-2/+2
* describe: rename git_describe_opts to git_describe_optionsCarlos Martín Nieto2014-09-301-14/+24
* describe: implement abbreviated idsCarlos Martín Nieto2014-09-301-6/+27
* describe: implement describing the workdirCarlos Martín Nieto2014-09-301-6/+49
* describe: split into gather and format stepsCarlos Martín Nieto2014-09-301-66/+173
* describe: rename _object() to _commit()Carlos Martín Nieto2014-09-301-1/+1
* object: introduce git_describe_object()nulltoken2014-04-301-0/+690