summaryrefslogtreecommitdiff
path: root/builtin/describe.c
AgeCommit message (Expand)Author
2014-02-27Merge branch 'kb/fast-hashmap'Junio C Hamano
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-11-18buitin/describe.c: use new hash map implementationKarsten Blees
2013-10-31describe: trivial style fixesFelipe Contreras
2013-09-17Merge branch 'rh/ishes-doc'Junio C Hamano
2013-09-04use 'commit-ish' instead of 'committish'Richard Hansen
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-07-18describe: fix --contains when a tag is given as inputJunio C Hamano
2013-07-09describe: use argv-arrayJunio C Hamano
2013-06-14Merge branch 'mh/reflife'Junio C Hamano
2013-05-28describe: make own copy of refnameMichael Haggerty
2013-05-20describe: Add --first-parent optionMike Crowe
2013-03-25Merge branch 'jc/describe'Junio C Hamano
2013-02-28describe: --match=<pattern> must limit the refs even when used with --allJunio C Hamano
2013-02-25Fix ".git/refs" stragglersGreg Price
2012-10-25Merge branch 'jk/peel-ref'Jeff King
2012-10-05peel_ref: do not return a null sha1Jeff King
2012-08-20i18n: describe: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2011-08-11describe: Refresh the index when run with --dirtyAllan Caffee
2011-04-02Merge branch 'ab/i18n-st'Junio C Hamano
2011-03-23Merge branch 'lt/default-abbrev'Junio C Hamano
2011-03-11Make the default abbrev length configurableLinus Torvalds
2011-03-10i18n: git-describe basic messagesÆvar Arnfjörð Bjarmason
2011-02-19for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds
2010-12-22Merge branch 'tf/commit-list-prefix'Junio C Hamano
2010-12-09describe: Delay looking up commits until searching for an inexact matchAnders Kaseorg
2010-12-09describe: Store commit_names in a hash table by commit SHA1Anders Kaseorg
2010-12-09describe: Do not use a flex array in struct commit_nameAnders Kaseorg
2010-12-09describe: Use for_each_rawrefAnders Kaseorg
2010-11-29commit: Add commit_list prefix in two function names.Thiago Farina
2010-05-21Merge branch 'sp/maint-describe-tiebreak-with-tagger-date'Junio C Hamano
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds