177 Commits (b778c1eef50e001807aa723bdc9cb2685a59db0f)

Author SHA1 Message Date
Aaron Lipman 21bf933928 ref-filter: allow merged and no-merged filters 4 years ago
Jeff King 76f9e569ad ref-filter: apply --ignore-case to all sorting keys 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Jeff King fe299ec5ae oid_array: rename source file from sha1-array 5 years ago
Heba Waly f665d63a91 tag: use new advice API to check visibility 5 years ago
Tigran Mkrtchyan 1c6b565f89 tag: add tag.gpgSign config option to force all tags be GPG-signed 6 years ago
Denton Liu a54b2ab345 tag: fix typo in nested tagging hint 6 years ago
Denton Liu ca04dc96d1 parse-options.h: extract common --cleanup option 6 years ago
Denton Liu eea9c1e78f tag: advise on nested tags 6 years ago
Denton Liu 01dc801ada tag: fix formatting 6 years ago
Jeff King 95be717cd5 parse_opt_ref_sorting: always use with NONEG flag 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Jeff King 1f5db32d89 tag: mark "--message" option with NONEG 6 years ago
Jeff King 9001dc2a74 convert "oidcmp() != 0" to "!oideq()" 6 years ago
Stefan Beller 2122f6754c commit: add repository argument to lookup_commit_reference 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Stefan Beller 0df8e96566 cache.h: add repository argument to oid_object_info 7 years ago
Jeff King 53df97a29d ref-filter: use "struct object_id" consistently 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
brian m. carlson abef9020e3 sha1_file: convert sha1_object_info* to object_id 7 years ago
brian m. carlson aab9583f7b Convert find_unique_abbrev* to struct object_id 7 years ago
brian m. carlson 30e677e0e2 strbuf: convert strbuf_add_unique_abbrev to use struct object_id 7 years ago
Brandon Williams debca9d2fe object: rename function 'typename' to 'type_name' 7 years ago
Nguyễn Thái Ngọc Duy 1224781d60 parse-options: let OPT__FORCE take optional flags argument 7 years ago
Nicolas Morey-Chaisemartin 9eed6e40c0 tag: add --edit option 7 years ago
Patryk Obara a09c985eae sha1_file: convert write_sha1_file to object_id 7 years ago
Jeff King b521fd1228 tag: respect color.ui config 7 years ago
brian m. carlson 34c290a6fc refs: convert read_ref and read_ref_full to object_id 7 years ago
brian m. carlson 89f3bbdd3b refs: update ref transactions to use struct object_id 7 years ago
brian m. carlson 2616a5e508 refs: convert delete_ref and refs_delete_ref to struct object_id 7 years ago
Jeff King 0c88bf5050 provide --color option for all ref-filter users 7 years ago
Martin Ågren 886e1084d7 builtin/: add UNLEAKs 7 years ago
Martin Ågren ff1e72483f tag: change default of `pager.tag` to "on" 8 years ago
Martin Ågren de121ffe57 tag: respect `pager.tag` in list-mode only 8 years ago
Jeff King 18a2565016 ref-filter: provide a function for parsing sort options 8 years ago
Jeff King 4a68e36d7d ref-filter: abstract ref format into its own struct 8 years ago
Jeff King 2eda0102be check return value of verify_ref_format() 8 years ago
Stefan Beller 84571760ca tag: convert gpg_verify_tag to use struct object_id 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
brian m. carlson 7422ab50d1 builtin/tag: convert to struct object_id 8 years ago
Jean-Noel Avila c3027be9d1 i18n: remove i18n from tag reflog message 8 years ago
Jeff King 7f897b6f17 avoid using fixed PATH_MAX buffers for refs 8 years ago
Jeff King b0ceab98d7 tag: use strbuf to format tag header 8 years ago
Ævar Arnfjörð Bjarmason ac3f5a3468 ref-filter: add --no-contains option to tag/branch/for-each-ref 8 years ago
Ævar Arnfjörð Bjarmason 1e0c3b680c tag: change --point-at to default to HEAD 8 years ago
Ævar Arnfjörð Bjarmason 6a338149f6 tag: implicitly supply --list given another list-like option 8 years ago
Kyle Meyer 755b49ae96 delete_ref: accept a reflog message argument 8 years ago
Cornelius Weig df8512ede8 tag: generate useful reflog message 8 years ago
Karthik Nayak 56b43607f9 branch, tag: use porcelain output 8 years ago