aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/describe.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-29convert hashmap comparison functions to oideq()Jeff King1-3/+3
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King1-2/+2
2018-06-29tag: add repository argument to lookup_tagStefan Beller1-3/+3
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller1-1/+1
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-2/+3
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-0/+1
2018-06-25Merge branch 'nd/commit-util-to-slab'Junio C Hamano1-3/+13
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano1-1/+1
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano1-1/+1
2018-05-21describe: use commit-slab for commit names instead of commit->utilNguyễn Thái Ngọc Duy1-3/+13
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-10lock_file: make function-local locks non-staticMartin Ågren1-1/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller1-1/+1
2018-04-11exec_cmd: rename to use dash in file nameStefan Beller1-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson1-1/+1
2018-03-14Convert find_unique_abbrev* to struct object_idbrian m. carlson1-2/+2
2018-02-27Merge branch 'sb/describe-blob'Junio C Hamano1-1/+1
2018-02-13Merge branch 'rs/describe-unique-abbrev'Junio C Hamano1-1/+1
2018-02-12describe: confirm that blobs actually existJeff King1-1/+1
2018-01-23Merge branch 'dk/describe-all-output-fix'Junio C Hamano1-2/+5
2018-01-16describe: use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe1-1/+1
2017-12-28Merge branch 'sb/describe-blob'Junio C Hamano1-27/+94
2017-12-27describe: prepend "tags/" when describing tags with embedded nameDaniel Knittl-Frank1-2/+5
2017-12-19builtin/describe.c: describe a blobStefan Beller1-5/+57
2017-11-16builtin/describe.c: factor out describe_commitStefan Beller1-26/+37
2017-11-16builtin/describe.c: print debug statements earlierStefan Beller1-1/+4
2017-11-16builtin/describe.c: rename `oid` to avoid variable shadowingStefan Beller1-4/+4
2017-11-06Merge branch 'bc/object-id'Junio C Hamano1-1/+1
2017-11-06Merge branch 'jc/no-cmd-as-subroutine'Junio C Hamano1-4/+11
2017-10-16refs: convert peel_ref to struct object_idbrian m. carlson1-1/+1
2017-10-11describe: do not use cmd_*() as a subroutineJunio C Hamano1-4/+11
2017-09-20describe: teach --match to handle branches and remotesMax Kirillov1-12/+17
2017-09-20Merge branch 'jk/describe-omit-some-refs' into mk/describe-match-with-allJunio C Hamano1-3/+6
2017-09-17describe: fix matching to actually match all patternsMax Kirillov1-3/+6
2017-09-07hashmap: add API to disable item counting when threadedJeff Hostetler1-1/+1
2017-08-11Merge branch 'sb/hashmap-cleanup'Junio C Hamano1-3/+6
2017-07-13Merge branch 'sb/hashmap-customize-comparison'Junio C Hamano1-3/+5
2017-07-10Merge branch 'ab/wildmatch'Junio C Hamano1-2/+2
2017-07-05builtin/describe: drop hashmap_cmp_fn castStefan Beller1-3/+6
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-3/+5
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-23wildmatch: remove unused wildopts parameterÆvar Arnfjörð Bjarmason1-2/+2
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-05-08Convert lookup_tag to struct object_idbrian m. carlson1-3/+3
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-2/+2
2017-03-27describe: localize debug output fullyMichael J Gruber1-3/+12
2017-03-22builtin/describe: introduce --broken flagStefan Beller1-9/+38
2017-03-17Merge branch 'bc/object-id'Junio C Hamano1-25/+25
2017-02-22builtin/describe: convert to struct object_idbrian m. carlson1-25/+25
2017-01-23describe: teach describe negative pattern matchesJacob Keller1-0/+21
2017-01-23describe: teach --match to accept multiple patternsJacob Keller1-7/+23
2016-09-29use QSORTRené Scharfe1-1/+1
2015-11-20Remove get_object_hash.brian m. carlson1-3/+3
2015-11-20Convert struct object to object_idbrian m. carlson1-7/+7
2015-11-20Add several uses of get_object_hash.brian m. carlson1-3/+3
2015-08-31Merge branch 'sg/describe-contains'Junio C Hamano1-4/+4
2015-08-25describe --contains: default to HEAD when no commit-ish is givenSZEDER Gábor1-4/+4
2015-05-25get_name(): rewrite to take an object_id argumentMichael Haggerty1-9/+7
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-1/+3
2015-01-14standardize usage info string formatAlex Henrie1-2/+2
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2014-07-07hashmap: add simplified hashmap_get_from_hash() APIKarsten Blees1-3/+1
2014-07-07hashmap: factor out getting a hash code from a SHA1Karsten Blees1-9/+2
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano1-1/+1
2014-02-27Merge branch 'kb/fast-hashmap'Junio C Hamano1-29/+24
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy1-1/+1
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-11-18buitin/describe.c: use new hash map implementationKarsten Blees1-29/+24
2013-10-31describe: trivial style fixesFelipe Contreras1-4/+3
2013-09-17Merge branch 'rh/ishes-doc'Junio C Hamano1-2/+2
2013-09-04use 'commit-ish' instead of 'committish'Richard Hansen1-2/+2
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-10/+10
2013-07-18describe: fix --contains when a tag is given as inputJunio C Hamano1-1/+2
2013-07-09describe: use argv-arrayJunio C Hamano1-15/+15
2013-06-14Merge branch 'mh/reflife'Junio C Hamano1-2/+4
2013-05-28describe: make own copy of refnameMichael Haggerty1-2/+4
2013-05-20describe: Add --first-parent optionMike Crowe1-0/+5
2013-03-25Merge branch 'jc/describe'Junio C Hamano1-21/+20
2013-02-28describe: --match=<pattern> must limit the refs even when used with --allJunio C Hamano1-21/+20
2013-02-24Fix ".git/refs" stragglersGreg Price1-2/+2
2012-10-25Merge branch 'jk/peel-ref'Jeff King1-1/+1
2012-10-04peel_ref: do not return a null sha1Jeff King1-1/+1
2012-08-20i18n: describe: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-14/+14
2011-08-11describe: Refresh the index when run with --dirtyAllan Caffee1-2/+15
2011-04-01Merge branch 'ab/i18n-st'Junio C Hamano1-18/+18
2011-03-23Merge branch 'lt/default-abbrev'Junio C Hamano1-1/+5
2011-03-11Make the default abbrev length configurableLinus Torvalds1-1/+5
2011-03-09i18n: git-describe basic messagesÆvar Arnfjörð Bjarmason1-18/+18
2011-02-18for_each_hash: allow passing a 'void *data' pointer to callbackLinus Torvalds1-2/+2
2010-12-22Merge branch 'tf/commit-list-prefix'Junio C Hamano1-3/+3
2010-12-09describe: Delay looking up commits until searching for an inexact matchAnders Kaseorg1-15/+22
2010-12-09describe: Store commit_names in a hash table by commit SHA1Anders Kaseorg1-5/+33
2010-12-09describe: Do not use a flex array in struct commit_nameAnders Kaseorg1-6/+6
2010-12-09describe: Use for_each_rawrefAnders Kaseorg1-1/+1
2010-11-29commit: Add commit_list prefix in two function names.Thiago Farina1-3/+3
2010-05-21Merge branch 'sp/maint-describe-tiebreak-with-tagger-date'Junio C Hamano1-4/+45
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+396