45 Commits (50f69099292de53431ef29d3adc115d04a4fd92a)

Author SHA1 Message Date
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
Stephen Boyd df217ed643 parse-opts: add OPT_FILENAME and transition builtins 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Alex Riesen 691f1a28bf replace direct calls to unlink(2) with unlink_or_warn 16 years ago
Jake Goulding 32c35cfb1e git-tag: Add --contains option 16 years ago
Jeff King 3927bbe9a4 tag: delete TAG_EDITMSG only on successful tag 16 years ago
Samuel Tardieu 6fa8342b12 tag: Check that options are only allowed in the appropriate mode 17 years ago
Alex Riesen a4f34cbb4c Use git_pathdup instead of xstrdup(git_path(...)) 17 years ago
Miklos Vajna eca35a25a9 Fix git branch -m for symrefs. 17 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Junio C Hamano dbd0f5c769 Files given on the command line are relative to $cwd 17 years ago
Stephan Beyer 7198203ae3 editor.c: Libify launch_editor() 17 years ago
Stephan Beyer d82f33e20d Move launch_editor() from builtin-tag.c to editor.c 17 years ago
Stephan Beyer 1b1dd23f2d Make usage strings dash-less 17 years ago