24 Commits (e5fa45c159241b609bce40fa7a8687796e4b941d)

Author SHA1 Message Date
Michael Haggerty 8d9c50105f Change check_ref_format() to take a flags argument 13 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 16 years ago
Alex Riesen a4f34cbb4c Use git_pathdup instead of xstrdup(git_path(...)) 16 years ago
Miklos Vajna eca35a25a9 Fix git branch -m for symrefs. 16 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 16 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
Johannes Schindelin c4adea82c5 Convert CR/LF to LF in tag signatures 17 years ago
Christian Couder c96a6d3660 Fix "config_error_nonbool" used with value instead of key 17 years ago
Christian Couder 3ecb171d2b Fix "config_error_nonbool" used with value instead of key 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Carlos Rica 3f36cbbaaf Fix documentation syntax of optional arguments in short options. 17 years ago
Johannes Schindelin fc99469a2b launch_editor(): allow spaces in the filename 17 years ago
Johannes Sixt e72ae28895 start_command(), .in/.out/.err = -1: Callers must close the file descriptor 17 years ago
Gerrit Pape fd74cb0874 builtin-tag.c: remove cruft 17 years ago
Junio C Hamano 406d95f2d0 builtin-tag.c: guard config parser from value=NULL 17 years ago
Junio C Hamano 5e2de4f9bb Fix $EDITOR regression introduced by rewrite in C. 17 years ago
Pierre Habouzit 78d776a969 git-tag: fix -l switch handling regression. 17 years ago
Linus Torvalds be15f50538 "git tag -u keyname" broken 17 years ago
Junio C Hamano 774751a8bc Re-fix "builtin-commit: fix --signoff" 17 years ago
Junio C Hamano 740001a578 Fix commit-msg hook to allow editing 17 years ago