193 Commits (22597af97d67660fb3f0dba538a1f02b1ba94243)

Author SHA1 Message Date
Junio C Hamano 98e7ab6d42 for-each-ref: delay parsing of --sort=<atom> options 3 years ago
Ævar Arnfjörð Bjarmason e5fb028688 ref-filter API user: add and use a ref_sorting_release() 3 years ago
Ævar Arnfjörð Bjarmason 37766b61cd tag: use a "goto cleanup" pattern, leak less memory 3 years ago
Ævar Arnfjörð Bjarmason 5d70198efe parse-options API users: align usage output in C-strings 3 years ago
René Scharfe 66e905b7dd use xopen() to handle fatal open(2) failures 4 years ago
ZheNing Hu e85fcb355a ref-filter: use non-const ref_format in *_atom_parser() 4 years ago
ZheNing Hu 844c3f0b0b ref-filter: reuse output buffer 4 years ago
ZheNing Hu 22f69a85ed ref-filter: get rid of show_ref_array_item 4 years ago
Johannes Sixt b865734760 replace "parameters" by "arguments" in error messages 4 years ago
brian m. carlson 482c119186 gpg-interface: improve interface for parsing tags 4 years ago
Phil Hord 8198907795 use delete_refs when deleting tags or branches 4 years ago
Ævar Arnfjörð Bjarmason 7c269a7b16 ref-filter: move ref_sorting flags to a bitfield 4 years ago
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()" 7 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