64 Commits (929df991c25497ecdaf1cd605eec1b3ac4f1c6e5)

Author SHA1 Message Date
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
Junio C Hamano 31fd8d72f2 tag: do not show non-tag contents with "-n" 13 years ago
Tom Grennan ae7706b9ac tag: add --points-at list option 13 years ago
Jeff King fb630e048c tag: die when listing missing or corrupt objects 13 years ago
Jeff King ca51699961 tag: fix output of "tag -n" when errors occur 13 years ago
Kirill A. Shutemov d3e0598330 git-tag: introduce --cleanup option 13 years ago
Nguyễn Thái Ngọc Duy c689332391 Convert many resolve_ref() calls to read_ref*() and ref_exists() 13 years ago
Junio C Hamano 2f47eae2a1 Split GPG interface into its own helper library 13 years ago
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 14 years ago
Michael J Gruber c97eff5a95 git-tag: introduce long forms for the options 14 years ago
Junio C Hamano c6d72c4972 Revert clock-skew based attempt to optimize tag --contains traversal 14 years ago
Jeff King 588d0e834b tag: accept multiple patterns for --list 14 years ago
Jeff King de9f14e26a default core.clockskew variable to one day 14 years ago
Jeff King 0c811a7a6f limit "contains" traversals based on commit timestamp 14 years ago
Jeff King ffc4b8012d tag: speed up --contains calculation 14 years ago
Michael Schubert 4f0accd638 tag: disallow '-' as tag name 14 years ago
Ævar Arnfjörð Bjarmason 7fbff25a53 i18n: git-tag tag_template message 14 years ago
Ævar Arnfjörð Bjarmason d08ebf9972 i18n: git-tag basic messages 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
Michael J Gruber 3f40617566 commit,merge,tag: describe -m likewise 14 years ago
Michael J Gruber 726c4e3d42 commit,tag: use same wording for -F 14 years ago
René Scharfe 76946b76fe add OPT__FORCE 14 years ago
Michael J Gruber 81536b2dfa tag: factor out sig detection for tag display 14 years ago
Michael J Gruber e10dfb62ee tag: factor out sig detection for body edits 14 years ago
Jonathan Nieder a6ccbbdb66 tag -v: use RUN_GIT_CMD to run verify-tag 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Michael J Gruber 0a043b1fe5 tag -d: print sha1 of deleted tag 15 years ago
René Scharfe f7aec129fa UI consistency: allow --force for where -f means force 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Stephen Boyd e3a0ca8784 parse-options: make OPT_INTEGER's argh explicit 16 years ago