summaryrefslogtreecommitdiff
path: root/builtin/describe.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-16builtin/describe.c: print debug statements earlierLibravatar Stefan Beller1-1/+4
2017-11-16builtin/describe.c: rename `oid` to avoid variable shadowingLibravatar Stefan Beller1-4/+4
2017-11-06Merge branch 'bc/object-id'Libravatar Junio C Hamano1-1/+1
2017-11-06Merge branch 'jc/no-cmd-as-subroutine'Libravatar Junio C Hamano1-4/+11
2017-10-16refs: convert peel_ref to struct object_idLibravatar brian m. carlson1-1/+1
2017-10-11describe: do not use cmd_*() as a subroutineLibravatar Junio C Hamano1-4/+11
2017-09-20describe: teach --match to handle branches and remotesLibravatar Max Kirillov1-12/+17
2017-09-20Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-allLibravatar Junio C Hamano1-3/+6
2017-09-17describe: fix matching to actually match all patternsLibravatar Max Kirillov1-3/+6
2017-09-07hashmap: add API to disable item counting when threadedLibravatar Jeff Hostetler1-1/+1
2017-08-11Merge branch 'sb/hashmap-cleanup'Libravatar Junio C Hamano1-3/+6
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Libravatar Junio C Hamano1-3/+5
2017-07-10Merge branch 'ab/wildmatch'Libravatar Junio C Hamano1-2/+2
2017-07-05builtin/describe: drop hashmap_cmp_fn castLibravatar Stefan Beller1-3/+6
2017-06-30hashmap.h: compare function has access to a data fieldLibravatar Stefan Beller1-3/+5
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-23wildmatch: remove unused wildopts parameterLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-05-08Convert lookup_tag to struct object_idLibravatar brian m. carlson1-3/+3
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-2/+2
2017-03-27describe: localize debug output fullyLibravatar Michael J Gruber1-3/+12
2017-03-22builtin/describe: introduce --broken flagLibravatar Stefan Beller1-9/+38
2017-03-17Merge branch 'bc/object-id'Libravatar Junio C Hamano1-25/+25
2017-02-22builtin/describe: convert to struct object_idLibravatar brian m. carlson1-25/+25
2017-01-23describe: teach describe negative pattern matchesLibravatar Jacob Keller1-0/+21
2017-01-23describe: teach --match to accept multiple patternsLibravatar Jacob Keller1-7/+23
2016-09-29use QSORTLibravatar René Scharfe1-1/+1
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