index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
Commit message (
Expand
)
Author
Age
*
Merge branch 'kb/msys2-tty' into maint
Junio C Hamano
2016-06-06
|
\
|
*
mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)
Karsten Blees
2016-05-26
*
|
Merge branch 'js/windows-dotgit' into maint
Junio C Hamano
2016-05-26
|
\
\
|
*
|
mingw: remove unnecessary definition
Johannes Schindelin
2016-05-11
|
*
|
mingw: introduce the 'core.hideDotFiles' setting
Johannes Schindelin
2016-05-11
*
|
|
Merge branch 'lp/typofixes' into maint
Junio C Hamano
2016-05-26
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
typofix: assorted typofixes in comments, documentation and messages
Li Peng
2016-05-06
|
|
/
*
|
Merge branch 'js/win32-mmap' into HEAD
Junio C Hamano
2016-05-18
|
\
\
|
*
|
mmap(win32): avoid expensive fstat() call
Johannes Schindelin
2016-04-22
|
*
|
mmap(win32): avoid copy-on-write when it is unnecessary
Johannes Schindelin
2016-04-22
|
*
|
win32mmap: set errno appropriately
Johannes Schindelin
2016-04-22
|
|
/
*
|
Merge branch 'jk/push-client-deadlock-fix' into HEAD
Junio C Hamano
2016-05-18
|
\
\
|
*
|
Windows: only add a no-op pthread_sigmask() when needed
Johannes Schindelin
2016-05-11
|
*
|
Windows: add pthread_sigmask() that does nothing
Johannes Sixt
2016-05-02
|
*
|
Merge branch 'jk/tighten-alloc' into maint
Junio C Hamano
2016-03-10
|
|
\
\
*
|
\
\
Merge branch 'ky/imap-send-openssl-1.1.0' into maint
Junio C Hamano
2016-05-06
|
\
\
\
\
|
*
|
|
|
imap-send: use HMAC() function provided by OpenSSL
Kazuki Yamaguchi
2016-04-08
*
|
|
|
|
Merge branch 'js/mingw-tests-2.8' into maint
Junio C Hamano
2016-04-29
|
\
\
\
\
\
|
*
|
|
|
|
Windows: shorten code by re-using convert_slashes()
Johannes Sixt
2016-04-04
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
MSVC: use shipped headers instead of fallback definitions
Sven Strickroth
2016-03-30
*
|
|
|
|
MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more
Sven Strickroth
2016-03-30
|
/
/
/
/
*
|
|
|
config --show-origin: report paths with forward slashes
Johannes Schindelin
2016-03-23
*
|
|
|
Merge branch 'js/pthread-exit-emu-windows'
Junio C Hamano
2016-03-04
|
\
\
\
\
|
*
|
|
|
Mark win32's pthread_exit() as NORETURN
Johannes Schindelin
2016-03-02
*
|
|
|
|
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-03-04
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
compat/mingw: brown paper bag fix for 50a6c8e
Jeff King
2016-02-29
*
|
|
|
|
Merge branch 'ps/config-error'
Junio C Hamano
2016-02-26
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
2016-02-22
|
*
|
|
|
compat: die when unable to set core.precomposeunicode
Patrick Steinhardt
2016-02-22
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
use st_add and st_mult for allocation size computation
Jeff King
2016-02-22
|
*
|
|
convert trivial cases to ALLOC_ARRAY
Jeff King
2016-02-22
|
|
/
/
|
*
|
Merge branch 'js/dirname-basename' into maint
Junio C Hamano
2016-02-05
|
|
\
\
|
*
\
\
Merge branch 'jk/clang-pedantic' into maint
Junio C Hamano
2016-02-05
|
|
\
\
\
*
|
\
\
\
Merge branch 'js/mingw-tests'
Junio C Hamano
2016-02-17
|
\
\
\
\
\
|
*
|
|
|
|
mingw: let lstat() fail with errno == ENOTDIR when appropriate
Johannes Schindelin
2016-01-26
|
*
|
|
|
|
mingw: try to delete target directory before renaming
마누엘
2016-01-26
|
*
|
|
|
|
mingw: prepare the TMPDIR environment variable for shell scripts
Johannes Schindelin
2016-01-26
|
*
|
|
|
|
mingw: factor out Windows specific environment setup
Karsten Blees
2016-01-26
*
|
|
|
|
|
Merge branch 'js/dirname-basename'
Junio C Hamano
2016-02-03
|
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
mingw: avoid linking to the C library's isalpha()
Johannes Sixt
2016-01-25
|
*
|
|
|
|
compat/basename.c: provide a dirname() compatibility function
Johannes Schindelin
2016-01-12
|
*
|
|
|
|
compat/basename: make basename() conform to POSIX
Johannes Schindelin
2016-01-12
|
*
|
|
|
|
Refactor skipping DOS drive prefixes
Johannes Schindelin
2016-01-12
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'jc/strbuf-getline'
Junio C Hamano
2016-01-28
|
\
\
\
\
\
|
*
|
|
|
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'js/msys2'
Junio C Hamano
2016-01-28
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
mingw: uglify (a, 0) definitions to shut up warnings
Johannes Schindelin
2016-01-15
|
*
|
|
|
mingw: squash another warning about a cast
Johannes Schindelin
2016-01-15
|
*
|
|
|
mingw: avoid warnings when casting HANDLEs to int
Johannes Schindelin
2016-01-15
[next]