index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compat
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-18
mingw: follow-up to "replace isatty() hack"
Johannes Schindelin
1
-7
/
+4
2017-01-17
Merge branch 'mk/mingw-winansi-ttyname-termination-fix' into maint
Junio C Hamano
1
-1
/
+1
2016-12-27
Merge branch 'js/mingw-isatty'
Junio C Hamano
1
-114
/
+84
2016-12-27
Merge branch 'mk/mingw-winansi-ttyname-termination-fix'
Junio C Hamano
1
-1
/
+1
2016-12-22
mingw: replace isatty() hack
Jeff Hostetler
1
-107
/
+69
2016-12-22
mingw: fix colourization on Cygwin pseudo terminals
Alan Davies
1
-2
/
+6
2016-12-22
mingw: adjust is_console() to work with stdin
Johannes Schindelin
1
-1
/
+5
2016-12-20
mingw: consider that UNICODE_STRING::Length counts bytes
Max Kirillov
1
-1
/
+1
2016-12-11
mingw: intercept isatty() to handle /dev/null as Git expects it
Johannes Schindelin
2
-0
/
+36
2016-09-19
Merge branch 'rs/compat-strdup' into maint
Junio C Hamano
2
-16
/
+11
2016-09-08
Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maint
Junio C Hamano
1
-0
/
+4
2016-09-08
Merge branch 'js/no-html-bypass-on-windows' into maint
Junio C Hamano
2
-45
/
+0
2016-09-08
Merge branch 'jk/common-main' into maint
Junio C Hamano
1
-1
/
+1
2016-09-07
compat: move strdup(3) replacement to its own file
René Scharfe
2
-16
/
+11
2016-08-23
mingw: ensure temporary file handles are not inherited by child processes
Ben Wijen
1
-0
/
+4
2016-08-19
Revert "display HTML in default browser using Windows' shell API"
Johannes Schindelin
2
-45
/
+0
2016-08-10
Merge branch 'js/nedmalloc-gcc6-warnings' into maint
Junio C Hamano
1
-9
/
+8
2016-08-08
Merge branch 'ew/daemon-socket-keepalive' into maint
Junio C Hamano
1
-0
/
+3
2016-08-05
nedmalloc: work around overzealous GCC 6 warning
René Scharfe
1
-5
/
+4
2016-08-04
nedmalloc: fix misleading indentation
Johannes Schindelin
1
-4
/
+4
2016-07-22
Windows: add missing definition of ENOTSOCK
Johannes Sixt
1
-0
/
+3
2016-07-11
Merge branch 'js/mingw-parameter-less-c-functions' into maint
Junio C Hamano
3
-6
/
+6
2016-07-06
Merge branch 'rj/compat-regex-size-max-fix' into maint
Junio C Hamano
2
-2
/
+1
2016-07-06
Merge branch 'jk/common-main-2.8' into jk/common-main
Junio C Hamano
1
-1
/
+1
2016-07-06
mingw: declare main()'s argv as const
Johannes Schindelin
1
-1
/
+1
2016-06-20
mingw: let the build succeed with DEVELOPER=1
Johannes Schindelin
3
-6
/
+6
2016-06-06
regex: fix a SIZE_MAX macro redefinition warning
Ramsay Jones
2
-2
/
+1
2016-06-06
Merge branch 'kb/msys2-tty' into maint
Junio C Hamano
1
-4
/
+54
2016-05-29
Merge branch 'kb/msys2-tty'
Junio C Hamano
1
-4
/
+54
2016-05-26
Merge branch 'js/windows-dotgit' into maint
Junio C Hamano
2
-3
/
+74
2016-05-26
Merge branch 'lp/typofixes' into maint
Junio C Hamano
1
-1
/
+1
2016-05-26
mingw: make isatty() recognize MSYS2's pseudo terminals (/dev/pty*)
Karsten Blees
1
-4
/
+54
2016-05-18
Merge branch 'jk/push-client-deadlock-fix'
Junio C Hamano
2
-0
/
+8
2016-05-18
Merge branch 'js/win32-mmap' into HEAD
Junio C Hamano
1
-13
/
+18
2016-05-18
Merge branch 'jk/push-client-deadlock-fix' into HEAD
Junio C Hamano
2
-0
/
+8
2016-05-17
Merge branch 'js/windows-dotgit'
Junio C Hamano
2
-3
/
+74
2016-05-17
Merge branch 'nd/error-errno'
Junio C Hamano
1
-3
/
+3
2016-05-17
Merge branch 'lp/typofixes'
Junio C Hamano
1
-1
/
+1
2016-05-11
Windows: only add a no-op pthread_sigmask() when needed
Johannes Schindelin
1
-0
/
+2
2016-05-11
mingw: remove unnecessary definition
Johannes Schindelin
1
-3
/
+0
2016-05-11
mingw: introduce the 'core.hideDotFiles' setting
Johannes Schindelin
1
-0
/
+74
2016-05-09
compat/win32/syslog.c: use warning_errno()
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2016-05-06
Merge branch 'ky/imap-send-openssl-1.1.0' into maint
Junio C Hamano
1
-5
/
+11
2016-05-06
typofix: assorted typofixes in comments, documentation and messages
Li Peng
1
-1
/
+1
2016-05-02
Windows: add pthread_sigmask() that does nothing
Johannes Sixt
2
-0
/
+6
2016-04-29
Merge branch 'js/mingw-tests-2.8' into maint
Junio C Hamano
1
-7
/
+2
2016-04-29
Merge branch 'js/win32-mmap'
Junio C Hamano
1
-13
/
+18
2016-04-22
Merge branch 'ky/imap-send-openssl-1.1.0'
Junio C Hamano
1
-5
/
+11
2016-04-22
mmap(win32): avoid expensive fstat() call
Johannes Schindelin
1
-9
/
+7
2016-04-22
mmap(win32): avoid copy-on-write when it is unnecessary
Johannes Schindelin
1
-2
/
+3
[prev]
[next]