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
2012-11-27
Merge branch 'nd/maint-compat-fnmatch-fix' into maint
Junio C Hamano
1
-1
/
+1
2012-11-25
Merge branch 'nd/maint-compat-fnmatch-fix'
Junio C Hamano
1
-1
/
+1
2012-11-20
compat/fnmatch: fix off-by-one character class's length check
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2012-11-18
USE CGYWIN_V15_WIN32API as macro to select api for cygwin
Mark Levedahl
1
-1
/
+1
2012-11-12
Update cygwin.c for new mingw-64 win32 api headers
Mark Levedahl
1
-0
/
+7
2012-10-25
Merge branch 'js/mingw-fflush-errno'
Jeff King
2
-0
/
+25
2012-10-17
maybe_flush_or_die: move a too-loose Windows specific error
Johannes Sixt
2
-0
/
+25
2012-09-17
make poll() work on platforms that can't recv() on a non-socket
Joachim Schmitz
1
-0
/
+4
2012-09-17
poll() exits too early with EFAULT if 1st arg is NULL
Joachim Schmitz
1
-1
/
+1
2012-09-17
fix some win32 specific dependencies in poll.c
Joachim Schmitz
1
-2
/
+6
2012-09-17
make poll available for other platforms lacking it
Joachim Schmitz
2
-0
/
+0
2012-09-11
Merge branch 'rr/precompose-utf8-cleanup' into maint
Junio C Hamano
1
-25
/
+19
2012-09-03
Merge branch 'js/compat-mkdir'
Junio C Hamano
1
-0
/
+24
2012-08-29
Merge branch 'rr/precompose-utf8-cleanup'
Junio C Hamano
1
-25
/
+19
2012-08-24
Merge branch 'bw/maint-1.7.9-solaris-getpass' into maint-1.7.11
Junio C Hamano
1
-0
/
+1
2012-08-24
compat: some mkdir() do not like a slash at the end
Joachim Schmitz
1
-0
/
+24
2012-08-20
precompose-utf8: do not call checks for non-ascii "utf8"
Junio C Hamano
1
-8
/
+8
2012-08-17
cleanup precompose_utf8
Robin Rosenberg
1
-20
/
+14
2012-08-08
Merge branch 'bw/maint-1.7.9-solaris-getpass'
Junio C Hamano
1
-0
/
+1
2012-08-06
terminal: seek when switching between reading and writing
Jeff King
1
-0
/
+1
2012-07-13
Merge branch 'tb/sanitize-decomposed-utf-8-pathname'
Junio C Hamano
2
-0
/
+235
2012-07-08
git on Mac OS and precomposed unicode
Torsten Bögershausen
2
-0
/
+235
2012-06-22
Documentation: Fix misspellings
Leila Muhtasib
1
-1
/
+1
2012-05-14
Merge branch 'nd/threaded-index-pack'
Junio C Hamano
1
-0
/
+5
2012-04-30
remove superfluous newlines in error messages
Pete Wyckoff
1
-1
/
+1
2012-04-23
Merge branch 'rj/mingw-isguid'
Junio C Hamano
1
-3
/
+4
2012-04-20
Merge branch 'jk/run-command-eacces'
Junio C Hamano
2
-4
/
+6
2012-04-18
compat/mingw.h: Set S_ISUID to prevent a fast-import test failure
Ramsay Jones
1
-3
/
+4
2012-04-11
compat/win32/pthread.h: Add an pthread_key_delete() implementation
Ramsay Jones
1
-0
/
+5
2012-04-05
compat/mingw.[ch]: Change return type of exec functions to int
Ramsay Jones
2
-4
/
+6
2012-02-12
Merge branch 'bw/inet-pton-ntop-compat'
Junio C Hamano
2
-12
/
+0
2012-02-05
Drop system includes from inet_pton/inet_ntop compatibility wrappers
Ben Walton
2
-12
/
+0
2011-12-22
Merge branch 'ef/setenv-putenv'
Junio C Hamano
1
-2
/
+8
2011-12-22
Merge branch 'jk/git-prompt'
Junio C Hamano
2
-0
/
+87
2011-12-19
Merge branch 'jk/maint-snprintf-va-copy'
Junio C Hamano
1
-2
/
+7
2011-12-14
compat/setenv.c: error if name contains '='
Erik Faye-Lund
1
-1
/
+1
2011-12-14
compat/setenv.c: update errno when erroring out
Erik Faye-Lund
1
-2
/
+8
2011-12-12
add generic terminal prompt function
Jeff King
2
-0
/
+87
2011-12-12
compat/snprintf: don't look at va_list twice
Jeff King
1
-2
/
+7
2011-12-09
Merge branch 'maint'
Junio C Hamano
2
-2
/
+2
2011-12-09
Merge branch 'maint-1.7.7' into maint
Junio C Hamano
2
-2
/
+2
2011-12-09
mingw: give waitpid the correct signature
Erik Faye-Lund
2
-2
/
+2
2011-12-05
Merge branch 'vr/msvc'
Junio C Hamano
13
-12
/
+1
2011-12-05
Merge branch 'na/strtoimax'
Junio C Hamano
1
-0
/
+10
2011-11-15
Revert "upload-archive: use start_command instead of fork"
Junio C Hamano
1
-0
/
+2
2011-11-02
Add strtoimax() compatibility function.
Nick Alcock
1
-0
/
+10
2011-10-31
MSVC: Remove unneeded header stubs
Vincent van Ravesteijn
12
-12
/
+0
2011-10-31
Compile fix for MSVC: Include <io.h>
Vincent van Ravesteijn
1
-0
/
+1
2011-10-30
upload-archive: use start_command instead of fork
Erik Faye-Lund
1
-2
/
+0
2011-10-30
compat/win32/poll.c: upgrade from upstream
Erik Faye-Lund
1
-6
/
+13
[prev]
[next]