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-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
2018-10-31
config: allow for platform-specific core.* config settings
Johannes Schindelin
2
-0
/
+8
2018-10-31
mingw: reencode environment variables on the fly (UTF-16 <-> UTF-8)
Johannes Schindelin
2
-116
/
+196
2018-10-30
Merge branch 'cb/compat-mmap-is-private-read-only'
Junio C Hamano
1
-1
/
+1
2018-10-30
Merge branch 'js/mingw-load-sys-dll'
Junio C Hamano
1
-1
/
+2
2018-10-30
Merge branch 'js/mingw-getcwd'
Junio C Hamano
1
-2
/
+48
2018-10-26
Merge branch 'js/mingw-default-ident'
Junio C Hamano
2
-7
/
+55
2018-10-25
compat: make sure git_mmap is not expected to write
Carlo Marcelo Arenas Belón
1
-1
/
+1
2018-10-24
mingw: fix getcwd when the parent directory cannot be queried
Anton Serbulov
1
-0
/
+39
2018-10-24
mingw: ensure `getcwd()` reports the correct case
Johannes Schindelin
1
-2
/
+9
2018-10-24
mingw: load system libraries the recommended way
Johannes Schindelin
1
-1
/
+2
2018-10-24
mingw: implement nanosecond-precision file times
Karsten Blees
2
-18
/
+36
2018-10-24
mingw: replace MSVCRT's fstat() with a Win32-based implementation
Karsten Blees
1
-10
/
+21
2018-10-24
mingw: factor out code to set stat() data
Johannes Schindelin
1
-14
/
+25
2018-10-16
mingw: use domain information for default email
Johannes Schindelin
2
-0
/
+7
2018-10-16
getpwuid(mingw): provide a better default for the user name
Johannes Schindelin
1
-1
/
+31
2018-10-16
getpwuid(mingw): initialize the structure only once
Johannes Schindelin
1
-7
/
+18
2018-10-04
compat/poll: prepare for targeting Windows Vista
Johannes Schindelin
2
-3
/
+18
2018-09-24
Merge branch 'js/mingw-o-append'
Junio C Hamano
1
-3
/
+33
[prev]
[next]