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
*
UI consistency: allow --force for where -f means force
René Scharfe
2009-08-29
1
-1
/
+1
*
Merge branch 'tr/die_errno'
Junio C Hamano
2009-07-06
1
-5
/
+4
|
\
|
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
1
-1
/
+1
|
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-4
/
+3
*
|
parse-options: make OPT_INTEGER's argh explicit
Stephen Boyd
2009-06-06
1
-2
/
+2
|
/
*
parse-opts: add OPT_FILENAME and transition builtins
Stephen Boyd
2009-05-25
1
-2
/
+1
*
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
1
-1
/
+1
*
replace direct calls to unlink(2) with unlink_or_warn
Alex Riesen
2009-04-30
1
-1
/
+1
*
git-tag: Add --contains option
Jake Goulding
2009-01-28
1
-2
/
+27
*
Merge branch 'maint'
Junio C Hamano
2008-12-08
1
-8
/
+20
|
\
|
*
tag: delete TAG_EDITMSG only on successful tag
Jeff King
2008-12-07
1
-8
/
+20
|
*
Merge branch 'st/maint-tag' into maint
Junio C Hamano
2008-12-01
1
-7
/
+12
|
|
\
|
*
\
Merge branch 'ar/maint-mksnpath' into maint
Junio C Hamano
2008-11-09
1
-1
/
+1
|
|
\
\
*
|
\
\
Merge branch 'st/tag'
Junio C Hamano
2008-11-13
1
-7
/
+12
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
tag: Check that options are only allowed in the appropriate mode
Samuel Tardieu
2008-11-05
1
-7
/
+12
*
|
|
|
Merge branch 'ar/mksnpath'
Junio C Hamano
2008-11-05
1
-1
/
+1
|
\
\
\
\
|
*
\
\
\
Merge branch 'ar/maint-mksnpath' into ar/mksnpath
Junio C Hamano
2008-10-31
1
-1
/
+1
|
|
\
\
\
\
|
|
|
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
Use git_pathdup instead of xstrdup(git_path(...))
Alex Riesen
2008-10-31
1
-1
/
+1
|
|
|
/
/
*
|
|
|
Merge branch 'mv/maint-branch-m-symref'
Junio C Hamano
2008-11-05
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Fix git branch -m for symrefs.
Miklos Vajna
2008-10-26
1
-1
/
+1
|
|
/
*
/
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-2
/
+1
|
/
*
Sync with 1.5.6.5
Junio C Hamano
2008-08-06
1
-1
/
+2
|
\
|
*
Files given on the command line are relative to $cwd
Junio C Hamano
2008-08-06
1
-1
/
+2
|
*
Fix "config_error_nonbool" used with value instead of key
Christian Couder
2008-07-06
1
-1
/
+1
*
|
editor.c: Libify launch_editor()
Stephan Beyer
2008-07-26
1
-1
/
+5
*
|
Move launch_editor() from builtin-tag.c to editor.c
Stephan Beyer
2008-07-26
1
-53
/
+0
*
|
Merge branch 'sb/dashless'
Junio C Hamano
2008-07-17
1
-4
/
+4
|
\
\
|
*
|
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-4
/
+4
*
|
|
Convert CR/LF to LF in tag signatures
Johannes Schindelin
2008-07-12
1
-0
/
+10
|
/
/
*
/
Fix "config_error_nonbool" used with value instead of key
Christian Couder
2008-07-06
1
-1
/
+1
|
/
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-3
/
+3
*
Merge branch 'maint-1.5.4' into maint
Junio C Hamano
2008-04-10
1
-1
/
+1
|
\
|
*
Fix documentation syntax of optional arguments in short options.
Carlos Rica
2008-04-10
1
-1
/
+1
*
|
Merge branch 'maint'
Junio C Hamano
2008-03-12
1
-1
/
+5
|
\
|
|
*
launch_editor(): allow spaces in the filename
Johannes Schindelin
2008-03-12
1
-1
/
+5
*
|
start_command(), .in/.out/.err = -1: Callers must close the file descriptor
Johannes Sixt
2008-02-23
1
-1
/
+2
*
|
builtin-tag.c: remove cruft
Gerrit Pape
2008-02-22
1
-3
/
+0
|
/
*
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
|
/
[next]