index
:
git
jch
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
path:
root
/
t
Age
Commit message (
Expand
)
Author
Lines
2016-04-29
Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' into maint
Junio C Hamano
-0
/
+14
2016-04-29
Merge branch 'sk/send-pack-all-fix' into maint
Junio C Hamano
-0
/
+12
2016-04-29
Merge branch 'sg/diff-multiple-identical-renames' into maint
Junio C Hamano
-0
/
+11
2016-04-14
Merge branch 'jv/merge-nothing-into-void' into maint
Junio C Hamano
-0
/
+10
2016-04-14
Merge branch 'ss/commit-squash-msg' into maint
Junio C Hamano
-0
/
+28
2016-04-14
Merge branch 'da/mergetool-delete-delete-conflict' into maint
Junio C Hamano
-0
/
+64
2016-04-14
Merge branch 'jk/startup-info' into maint
Junio C Hamano
-5
/
+27
2016-04-14
Merge branch 'jk/getwholeline-getdelim-empty' into maint
Junio C Hamano
-0
/
+4
2016-04-14
Merge branch 'gf/fetch-pack-direct-object-fetch' into maint
Junio C Hamano
-0
/
+14
2016-04-14
Merge branch 'jk/rev-parse-local-env-vars' into maint
Junio C Hamano
-0
/
+45
2016-04-14
Merge branch 'jk/config-get-urlmatch' into maint
Junio C Hamano
-0
/
+3
2016-04-14
Merge branch 'pb/t7502-drop-dup' into maint
Junio C Hamano
-5
/
+0
2016-04-14
Merge branch 'jk/test-httpd-config-nosystem' into maint
Junio C Hamano
-0
/
+1
2016-04-14
Merge branch 'sb/clone-t57-t56' into maint
Junio C Hamano
-0
/
+0
2016-04-14
Merge branch 'jc/index-pack' into maint
Junio C Hamano
-0
/
+6
2016-04-05
correct blame for files commited with CRLF
Torsten Bögershausen
-0
/
+14
2016-03-31
git-send-pack: fix --all option when used with directory
Stanislav Kolotinskiy
-0
/
+12
2016-03-30
diffcore: fix iteration order of identical files during rename detection
SZEDER Gábor
-0
/
+11
2016-03-24
Merge branch 'js/mingw-tests-2.8'
Junio C Hamano
-11
/
+10
2016-03-24
Merge branch 'sb/submodule-module-list-pathspec-fix'
Junio C Hamano
-0
/
+13
2016-03-23
merge: fix NULL pointer dereference when merging nothing into void
Junio C Hamano
-0
/
+10
2016-03-23
mingw: skip some tests in t9115 due to file name issues
Johannes Schindelin
-2
/
+2
2016-03-23
t1300: fix the new --show-origin tests on Windows
Johannes Schindelin
-3
/
+6
2016-03-23
t1300-repo-config: make it resilient to being run via 'sh -x'
Johannes Schindelin
-6
/
+2
2016-03-22
submodule: fix regression for deinit without submodules
Stefan Beller
-0
/
+13
2016-03-21
commit: do not lose SQUASH_MSG contents
Sven Strickroth
-0
/
+28
2016-03-18
t/lib-httpd: pass through GIT_CONFIG_NOSYSTEM env
Jeff King
-0
/
+1
2016-03-18
Revert "Merge branch 'nd/exclusion-regression-fix'"
Junio C Hamano
-155
/
+5
2016-03-16
git-svn: fix URL canonicalization during init w/ SVN 1.7+
Eric Wong
-1
/
+1
2016-03-16
t9117: test specifying full url to git svn init -T
Adam Dinwoodie
-0
/
+6
2016-03-16
clone tests: rename t57* => t56*
Stefan Beller
-0
/
+0
2016-03-15
git-svn: shorten glob error message
Eric Wong
-9
/
+16
2016-03-15
git-svn: loosen config globs limitations
Victor Leschuk
-0
/
+222
2016-03-11
t/t7502 : drop duplicate test
Pranit Bauva
-5
/
+0
2016-03-10
mergetool: honor tempfile configuration when resolving delete conflicts
David Aguilar
-0
/
+25
2016-03-10
mergetool: support delete/delete conflicts
David Aguilar
-0
/
+39
2016-03-10
Merge branch 'jk/pack-idx-corruption-safety' into maint
Junio C Hamano
-0
/
+179
2016-03-10
Merge branch 'js/config-set-in-non-repository' into maint
Junio C Hamano
-0
/
+11
2016-03-10
Merge branch 'sb/submodule-module-list-fix' into maint
Junio C Hamano
-0
/
+25
2016-03-10
Merge branch 'jk/grep-binary-workaround-in-test' into maint
Junio C Hamano
-13
/
+17
2016-03-10
Merge branch 'nd/git-common-dir-fix' into maint
Junio C Hamano
-0
/
+10
2016-03-10
Merge branch 'nd/dwim-wildcards-as-pathspecs' into maint
Junio C Hamano
-26
/
+48
2016-03-10
Merge branch 'jk/epipe-in-async' into maint
Junio C Hamano
-2
/
+5
2016-03-10
Merge branch 'ps/config-error' into maint
Junio C Hamano
-1
/
+24
2016-03-10
Merge branch 'mg/work-tree-tests' into maint
Junio C Hamano
-0
/
+0
2016-03-10
Merge branch 'js/close-packs-before-gc'
Junio C Hamano
-4
/
+6
2016-03-07
grep: turn off gitlink detection for --no-index
Jeff King
-0
/
+27
2016-03-06
setup: make startup_info available everywhere
Jeff King
-5
/
+0
2016-03-05
strbuf_getwholeline: NUL-terminate getdelim buffer on error
Jeff King
-0
/
+4
2016-03-04
Merge branch 'nd/clear-gitenv-upon-use-of-alias'
Junio C Hamano
-11
/
+9
[next]