43 Commits (a4aefee46d48ed2070755aad7c505591000413c5)

Author SHA1 Message Date
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 16 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
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