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
2019-06-20
mingw: replace mingw_startup() hack
Johannes Schindelin
2
-30
/
+45
2019-06-20
obstack: fix compiler warning
Johannes Schindelin
1
-1
/
+1
2019-06-13
winansi: simplify loading the GetCurrentConsoleFontEx() function
Johannes Schindelin
1
-9
/
+5
2019-06-13
poll (mingw): allow compiling with GCC 8 and DEVELOPER=1
Johannes Schindelin
1
-1
/
+1
2019-05-19
Merge branch 'tt/no-ipv6-fallback-for-winxp'
Junio C Hamano
2
-183
/
+3
2019-05-13
Merge branch 'cc/access-on-aix-workaround'
Junio C Hamano
2
-1
/
+32
2019-05-07
mingw: remove obsolete IPv6-related code
Tanushree Tumane
2
-183
/
+3
2019-04-25
git-compat-util: work around for access(X_OK) under root
Clément Chigot
2
-1
/
+32
2019-04-16
trace2: report peak memory usage of the process
Jeff Hostetler
1
-3
/
+47
2019-04-16
trace2: refactor setting process starting time
Jeff Hostetler
1
-0
/
+2
2019-03-11
Merge branch 'jk/guard-bswap-header'
Junio C Hamano
1
-0
/
+5
2019-03-07
compat/bswap: add include header guards
Jeff King
1
-0
/
+5
2019-02-22
trace2: collect Windows-specific process information
Jeff Hostetler
1
-0
/
+147
2019-02-22
trace2: create new combined trace facility
Jeff Hostetler
2
-3
/
+11
2019-02-15
mingw: safe-guard a bit more against getenv() problems
Johannes Schindelin
1
-1
/
+1
2019-02-13
Merge branch 'js/mingw-host-cpu'
Junio C Hamano
1
-19
/
+0
2019-02-13
Merge branch 'nd/fileno-may-be-macro'
Junio C Hamano
1
-0
/
+7
2019-02-13
mingw: use a more canonical method to fix the CPU reporting
Johannes Schindelin
1
-19
/
+0
2019-02-12
git-compat-util: work around fileno(fp) that is a macro
Duy Nguyen
1
-0
/
+7
2019-02-08
Merge branch 'js/mingw-host-cpu'
Junio C Hamano
1
-0
/
+19
2019-02-07
mingw: fix CPU reporting in `git version --build-options`
Johannes Schindelin
1
-0
/
+19
2019-02-06
Merge branch 'js/vsts-ci'
Junio C Hamano
1
-1
/
+1
2019-02-06
Merge branch 'tb/utf-16-le-with-explicit-bom'
Junio C Hamano
1
-1
/
+1
2019-02-05
Merge branch 'js/mingw-unc-path-w-backslashes'
Junio C Hamano
1
-1
/
+76
2019-02-05
Merge branch 'sg/obstack-cast-function-type-fix'
Junio C Hamano
2
-15
/
+20
2019-01-31
Support working-tree-encoding "UTF-16LE-BOM"
Torsten Bögershausen
1
-1
/
+1
2019-01-29
mingw: be more generous when wrapping up the setitimer() emulation
Johannes Schindelin
1
-1
/
+1
2019-01-18
Merge branch 'rb/hpe'
Junio C Hamano
1
-0
/
+8
2019-01-18
mingw: special-case arguments to `sh`
Johannes Schindelin
1
-1
/
+76
2019-01-17
compat/obstack: fix -Wcast-function-type warnings
SZEDER Gábor
2
-15
/
+20
2019-01-14
Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin'
Junio C Hamano
6
-69
/
+49
2019-01-03
compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop
Randall S. Becker
1
-0
/
+8
2018-12-26
git clone <url> C:\cygwin\home\USER\repo' is working (again)
Torsten Bögershausen
6
-69
/
+49
2018-12-01
Merge branch 'ss/msvc-strcasecmp'
Junio C Hamano
1
-7
/
+1
2018-11-21
Merge branch 'js/mingw-o-append' into maint
Junio C Hamano
1
-3
/
+33
2018-11-20
msvc: directly use MS version (_stricmp) of strcasecmp
Sven Strickroth
1
-7
/
+1
2018-11-18
Merge branch 'js/mingw-msdn-url'
Junio C Hamano
1
-2
/
+2
2018-11-18
Merge branch 'js/mingw-create-hard-link'
Junio C Hamano
1
-13
/
+1
2018-11-16
mingw: replace an obsolete link with the superseding one
Johannes Schindelin
1
-2
/
+2
2018-11-14
win32: replace pthread_cond_*() with much simpler code
Loo Rong Jie
2
-159
/
+7
2018-11-14
mingw: use `CreateHardLink()` directly
Johannes Schindelin
1
-13
/
+1
2018-11-13
Merge branch 'sh/mingw-safer-compat-poll'
Junio C Hamano
1
-4
/
+8
2018-11-13
Merge branch 'js/mingw-utf8-env'
Junio C Hamano
2
-116
/
+196
2018-11-13
Merge branch 'js/mingw-perl5lib'
Junio C Hamano
2
-1
/
+60
2018-11-13
Merge branch 'js/mingw-isatty-and-dup2'
Junio C Hamano
2
-0
/
+15
2018-11-06
Merge branch 'js/mingw-ns-filetime'
Junio C Hamano
2
-36
/
+76
2018-11-05
poll: use GetTickCount64() to avoid wrap-around issues
Steve Hoelzer
1
-4
/
+8
2018-10-31
mingw: fix isatty() after dup2()
Johannes Schindelin
2
-0
/
+15
2018-10-31
mingw: unset PERL5LIB by default
Johannes Schindelin
1
-1
/
+34
2018-10-31
config: move Windows-specific config settings into compat/mingw.c
Johannes Schindelin
1
-0
/
+18
[prev]
[next]