index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-tag.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-12-22
Fix $EDITOR regression introduced by rewrite in C.
Junio C Hamano
1
-1
/
+13
2007-12-22
git-tag: fix -l switch handling regression.
Pierre Habouzit
1
-7
/
+5
2007-12-11
"git tag -u keyname" broken
Linus Torvalds
1
-3
/
+11
2007-12-09
Re-fix "builtin-commit: fix --signoff"
Junio C Hamano
1
-2
/
+2
2007-12-09
Fix commit-msg hook to allow editing
Junio C Hamano
1
-0
/
+2
2007-12-04
Merge branch 'kh/commit'
Junio C Hamano
1
-11
/
+7
2007-11-26
builtin-commit.c: export GIT_INDEX_FILE for launch_editor as well.
Pierre Habouzit
1
-3
/
+3
2007-11-25
"git-tag -s" should create a signed annotated tag
Junio C Hamano
1
-0
/
+3
2007-11-22
builtin-tag: accept and process multiple -m just like git-commit
Junio C Hamano
1
-8
/
+29
2007-11-22
launch_editor(): read the file, even when EDITOR=:
Johannes Schindelin
1
-12
/
+5
2007-11-22
Export launch_editor() and make it accept ':' as a no-op editor.
Kristian Høgsberg
1
-1
/
+4
2007-11-18
Make builtin-tag.c use parse_options.
Carlos Rica
1
-81
/
+60
2007-11-14
Merge branch 'mh/retag'
Junio C Hamano
1
-3
/
+35
2007-11-07
Small code readability improvement in show_reference() in builtin-tag.c
Mike Hommey
1
-7
/
+6
2007-11-05
Reuse previous annotation when overwriting a tag
Mike Hommey
1
-3
/
+35
2007-09-29
strbuf_read_file enhancement, and use it.
Pierre Habouzit
1
-12
/
+7
2007-09-27
Clean up stripspace a bit, use strbuf even more.
Kristian Høgsberg
1
-4
/
+1
2007-09-27
Add strbuf_read_file().
Kristian Høgsberg
1
-8
/
+3
2007-09-16
Now that cache.h needs strbuf.h, remove useless includes.
Pierre Habouzit
1
-1
/
+0
2007-09-10
Replace all read_fd use with strbuf_read, and get rid of it.
Pierre Habouzit
1
-48
/
+31
2007-09-09
git-tag -s must fail if gpg cannot sign the tag.
Carlos Rica
1
-4
/
+14
2007-08-31
git-tag: Fix -l option to use better shell style globs.
Carlos Rica
1
-9
/
+2
2007-07-21
builtin-tag.c: Fix two memory leaks and minor notation changes.
Carlos Rica
1
-16
/
+22
2007-07-21
launch_editor(): Heed GIT_EDITOR and core.editor settings
Johannes Schindelin
1
-3
/
+7
2007-07-20
Make git tag a builtin.
Carlos Rica
1
-0
/
+450