summaryrefslogtreecommitdiff
path: root/builtin/tag.c
Commit message (Expand)AuthorAgeFilesLines
* commit: add repository argument to lookup_commit_referenceStefan Beller2018-06-291-1/+1
* Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
|\
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-2/+2
|\ \ | |/
| * cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-2/+2
* | Merge branch 'jk/ref-array-push'Junio C Hamano2018-04-251-1/+1
|\ \ | |/ |/|
| * ref-filter: use "struct object_id" consistentlyJeff King2018-04-091-1/+1
* | Merge branch 'bc/object-id'Junio C Hamano2018-04-101-7/+9
|\ \ | |/ |/|
| * sha1_file: convert read_sha1_file to struct object_idbrian m. carlson2018-03-141-2/+2
| * sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-2/+2
| * Convert find_unique_abbrev* to struct object_idbrian m. carlson2018-03-141-2/+4
| * strbuf: convert strbuf_add_unique_abbrev to use struct object_idbrian m. carlson2018-03-141-1/+1
* | Merge branch 'nd/parseopt-completion'Junio C Hamano2018-03-141-1/+1
|\ \ | |/ |/|
| * parse-options: let OPT__FORCE take optional flags argumentNguyễn Thái Ngọc Duy2018-02-091-1/+1
* | Merge branch 'bw/c-plus-plus'Junio C Hamano2018-03-061-1/+1
|\ \
| * | object: rename function 'typename' to 'type_name'Brandon Williams2018-02-141-1/+1
| |/
* | Merge branch 'nm/tag-edit'Junio C Hamano2018-03-061-2/+9
|\ \
| * | tag: add --edit optionnm/tag-editNicolas Morey-Chaisemartin2018-02-071-2/+9
| |/
* | sha1_file: convert write_sha1_file to object_idPatryk Obara2018-01-301-1/+1
|/
* Merge branch 'bc/object-id'Junio C Hamano2017-11-061-4/+4
|\
| * refs: convert read_ref and read_ref_full to object_idbrian m. carlson2017-10-161-2/+2
| * refs: update ref transactions to use struct object_idbrian m. carlson2017-10-161-1/+1
| * refs: convert delete_ref and refs_delete_ref to struct object_idbrian m. carlson2017-10-161-1/+1
* | Merge branch 'jk/ref-filter-colors-fix'Junio C Hamano2017-10-181-1/+1
|\ \ | |/ |/|
| * tag: respect color.ui configjk/ref-filter-colors-fixJeff King2017-10-171-1/+1
| * Merge branch 'jk/ui-color-always-to-auto-maint' (early part) into jk/ref-filt...Junio C Hamano2017-10-171-0/+1
| |\
* | \ Merge branch 'jk/ui-color-always-to-auto'Junio C Hamano2017-10-071-0/+1
|\ \ \
| * \ \ Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autojk/ui-color-always-to-autoJunio C Hamano2017-10-041-0/+1
| |\ \ \ | | | |/ | | |/|
| | * | provide --color option for all ref-filter usersJeff King2017-10-041-0/+1
* | | | Merge branch 'ma/builtin-unleak'Junio C Hamano2017-10-071-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | builtin/: add UNLEAKsma/builtin-unleakMartin Ågren2017-10-021-4/+5
| | |/ | |/|
| * | Merge branch 'ma/pager-per-subcommand-action' into maintJunio C Hamano2017-09-101-0/+3
| |\ \ | | |/ | |/|
* | | Merge branch 'ma/pager-per-subcommand-action'Junio C Hamano2017-08-111-0/+3
|\ \ \ | | |/ | |/|
| * | tag: change default of `pager.tag` to "on"Martin Ågren2017-08-031-1/+1
| * | tag: respect `pager.tag` in list-mode onlyMartin Ågren2017-08-031-0/+3
* | | Merge branch 'jk/ref-filter-colors'Junio C Hamano2017-08-111-41/+20
|\ \ \ | | |/ | |/|
| * | ref-filter: provide a function for parsing sort optionsJeff King2017-07-131-25/+1
| * | ref-filter: abstract ref format into its own structJeff King2017-07-131-14/+16
| * | check return value of verify_ref_format()Jeff King2017-07-131-3/+4
| |/
* | tag: convert gpg_verify_tag to use struct object_idsb/object-idStefan Beller2017-07-131-1/+1
|/
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-33/+33
|\ \ | |/ |/|
| * Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-1/+1
| * builtin/tag: convert to struct object_idbrian m. carlson2017-05-081-33/+33
* | i18n: remove i18n from tag reflog messageJean-Noel Avila2017-05-011-6/+6
|/
* Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-161-24/+18
|\
| * avoid using fixed PATH_MAX buffers for refsJeff King2017-03-301-9/+6
| * tag: use strbuf to format tag headerJeff King2017-03-301-15/+12
* | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-241-2/+6