Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with 'maint' | Junio C Hamano | 2013-04-12 | 6 | -11/+11 |
|\ | |||||
| * | precompose-utf8: fix spelling of "want" in error message | Stefano Lattarini | 2013-04-12 | 1 | -1/+1 |
| * | compat/nedmalloc: fix spelling in comments | Stefano Lattarini | 2013-04-12 | 1 | -3/+3 |
| * | compat/regex: fix spelling and grammar in comments | Stefano Lattarini | 2013-04-12 | 3 | -6/+6 |
| * | obstack: fix spelling of similar | Stefano Lattarini | 2013-04-12 | 1 | -1/+1 |
* | | Make core.sharedRepository work under cygwin 1.7 | Torsten Bögershausen | 2013-03-25 | 2 | -0/+18 |
* | | Merge branch 'rj/msvc-build' | Junio C Hamano | 2013-03-19 | 3 | -1/+5 |
|\ \ | |/ |/| | |||||
| * | msvc: test-svn-fe: Fix linker "unresolved external" error | Ramsay Jones | 2013-02-25 | 1 | -0/+2 |
| * | msvc: Fix build by adding missing symbol defines | Ramsay Jones | 2013-02-25 | 1 | -0/+3 |
| * | msvc: Fix compilation errors caused by poll.h emulation | Ramsay Jones | 2013-02-25 | 1 | -1/+0 |
* | | Revert "compat: add strtok_r()" | Erik Faye-Lund | 2013-02-26 | 1 | -61/+0 |
|/ | |||||
* | Merge branch 'nd/wildmatch' | Junio C Hamano | 2013-01-10 | 1 | -1/+2 |
|\ | |||||
| * | compat/fnmatch: respect NO_FNMATCH* even on glibc | Nguyễn Thái Ngọc Duy | 2013-01-01 | 1 | -1/+2 |
* | | Merge branch 'ss/nedmalloc-compilation' | Junio C Hamano | 2013-01-03 | 1 | -1/+4 |
|\ \ | |||||
| * | | nedmalloc: Fix a compile warning (exposed as error) with GCC 4.7.2 | Sebastian Schuberth | 2012-12-11 | 1 | -1/+4 |
* | | | Merge branch 'jc/maint-fnmatch-old-style-definition' | Junio C Hamano | 2013-01-03 | 1 | -12/+12 |
|\ \ \ | |||||
| * | | | compat/fnmatch: update old-style definition to ANSI | Junio C Hamano | 2012-12-19 | 1 | -12/+12 |
| * | | | Merge branch 'nd/maint-compat-fnmatch-fix' into maint | Junio C Hamano | 2012-11-27 | 1 | -1/+1 |
| |\ \ \ | |||||
* | \ \ \ | Merge branch 'ef/mingw-rmdir' | Junio C Hamano | 2012-12-11 | 1 | -1/+3 |
|\ \ \ \ \ | |||||
| * | | | | | mingw_rmdir: do not prompt for retry when non-empty | Erik Faye-Lund | 2012-12-10 | 1 | -1/+3 |
* | | | | | | mingw: get rid of getpass implementation | Erik Faye-Lund | 2012-12-04 | 2 | -17/+0 |
* | | | | | | mingw: reuse tty-version of git_terminal_prompt | Erik Faye-Lund | 2012-12-04 | 1 | -9/+60 |
* | | | | | | compat/terminal: separate input and output handles | Erik Faye-Lund | 2012-12-04 | 1 | -11/+18 |
* | | | | | | compat/terminal: factor out echo-disabling | Erik Faye-Lund | 2012-12-04 | 1 | -18/+25 |
* | | | | | | mingw: make fgetc raise SIGINT if apropriate | Erik Faye-Lund | 2012-12-04 | 2 | -10/+72 |
* | | | | | | mingw: correct exit-code for SIGALRM's SIG_DFL | Erik Faye-Lund | 2012-12-04 | 1 | -2/+5 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge branch 'nd/maint-compat-fnmatch-fix' | Junio C Hamano | 2012-11-25 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | compat/fnmatch: fix off-by-one character class's length check | Nguyễn Thái Ngọc Duy | 2012-11-20 | 1 | -1/+1 |
| * | | | | Merge branch 'rr/precompose-utf8-cleanup' into maint | Junio C Hamano | 2012-09-11 | 1 | -25/+19 |
| |\ \ \ \ | |||||
* | | | | | | USE CGYWIN_V15_WIN32API as macro to select api for cygwin | Mark Levedahl | 2012-11-18 | 1 | -1/+1 |
* | | | | | | Update cygwin.c for new mingw-64 win32 api headers | Mark Levedahl | 2012-11-12 | 1 | -0/+7 |
* | | | | | | Merge branch 'js/mingw-fflush-errno' | Jeff King | 2012-10-25 | 2 | -0/+25 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | | | |||||
| * | | | | maybe_flush_or_die: move a too-loose Windows specific error | Johannes Sixt | 2012-10-17 | 2 | -0/+25 |
| | |_|/ | |/| | | |||||
| * | | | Merge branch 'bw/maint-1.7.9-solaris-getpass' into maint-1.7.11 | Junio C Hamano | 2012-08-24 | 1 | -0/+1 |
| |\ \ \ | |||||
* | | | | | make poll() work on platforms that can't recv() on a non-socket | Joachim Schmitz | 2012-09-17 | 1 | -0/+4 |
* | | | | | poll() exits too early with EFAULT if 1st arg is NULL | Joachim Schmitz | 2012-09-17 | 1 | -1/+1 |
* | | | | | fix some win32 specific dependencies in poll.c | Joachim Schmitz | 2012-09-17 | 1 | -2/+6 |
* | | | | | make poll available for other platforms lacking it | Joachim Schmitz | 2012-09-17 | 2 | -0/+0 |
* | | | | | Merge branch 'js/compat-mkdir' | Junio C Hamano | 2012-09-03 | 1 | -0/+24 |
|\ \ \ \ \ | |||||
| * | | | | | compat: some mkdir() do not like a slash at the end | Joachim Schmitz | 2012-08-24 | 1 | -0/+24 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'rr/precompose-utf8-cleanup' | Junio C Hamano | 2012-08-29 | 1 | -25/+19 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | precompose-utf8: do not call checks for non-ascii "utf8" | Junio C Hamano | 2012-08-20 | 1 | -8/+8 |
| * | | | cleanup precompose_utf8 | Robin Rosenberg | 2012-08-17 | 1 | -20/+14 |
* | | | | Merge branch 'bw/maint-1.7.9-solaris-getpass' | Junio C Hamano | 2012-08-08 | 1 | -0/+1 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | terminal: seek when switching between reading and writing | Jeff King | 2012-08-06 | 1 | -0/+1 |
* | | | | Merge branch 'tb/sanitize-decomposed-utf-8-pathname' | Junio C Hamano | 2012-07-13 | 2 | -0/+235 |
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | |||||
| * | | git on Mac OS and precomposed unicode | Torsten Bögershausen | 2012-07-08 | 2 | -0/+235 |
* | | | Documentation: Fix misspellings | Leila Muhtasib | 2012-06-22 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'nd/threaded-index-pack' | Junio C Hamano | 2012-05-14 | 1 | -0/+5 |
|\ \ | |||||
| * | | compat/win32/pthread.h: Add an pthread_key_delete() implementation | Ramsay Jones | 2012-04-11 | 1 | -0/+5 |