159 Commits (b2a7942b8bcf397d9a5d3bb6671853755e14de60)

Author SHA1 Message Date
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
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
Lukas Puehringer 07d347cf9a builtin/tag: add --format argument for tag -v 8 years ago
Karthik Nayak 17938f171f ref-filter: rename the 'strip' option to 'lstrip' 8 years ago
Nguyễn Thái Ngọc Duy 3bb16a8bf2 tag, branch, for-each-ref: add --ignore-case for sorting and filtering 8 years ago
Santiago Torres bef234b09e tag -v: verify directly rather than exec-ing verify-tag 9 years ago
Laurent Arnoud 61c2fe0c29 tag: add the option to force signing of annotated tags 9 years ago
Jeff King 0571979bd6 tag: do not show ambiguous tag names as "tags/foo" 9 years ago
Karthik Nayak 008ed7df93 tag.c: use the correct algorithm for the '--contains' option 9 years ago
Tobias Klauser 63af4a8446 strbuf: make stripspace() part of strbuf 9 years ago
Karthik Nayak 5242860f54 tag.c: implement '--merged' and '--no-merged' options 10 years ago
Karthik Nayak df0947417a tag.c: implement '--format' option 10 years ago
Karthik Nayak b7cc53e92c tag.c: use 'ref-filter' APIs 10 years ago
Karthik Nayak ac4cc866c8 tag.c: use 'ref-filter' data structures 10 years ago
Karthik Nayak 1bb38e5a6a ref-filter: add support for %(contents:lines=X) 10 years ago