summaryrefslogtreecommitdiff
path: root/builtin/describe.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Remove get_object_hash.Libravatar brian m. carlson1-3/+3
2015-11-20Convert struct object to object_idLibravatar brian m. carlson1-7/+7
2015-11-20Add several uses of get_object_hash.Libravatar brian m. carlson1-3/+3
2015-08-31Merge branch 'sg/describe-contains'Libravatar Junio C Hamano1-4/+4
2015-08-25describe --contains: default to HEAD when no commit-ish is givenLibravatar SZEDER Gábor1-4/+4
2015-05-25get_name(): rewrite to take an object_id argumentLibravatar Michael Haggerty1-9/+7
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-1/+3
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-2/+2
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cLibravatar Michael Haggerty1-0/+1
2014-07-07hashmap: add simplified hashmap_get_from_hash() APILibravatar Karsten Blees1-3/+1
2014-07-07hashmap: factor out getting a hash code from a SHA1Libravatar Karsten Blees1-9/+2
2014-03-14Merge branch 'nd/no-more-fnmatch'Libravatar Junio C Hamano1-1/+1
2014-02-27Merge branch 'kb/fast-hashmap'Libravatar Junio C Hamano1-29/+24
2014-02-20use wildmatch() directly without fnmatch() wrapperLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-1/+1
2013-11-18buitin/describe.c: use new hash map implementationLibravatar Karsten Blees1-29/+24
2013-10-31describe: trivial style fixesLibravatar Felipe Contreras1-4/+3
2013-09-17Merge branch 'rh/ishes-doc'Libravatar Junio C Hamano1-2/+2
2013-09-04use 'commit-ish' instead of 'committish'Libravatar Richard Hansen1-2/+2
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-10/+10
2013-07-18describe: fix --contains when a tag is given as inputLibravatar Junio C Hamano1-1/+2
2013-07-09describe: use argv-arrayLibravatar Junio C Hamano1-15/+15
2013-06-14Merge branch 'mh/reflife'Libravatar Junio C Hamano1-2/+4
2013-05-28describe: make own copy of refnameLibravatar Michael Haggerty1-2/+4
2013-05-20describe: Add --first-parent optionLibravatar Mike Crowe1-0/+5
2013-03-25Merge branch 'jc/describe'Libravatar Junio C Hamano1-21/+20
2013-02-28describe: --match=<pattern> must limit the refs even when used with --allLibravatar Junio C Hamano1-21/+20
2013-02-24Fix ".git/refs" stragglersLibravatar Greg Price1-2/+2
2012-10-25Merge branch 'jk/peel-ref'Libravatar Jeff King1-1/+1
2012-10-04peel_ref: do not return a null sha1Libravatar Jeff King1-1/+1
2012-08-20i18n: describe: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-14/+14
2011-08-11describe: Refresh the index when run with --dirtyLibravatar Allan Caffee1-2/+15
2011-04-01Merge branch 'ab/i18n-st'Libravatar Junio C Hamano1-18/+18
2011-03-23Merge branch 'lt/default-abbrev'Libravatar Junio C Hamano1-1/+5
2011-03-11Make the default abbrev length configurableLibravatar Linus Torvalds1-1/+5
2011-03-09i18n: git-describe basic messagesLibravatar Ævar Arnfjörð Bjarmason1-18/+18
2011-02-18for_each_hash: allow passing a 'void *data' pointer to callbackLibravatar Linus Torvalds1-2/+2
2010-12-22Merge branch 'tf/commit-list-prefix'Libravatar Junio C Hamano1-3/+3
2010-12-09describe: Delay looking up commits until searching for an inexact matchLibravatar Anders Kaseorg1-15/+22
2010-12-09describe: Store commit_names in a hash table by commit SHA1Libravatar Anders Kaseorg1-5/+33
2010-12-09describe: Do not use a flex array in struct commit_nameLibravatar Anders Kaseorg1-6/+6
2010-12-09describe: Use for_each_rawrefLibravatar Anders Kaseorg1-1/+1
2010-11-29commit: Add commit_list prefix in two function names.Libravatar Thiago Farina1-3/+3
2010-05-21Merge branch 'sp/maint-describe-tiebreak-with-tagger-date'Libravatar Junio C Hamano1-4/+45
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLibravatar Linus Torvalds1-0/+396