aboutsummaryrefslogtreecommitdiff
path: root/builtin/describe.c
Commit message (Expand)AuthorAge
* use QSORTRené Scharfe2016-09-29
* Remove get_object_hash.brian m. carlson2015-11-20
* Convert struct object to object_idbrian m. carlson2015-11-20
* Add several uses of get_object_hash.brian m. carlson2015-11-20
* Merge branch 'sg/describe-contains'Junio C Hamano2015-08-31
|\
| * describe --contains: default to HEAD when no commit-ish is givenSZEDER Gábor2015-08-25
* | get_name(): rewrite to take an object_id argumentMichael Haggerty2015-05-25
* | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-25
* | standardize usage info string formatAlex Henrie2015-01-14
* | lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty2014-10-01
* | hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees2014-07-07
* | hashmap: factor out getting a hash code from a SHA1Karsten Blees2014-07-07
|/
* Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-14
|\
| * use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
* | Merge branch 'kb/fast-hashmap'Junio C Hamano2014-02-27
|\ \ | |/ |/|
| * buitin/describe.c: use new hash map implementationKarsten Blees2013-11-18
* | replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* | describe: trivial style fixesFelipe Contreras2013-10-31
|/
* Merge branch 'rh/ishes-doc'Junio C Hamano2013-09-17
|\
| * use 'commit-ish' instead of 'committish'Richard Hansen2013-09-04
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
|/
* describe: fix --contains when a tag is given as inputJunio C Hamano2013-07-18
* describe: use argv-arrayJunio C Hamano2013-07-09
* Merge branch 'mh/reflife'Junio C Hamano2013-06-14
|\
| * describe: make own copy of refnameMichael Haggerty2013-05-28
* | describe: Add --first-parent optionMike Crowe2013-05-20
|/
* Merge branch 'jc/describe'Junio C Hamano2013-03-25
|\
| * describe: --match=<pattern> must limit the refs even when used with --allJunio C Hamano2013-02-28
* | Fix ".git/refs" stragglersGreg Price2013-02-24
|/
* Merge branch 'jk/peel-ref'Jeff King2012-10-25
|\
| * peel_ref: do not return a null sha1Jeff King2012-10-04
* | i18n: describe: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
|/
* describe: Refresh the index when run with --dirtyAllan Caffee2011-08-11
* Merge branch 'ab/i18n-st'Junio C Hamano2011-04-01
|\
| * i18n: git-describe basic messagesÆvar Arnfjörð Bjarmason2011-03-09
* | Merge branch 'lt/default-abbrev'Junio C Hamano2011-03-23
|\ \
| * | Make the default abbrev length configurableLinus Torvalds2011-03-11
| |/
* | for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds2011-02-18
|/
* Merge branch 'tf/commit-list-prefix'Junio C Hamano2010-12-22
|\
| * commit: Add commit_list prefix in two function names.Thiago Farina2010-11-29
* | describe: Delay looking up commits until searching for an inexact matchAnders Kaseorg2010-12-09
* | describe: Store commit_names in a hash table by commit SHA1Anders Kaseorg2010-12-09
* | describe: Do not use a flex array in struct commit_nameAnders Kaseorg2010-12-09
* | describe: Use for_each_rawrefAnders Kaseorg2010-12-09
|/
* Merge branch 'sp/maint-describe-tiebreak-with-tagger-date'Junio C Hamano2010-05-21
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-22