summaryrefslogtreecommitdiff
path: root/builtin/show-ref.c
Commit message (Expand)AuthorAgeFilesLines
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-3/+3
|\
| * cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+2
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* Merge branch 'ab/doc-synopsis-and-cmd-usage'Junio C Hamano2022-10-281-1/+3
|\
| * doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason2022-10-131-1/+3
* | git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-3/+3
* | refs: mark unused each_ref_fn parametersJeff King2022-08-191-3/+4
|/
* builtin/show-ref.c: avoid over-iterating with --heads, --tagsTaylor Blau2022-06-061-9/+8
* refs: switch peel_ref() to peel_iterated_oid()Jeff King2021-01-211-1/+1
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-6/+6
* Merge branch 'en/unicode-in-refnames'Junio C Hamano2019-05-191-0/+3
|\
| * Honor core.precomposeUnicode in more placesElijah Newren2019-04-261-0/+3
* | convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-1/+1
|/
* assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+1
* object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-2/+2
* refs: convert peel_ref to struct object_idbrian m. carlson2017-10-161-1/+1
* refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-1/+1
* show-ref: remove a stale commentvp/show-ref-verify-headJunio C Hamano2017-01-231-4/+0
* show-ref: remove dead `if (verify)' checkVladimir Panteleev2017-01-231-3/+0
* show-ref: detect dangling refs under --verify as wellVladimir Panteleev2017-01-231-8/+8
* show-ref: move --quiet handling into show_one()Vladimir Panteleev2017-01-231-5/+4
* show-ref: allow -d to work with --verifyVladimir Panteleev2017-01-231-11/+12
* show-ref: accept HEAD with --verifyVladimir Panteleev2017-01-231-1/+1
* show-ref: stop using PARSE_OPT_NO_INTERNAL_HELPrs/parseopt-short-helpRené Scharfe2015-11-201-11/+1
* usage: do not insist that standard input must come from a filejc/usage-stdinJunio C Hamano2015-10-161-1/+1
* show-ref: place angle brackets around variables in usage stringah/show-ref-usage-stringAlex Henrie2015-08-311-1/+1
* show_ref(): convert local variable peeled to object_idMichael Haggerty2015-05-251-3/+3
* builtin/show-ref: rewrite to use object_idMichael Haggerty2015-05-251-18/+15
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-3/+8
* standardize usage info string formatAlex Henrie2015-01-141-1/+1
* replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-3/+3
* Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-5/+5
* Remove deprecated OPTION_BOOLEAN for parsing argumentsStefan Beller2013-08-051-3/+2
* Merge branch 'db/show-ref-head'Junio C Hamano2013-07-221-2/+6
|\
| * show-ref: make --head always show the HEAD refdb/show-ref-headDoug Bell2013-07-171-2/+6
* | exclude_existing(): set existing_refs.strdup_stringsMichael Haggerty2013-06-021-1/+1
|/
* Merge branch 'jk/peel-ref'Jeff King2012-10-251-20/+3
|\
| * peel_ref: do not return a null sha1Jeff King2012-10-041-20/+3
* | i18n: show-ref: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-221-14/+14
|/
* Convert many resolve_ref() calls to read_ref*() and ref_exists()Nguyễn Thái Ngọc Duy2011-11-131-1/+1
* Change check_ref_format() to take a flags argumentMichael Haggerty2011-10-051-1/+1
* Describe various forms of "be quiet" using OPT__QUIETJonathan Nieder2010-11-151-1/+2
* add description parameter to OPT__QUIETRené Scharfe2010-11-151-1/+1
* string_list: Add STRING_LIST_INIT macro and make use of it.Thiago Farina2010-07-051-1/+1
* string_list: Fix argument order for string_list_insertJulian Phillips2010-06-271-1/+1
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-0/+249