summaryrefslogtreecommitdiff
path: root/src/describe.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-19/+27
* Fix coding style for pointerpunkymaniac2021-09-091-1/+1
* describe: use GIT_ASSERTEdward Thomson2020-11-271-2/+4
* buffer: git_buf_sanitize should return a valueEdward Thomson2020-11-251-1/+2
* Fix crash in git_describe_commit when opts are NULL.Christoph Thelen2020-08-271-1/+1
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+4
* global: convert trivial `fnmatch` users to use `wildcard`Patrick Steinhardt2019-06-151-2/+2
* posix: remove implicit include of "fnmatch.h"Patrick Steinhardt2019-06-151-1/+2
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-3/+13
* oidmap: introduce high-level setter for key/value pairsPatrick Steinhardt2019-02-151-7/+2
* oidmap: introduce high-level getter for valuesPatrick Steinhardt2019-02-151-6/+1
* maps: use uniform lifecycle management functionsPatrick Steinhardt2019-02-151-2/+2
* describe: don't mix and match abbreviated size typesEdward Thomson2019-01-251-2/+2
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-14/+14
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-6/+6
* khash: remove intricate knowledge of khash typesPatrick Steinhardt2018-11-281-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+3
* oidmap: remove GIT__USE_OIDMAP macroPatrick Steinhardt2017-02-171-2/+0
* khash: avoid using macro magic to get return addressPatrick Steinhardt2017-02-171-1/+1
* giterr_set: consistent error messagesEdward Thomson2016-12-291-11/+11
* git_object_dup: introduce typesafe versionsEdward Thomson2016-03-231-1/+1
* 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