index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2015-11-20
t5813: avoid creating urls that break on cygwin
Dennis Kaarsemaker
-2
/
+2
2015-11-05
Git 2.6.3
v2.6.3
Junio C Hamano
-3
/
+115
2015-11-05
Merge branch 'rs/daemon-plug-child-leak' into maint
Junio C Hamano
-6
/
+18
2015-11-05
Merge branch 'rs/wt-status-detached-branch-fix' into maint
Junio C Hamano
-35
/
+43
2015-11-05
Merge branch 'jk/initialization-fix-to-add-submodule-odb' into maint
Junio C Hamano
-1
/
+1
2015-11-05
Merge branch 'js/misc-fixes' into maint
Junio C Hamano
-6
/
+12
2015-11-05
Merge branch 'jc/add-u-A-default-to-top' into maint
Junio C Hamano
-7
/
+4
2015-11-05
Merge branch 'jk/delete-modechange-conflict' into maint
Junio C Hamano
-89
/
+144
2015-11-05
Merge branch 'js/imap-send-curl-compilation-fix' into maint
Junio C Hamano
-0
/
+4
2015-11-05
Merge branch 'rp/link-curl-before-ssl' into maint
Junio C Hamano
-6
/
+34
2015-11-05
Merge branch 'nd/clone-linked-checkout' into maint
Junio C Hamano
-8
/
+66
2015-11-05
Merge branch 'sa/send-email-smtp-batch-data-limit' into maint
Junio C Hamano
-1
/
+5
2015-11-04
Merge branch 'xf/user-manual-ff' into maint
Junio C Hamano
-5
/
+5
2015-11-04
Merge branch 'xf/user-manual-markup' into maint
Junio C Hamano
-11
/
+11
2015-11-04
Merge branch 'jc/everyday-markup' into maint
Junio C Hamano
-1
/
+1
2015-11-04
Merge branch 'jc/em-dash-in-doc' into maint
Junio C Hamano
-6
/
+6
2015-11-04
Merge branch 'es/worktree-add' into maint
Junio C Hamano
-1
/
+1
2015-11-03
Merge branch 'mk/blame-error-message' into maint
Junio C Hamano
-1
/
+1
2015-11-03
Merge branch 'jk/merge-file-exit-code' into maint
Junio C Hamano
-1
/
+38
2015-11-03
Merge branch 'dt/name-hash-dir-entry-fix' into maint
Junio C Hamano
-60
/
+35
2015-11-03
Merge branch 'jc/am-3-fallback-regression-fix' into maint
Junio C Hamano
-16
/
+33
2015-11-03
Merge branch 'jc/usage-stdin' into maint
Junio C Hamano
-41
/
+64
2015-11-03
Merge branch 'rt/placeholder-in-usage' into maint
Junio C Hamano
-3
/
+3
2015-11-03
Merge branch 'dt/t7063-fix-flaky-test' into maint
Junio C Hamano
-1
/
+3
2015-11-03
Merge branch 'mk/submodule-gitdir-path' into maint
Junio C Hamano
-17
/
+42
2015-11-03
Merge branch 'nd/gc-auto-background-fix' into maint
Junio C Hamano
-1
/
+55
2015-11-03
Merge branch 'ls/p4-translation-failure' into maint
Junio C Hamano
-11
/
+66
2015-11-03
Merge branch 'gr/rebase-i-drop-warn' into maint
Junio C Hamano
-0
/
+24
2015-11-03
Merge branch 'js/clone-dissociate' into maint
Junio C Hamano
-23
/
+62
2015-11-03
Merge branch 'ld/p4-import-labels' into maint
Junio C Hamano
-8
/
+62
2015-11-03
Merge branch 'tk/stripspace' into maint
Junio C Hamano
-103
/
+118
2015-11-03
Merge branch 'jk/repository-extension' into maint
Junio C Hamano
-12
/
+209
2015-11-02
daemon: plug memory leak
René Scharfe
-0
/
+1
2015-11-02
run-command: factor out child_process_clear()
René Scharfe
-6
/
+17
2015-11-01
wt-status: use skip_prefix() to get rid of magic string length constants
René Scharfe
-21
/
+15
2015-11-01
wt-status: don't skip a magical number of characters blindly
René Scharfe
-1
/
+1
2015-11-01
wt-status: avoid building bogus branch name with detached HEAD
René Scharfe
-7
/
+10
2015-11-01
wt-status: exit early using goto in wt_shortstatus_print_tracking()
René Scharfe
-8
/
+5
2015-11-01
t7060: add test for status --branch on a detached HEAD
René Scharfe
-0
/
+14
2015-10-29
merge-file: clamp exit code to maximum 127
Jeff King
-1
/
+38
2015-10-28
rebase-i: work around Windows CRLF line endings
Junio C Hamano
-1
/
+13
2015-10-28
t3404: "rebase -i" gets broken when insn sheet uses CR/LF line endings
Johannes Schindelin
-0
/
+12
2015-10-28
add_submodule_odb: initialize alt_odb list earlier
Jeff King
-1
/
+1
2015-10-26
merge: detect delete/modechange conflict
Jeff King
-2
/
+37
2015-10-26
t6031: generalize for recursive and resolve strategies
Jeff King
-56
/
+77
2015-10-26
t6031: move triple-rename test to t3030
Jeff King
-31
/
+30
2015-10-26
Correct fscanf formatting string for I64u values
Waldek Maleska
-1
/
+5
2015-10-26
Silence GCC's "cast of pointer to integer of a different size" warning
Johannes Schindelin
-4
/
+6
2015-10-26
Squelch warning about an integer overflow
Johannes Schindelin
-1
/
+1
2015-10-26
imap-send: only use CURLOPT_LOGIN_OPTIONS if it is actually available
Johannes Schindelin
-0
/
+4
[next]