106 Commits (5d3206d5010423b3bbf479e32567d0fddc7095e0)

Author SHA1 Message Date
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
Nguyễn Thái Ngọc Duy eb07894fe0 use wildmatch() directly without fnmatch() wrapper 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Brad King 9bbb0fa1fd refs: report ref type from lock_any_ref_for_update 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Junio C Hamano e6b722db09 tag: use OPT_CMDMODE 12 years ago
Phil Hord 3ae851e6fb tag: --force does not have to warn when creating tags 12 years ago
Junio C Hamano eff80a9fd9 Allow custom "comment char" 12 years ago
Nguyễn Thái Ngọc Duy b0ff96547e Reduce translations by using same terminologies 13 years ago
Nguyễn Thái Ngọc Duy c88bba18fb i18n: tag: mark parseopt strings for translation 13 years ago
Jeff King f9bc573fda ident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT 13 years ago
Nguyễn Thái Ngọc Duy d96e3c150f tag: add --column 13 years ago
Ramsay Jones 0975a5020e builtin/tag.c: Fix a sparse warning 13 years ago