121 Commits (bf427a94517dfcd09b564d327526b16908bcc0da)

Author SHA1 Message Date
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
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
Ralf Thielow 98c32bd889 tag, update-ref: improve description of option "create-reflog" 10 years ago
Karthik Nayak ee2bd06b0f ref-filter: implement '--contains' option 10 years ago
Karthik Nayak f266c9163b parse-options.h: add macros for '--contains' option 10 years ago
Karthik Nayak 9d306b5a60 parse-option: rename parse_opt_with_commit() 10 years ago
Karthik Nayak 68411046b5 ref-filter: implement '--points-at' option 10 years ago
Karthik Nayak b2172fdf70 tag: libify parse_opt_points_at() 10 years ago
David Turner 144c76fa39 update-ref and tag: add --create-reflog arg 10 years ago
Michael Haggerty 6c4461e8d9 builtin/show-ref: rewrite to take an object_id argument 10 years ago
Michael Haggerty 2b2a5be394 each_ref_fn: change to take an object_id parameter 10 years ago
Jeff King dd059c6c07 tag: fix some mis-organized options in "-h" listing 10 years ago
Michael Haggerty 1d147bdff0 ref_transaction_update(): remove "have_old" parameter 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Ronnie Sahlberg db7516ab9f refs.c: pass the ref log message to _create/delete/update instead of _commit 10 years ago
Ronnie Sahlberg e5074bfe8c tag.c: use ref transactions when doing updates 11 years ago
Jacob Keller b150794daf tag: support configuring --sort via .gitconfig 11 years ago
Jeff King ce85604468 tag: use skip_prefix instead of magic numbers 11 years ago
Ronnie Sahlberg 95acfc2479 enums: remove trailing ',' after last item in enum 11 years ago
Thorsten Glaser d78f340ed6 builtin/tag.c: show tag name to hint in the message editor 11 years ago
Jean-Jacques Lafay cbc60b6720 git tag --contains: avoid stack overflow 11 years ago
Junio C Hamano e703d7118c parse-options: multi-word argh should use dash to separate words 11 years ago
Junio C Hamano b0bc1365c2 tag: grok "--with" as synonym to "--contains" 11 years ago
Nguyễn Thái Ngọc Duy 9ef176b55c tag: support --sort=<spec> 11 years ago