Age | Commit message (Expand) | Author | Files | Lines |
2013-06-30 | Merge branch 'fc/macos-x-clipped-write' into maint | Junio C Hamano | 1 | -0/+13 |
2013-06-10 | mingw: make mingw_signal return the correct handler | Erik Faye-Lund | 1 | -1/+3 |
2013-05-17 | compate/clipped-write.c: large write(2) fails on Mac OS X/XNU | Filipe Cabecinhas | 1 | -0/+13 |
2013-04-18 | utf8.c: add reencode_string_len() that can handle NULs in string | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-04-12 | Sync with 'maint' | Junio C Hamano | 6 | -11/+11 |
2013-04-12 | precompose-utf8: fix spelling of "want" in error message | Stefano Lattarini | 1 | -1/+1 |
2013-04-12 | compat/nedmalloc: fix spelling in comments | Stefano Lattarini | 1 | -3/+3 |
2013-04-12 | compat/regex: fix spelling and grammar in comments | Stefano Lattarini | 3 | -6/+6 |
2013-04-12 | obstack: fix spelling of similar | Stefano Lattarini | 1 | -1/+1 |
2013-03-25 | Make core.sharedRepository work under cygwin 1.7 | Torsten Bögershausen | 2 | -0/+18 |
2013-03-19 | Merge branch 'rj/msvc-build' | Junio C Hamano | 3 | -1/+5 |
2013-02-26 | Revert "compat: add strtok_r()" | Erik Faye-Lund | 1 | -61/+0 |
2013-02-25 | msvc: test-svn-fe: Fix linker "unresolved external" error | Ramsay Jones | 1 | -0/+2 |
2013-02-25 | msvc: Fix build by adding missing symbol defines | Ramsay Jones | 1 | -0/+3 |
2013-02-25 | msvc: Fix compilation errors caused by poll.h emulation | Ramsay Jones | 1 | -1/+0 |
2013-01-10 | Merge branch 'nd/wildmatch' | Junio C Hamano | 1 | -1/+2 |
2013-01-03 | Merge branch 'ss/nedmalloc-compilation' | Junio C Hamano | 1 | -1/+4 |
2013-01-03 | Merge branch 'jc/maint-fnmatch-old-style-definition' | Junio C Hamano | 1 | -12/+12 |
2013-01-01 | compat/fnmatch: respect NO_FNMATCH* even on glibc | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2012-12-19 | compat/fnmatch: update old-style definition to ANSI | Junio C Hamano | 1 | -12/+12 |
2012-12-11 | nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2 | Sebastian Schuberth | 1 | -1/+4 |
2012-12-11 | Merge branch 'ef/mingw-rmdir' | Junio C Hamano | 1 | -1/+3 |
2012-12-10 | mingw_rmdir: do not prompt for retry when non-empty | Erik Faye-Lund | 1 | -1/+3 |
2012-12-04 | mingw: get rid of getpass implementation | Erik Faye-Lund | 2 | -17/+0 |
2012-12-04 | mingw: reuse tty-version of git_terminal_prompt | Erik Faye-Lund | 1 | -9/+60 |
2012-12-04 | compat/terminal: separate input and output handles | Erik Faye-Lund | 1 | -11/+18 |
2012-12-04 | compat/terminal: factor out echo-disabling | Erik Faye-Lund | 1 | -18/+25 |
2012-12-04 | mingw: make fgetc raise SIGINT if apropriate | Erik Faye-Lund | 2 | -10/+72 |
2012-12-04 | mingw: correct exit-code for SIGALRM's SIG_DFL | Erik Faye-Lund | 1 | -2/+5 |
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 |