index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Merge branch 'jk/gcc-function-attributes'
Junio C Hamano
2013-07-22
|
\
|
*
Add the LAST_ARG_MUST_BE_NULL macro
Ramsay Jones
2013-07-19
|
*
wt-status: use "format" function attribute for status_printf
Jeff King
2013-07-09
|
*
use "sentinel" function attribute for variadic lists
Jeff King
2013-07-09
|
*
add missing "format" function attributes
Jeff King
2013-07-09
*
|
Merge branch 'db/show-ref-head'
Junio C Hamano
2013-07-22
|
\
\
|
*
|
show-ref: make --head always show the HEAD ref
Doug Bell
2013-07-17
*
|
|
Merge branch 'es/blame-L-breakage'
Junio C Hamano
2013-07-22
|
\
\
\
|
*
|
|
blame-options.txt: explain that -L <start> and <end> are optional
Eric Sunshine
2013-07-17
|
*
|
|
blame-options.txt: place each -L option variation on its own line
Eric Sunshine
2013-07-17
|
*
|
|
t8001/t8002 (blame): add blame -L :funcname tests
Eric Sunshine
2013-07-17
|
*
|
|
t8001/t8002 (blame): add blame -L tests
Eric Sunshine
2013-07-17
|
*
|
|
t8001/t8002 (blame): modernize style
Eric Sunshine
2013-07-17
|
*
|
|
line-range: fix "blame -L X,-N" regression
Eric Sunshine
2013-07-17
*
|
|
|
Merge branch 'tr/protect-low-3-fds'
Junio C Hamano
2013-07-22
|
\
\
\
\
|
*
|
|
|
git: ensure 0/1/2 are open in main()
Thomas Rast
2013-07-17
|
*
|
|
|
daemon/shell: refactor redirection of 0/1/2 from /dev/null
Thomas Rast
2013-07-17
*
|
|
|
|
Merge branch 'sb/parse-object-buffer-eaten'
Junio C Hamano
2013-07-22
|
\
\
\
\
\
|
*
|
|
|
|
parse_object_buffer: correct freeing the buffer
Stefan Beller
2013-07-17
*
|
|
|
|
|
Merge branch 'tr/do-not-call-submodules-subprojects'
Junio C Hamano
2013-07-22
|
\
\
\
\
\
\
|
*
|
|
|
|
|
show-branch: fix description of --date-order
Thomas Rast
2013-07-18
|
*
|
|
|
|
|
apply, entry: speak of submodules instead of subprojects
Thomas Rast
2013-07-18
*
|
|
|
|
|
|
Merge branch 'mm/diff-no-patch-synonym-to-s'
Junio C Hamano
2013-07-22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Documentation/git-log.txt: capitalize section names
Matthieu Moy
2013-07-17
|
*
|
|
|
|
|
|
Documentation: move description of -s, --no-patch to diff-options.txt
Matthieu Moy
2013-07-17
|
*
|
|
|
|
|
|
Documentation/git-show.txt: include common diff options, like git-log.txt
Matthieu Moy
2013-07-17
|
*
|
|
|
|
|
|
diff: allow --patch & cie to override -s/--no-patch
Matthieu Moy
2013-07-17
|
*
|
|
|
|
|
|
diff: allow --no-patch as synonym for -s
Matthieu Moy
2013-07-17
|
*
|
|
|
|
|
|
t4000-diff-format.sh: modernize style
Matthieu Moy
2013-07-17
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'dw/request-pull-diag'
Junio C Hamano
2013-07-22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
request-pull: improve error message for invalid revision args
Dirk Wallenstein
2013-07-17
|
|
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'jc/mailmap-case-insensitivity'
Junio C Hamano
2013-07-22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
mailmap: style fixes
Junio C Hamano
2013-07-15
|
*
|
|
|
|
|
|
mailmap: debug: avoid passing NULL to fprintf() '%s' conversion specification
Eric Sunshine
2013-07-15
|
*
|
|
|
|
|
|
mailmap: debug: eliminate -Wformat field precision type warning
Eric Sunshine
2013-07-15
|
*
|
|
|
|
|
|
mailmap: debug: fix malformed fprintf() format conversion specification
Eric Sunshine
2013-07-15
|
*
|
|
|
|
|
|
mailmap: debug: fix out-of-order fprintf() arguments
Eric Sunshine
2013-07-15
|
*
|
|
|
|
|
|
mailmap: do not downcase mailmap entries
Junio C Hamano
2013-07-15
|
*
|
|
|
|
|
|
t4203: demonstrate loss of uppercase characters in canonical email
Eric Sunshine
2013-07-15
|
*
|
|
|
|
|
|
mailmap: do not lose single-letter names
Junio C Hamano
2013-07-15
|
*
|
|
|
|
|
|
t4203: demonstrate loss of single-character name in mailmap entry
Eric Sunshine
2013-07-15
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'tr/fd-gotcha-fixes'
Junio C Hamano
2013-07-22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
run-command: dup_devnull(): guard against syscalls failing
Thomas Rast
2013-07-12
|
*
|
|
|
|
|
|
git_mkstemps: correctly test return value of open()
Dale R. Worley
2013-07-12
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'mm/color-auto-default'
Junio C Hamano
2013-07-22
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
git add -e: Explicitly specify that patch should have no color
Andrew Wong
2013-07-19
*
|
|
|
|
|
|
|
Merge branch 'jc/simple-add-must-be-a-no-op'
Junio C Hamano
2013-07-22
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
t2202: make sure "git add" (no args) stays a no-op
Junio C Hamano
2013-07-19
*
|
|
|
|
|
|
|
|
Sync with maint
Junio C Hamano
2013-07-21
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Update draft release notes to 1.8.3.4
Junio C Hamano
2013-07-21
[next]