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