index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-log.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'sb/format-patch-patchname'
Junio C Hamano
2009-04-06
1
-88
/
+43
|
\
|
*
format-patch: --attach/inline uses filename instead of SHA1
Stephen Boyd
2009-03-23
1
-4
/
+4
|
*
format-patch: move get_patch_filename() into log-tree
Stephen Boyd
2009-03-23
1
-24
/
+0
|
*
format-patch: pass a commit to reopen_stdout()
Stephen Boyd
2009-03-23
1
-28
/
+39
|
*
format-patch: construct patch filename in one function
Stephen Boyd
2009-03-23
1
-65
/
+33
*
|
Add configuration variable for sign-off to format-patch
Heiko Voigt
2009-04-06
1
-7
/
+16
*
|
format-patch: add arbitrary email headers
Michael Hendricks
2009-03-28
1
-0
/
+2
|
/
*
Sync with maint
Junio C Hamano
2009-03-22
1
-2
/
+0
|
\
|
*
format-patch: --numbered-files and --stdout aren't mutually exclusive
Stephen Boyd
2009-03-22
1
-2
/
+0
*
|
format-patch: Respect --quiet option
Nate Case
2009-03-19
1
-4
/
+6
*
|
Merge branch 'tr/format-patch-thread'
Junio C Hamano
2009-03-11
1
-12
/
+54
|
\
\
|
*
|
format-patch: support deep threading
Thomas Rast
2009-02-22
1
-4
/
+31
|
*
|
format-patch: thread as reply to cover letter even with in-reply-to
Thomas Rast
2009-02-22
1
-5
/
+15
|
*
|
format-patch: track several references
Thomas Rast
2009-02-22
1
-4
/
+10
|
|
/
*
/
Enable setting attach as the default in .gitconfig for git-format-patch.
Jeremy White
2009-02-12
1
-0
/
+19
|
/
*
Merge branch 'jc/maint-format-patch-o-relative'
Junio C Hamano
2009-01-22
1
-3
/
+25
|
\
|
*
Teach format-patch to handle output directory relative to cwd
Junio C Hamano
2009-01-13
1
-3
/
+25
*
|
Merge branch 'jc/maint-format-patch'
Junio C Hamano
2009-01-18
1
-0
/
+7
|
\
\
|
*
|
format-patch: show patch text for the root commit
Junio C Hamano
2009-01-11
1
-0
/
+7
|
|
/
*
|
Merge branch 'mh/cherry-default'
Junio C Hamano
2009-01-14
1
-2
/
+14
|
\
\
|
*
|
Documentation: clarify which parameters are optional to git-cherry
Markus Heidelberg
2009-01-05
1
-1
/
+1
|
*
|
git-cherry: make <upstream> parameter optional
Markus Heidelberg
2009-01-01
1
-2
/
+14
*
|
|
remove trailing LF in die() messages
Alexander Potashev
2009-01-05
1
-1
/
+1
*
|
|
show <tag>: reuse pp_user_info() instead of duplicating code
Johannes Schindelin
2009-01-05
1
-15
/
+6
|
/
/
*
|
Merge branch 'maint'
Junio C Hamano
2008-12-16
1
-1
/
+7
|
\
|
|
*
git-show: do not segfault when showing a bad tag
Junio C Hamano
2008-12-15
1
-1
/
+7
*
|
reorder ALLOW_TEXTCONV option setting
Jeff King
2008-12-08
1
-1
/
+1
*
|
Merge branch 'lt/decorate'
Junio C Hamano
2008-11-13
1
-2
/
+3
|
\
\
|
*
|
Make '--decorate' set an explicit 'show_decorations' flag
Linus Torvalds
2008-11-04
1
-2
/
+1
|
*
|
Add a 'source' decorator for commits
Linus Torvalds
2008-11-04
1
-0
/
+2
*
|
|
userdiff: require explicitly allowing textconv
Jeff King
2008-10-26
1
-0
/
+1
|
/
/
*
|
format-patch: autonumber by default
Brian Gernhardt
2008-10-18
1
-1
/
+2
*
|
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
2008-10-12
1
-9
/
+4
*
|
Merge branch 'maint'
Junio C Hamano
2008-09-20
1
-1
/
+1
|
\
|
|
*
Typo "bogos" in format-patch error message.
Mikael Magnusson
2008-09-20
1
-1
/
+1
*
|
move load_ref_decorations() to log-tree.c and export it
René Scharfe
2008-09-05
1
-35
/
+0
*
|
log: add load_ref_decorations()
René Scharfe
2008-09-05
1
-2
/
+10
*
|
format-patch: use default diff format even with patch options
Jeff King
2008-08-27
1
-1
/
+2
*
|
Merge branch 'pm/log-exit-code'
Junio C Hamano
2008-08-21
1
-1
/
+10
|
\
\
|
|
/
|
/
|
|
*
Teach git log --exit-code to return an appropriate exit code
Peter Valdemar Mørch
2008-08-18
1
-4
/
+4
|
*
Teach git log --check to return an appropriate exit code
Peter Valdemar Mørch
2008-08-18
1
-0
/
+9
*
|
git format-patch: avoid underrun when format.headers is empty or all NLs
Jim Meyering
2008-08-20
1
-1
/
+1
|
/
*
Merge branch 'sb/dashless'
Junio C Hamano
2008-07-17
1
-1
/
+1
|
\
|
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
|
add context pointer to read_tree_recursive()
René Scharfe
2008-07-15
1
-2
/
+2
|
/
*
builtin-log.c: Use 'git_config_string' to get 'format.subjectprefix' and 'for...
Brian Hetro
2008-07-06
1
-12
/
+4
*
Fix 'git show' on signed tag of signed tag of commit
Thomas Rast
2008-07-02
1
-1
/
+1
*
Merge branch 'js/config-cb'
v1.5.6-rc0
Junio C Hamano
2008-05-25
1
-9
/
+9
|
\
|
*
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-9
/
+9
*
|
Add log.date config variable
Heikki Orsila
2008-05-24
1
-0
/
+10
[next]