26 Commits (b20a60d0c0f23384cb4141d75d9a7c90e99c1432)

Author SHA1 Message Date
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
Pierre Habouzit 8babab95af builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well. 17 years ago
Junio C Hamano c1a41b9d04 "git-tag -s" should create a signed annotated tag 17 years ago
Junio C Hamano bd46c9a912 builtin-tag: accept and process multiple -m just like git-commit 17 years ago
Johannes Schindelin e97c9ad96b launch_editor(): read the file, even when EDITOR=: 17 years ago
Kristian Høgsberg 943316e96c Export launch_editor() and make it accept ':' as a no-op editor. 17 years ago
Carlos Rica 3968658599 Make builtin-tag.c use parse_options. 17 years ago
Mike Hommey e1f14cce69 Small code readability improvement in show_reference() in builtin-tag.c 17 years ago
Mike Hommey bab8118aff Reuse previous annotation when overwriting a tag 17 years ago
Pierre Habouzit 387e7e19d7 strbuf_read_file enhancement, and use it. 17 years ago
Kristian Høgsberg 6d69b6f6ac Clean up stripspace a bit, use strbuf even more. 17 years ago
Kristian Høgsberg a9390b9fce Add strbuf_read_file(). 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit fd17f5b5f7 Replace all read_fd use with strbuf_read, and get rid of it. 17 years ago
Carlos Rica aba91192ae git-tag -s must fail if gpg cannot sign the tag. 17 years ago
Carlos Rica 18e32b5b7a git-tag: Fix -l option to use better shell style globs. 17 years ago
Carlos Rica e317cfafd2 builtin-tag.c: Fix two memory leaks and minor notation changes. 18 years ago
Johannes Schindelin 4d87b9c5db launch_editor(): Heed GIT_EDITOR and core.editor settings 18 years ago
Carlos Rica 62e09ce998 Make git tag a builtin. 18 years ago