Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Win32: use low-level memory allocation during initialization | Karsten Blees | 2014-07-21 | 1 | -15/+28 |
* | Win32: reduce environment array reallocations | Karsten Blees | 2014-07-21 | 1 | -27/+35 |
* | Win32: don't copy the environment twice when spawning child processes | Karsten Blees | 2014-07-21 | 3 | -64/+30 |
* | Win32: factor out environment block creation | Karsten Blees | 2014-07-21 | 1 | -23/+32 |
* | Win32: unify environment function names | Karsten Blees | 2014-07-21 | 1 | -7/+7 |
* | Win32: unify environment case-sensitivity | Karsten Blees | 2014-07-21 | 1 | -2/+1 |
* | Win32: fix environment memory leaks | Karsten Blees | 2014-07-21 | 3 | -6/+7 |
* | Win32: Unicode environment (incoming) | Karsten Blees | 2014-07-21 | 2 | -0/+17 |
* | Win32: Unicode environment (outgoing) | Karsten Blees | 2014-07-21 | 1 | -11/+14 |
* | Revert "Windows: teach getenv to do a case-sensitive search" | Karsten Blees | 2014-07-17 | 1 | -20/+3 |
* | tests: do not pass iso8859-1 encoded parameter | Pat Thoyts | 2014-07-15 | 4 | -7/+13 |
* | Win32: Unicode file name support (dirent)sk/mingw-uni-fix | Karsten Blees | 2014-07-15 | 2 | -21/+11 |
* | Win32: Unicode file name support (except dirent) | Karsten Blees | 2014-07-15 | 2 | -56/+160 |
* | Merge branch 'maint' | Junio C Hamano | 2014-07-10 | 1 | -0/+13 |
|\ | |||||
| * | Start preparing for 2.0.2 | Junio C Hamano | 2014-07-10 | 2 | -1/+14 |
| * | Merge branch 'pb/trim-trailing-spaces' into maint | Junio C Hamano | 2014-07-10 | 2 | -15/+44 |
| |\ | |||||
| * \ | Merge branch 'jk/repack-pack-keep-objects' into maint | Junio C Hamano | 2014-07-10 | 2 | -7/+27 |
| |\ \ | |||||
| * \ \ | Merge branch 'mc/doc-submodule-sync-recurse' into maint | Junio C Hamano | 2014-07-10 | 1 | -1/+1 |
| |\ \ \ | |||||
* | | | | | Seventh batch for 2.1 | Junio C Hamano | 2014-07-10 | 1 | -0/+22 |
* | | | | | Merge branch 'dt/refs-check-refname-component-sse-fix' | Junio C Hamano | 2014-07-10 | 2 | -5/+13 |
|\ \ \ \ \ | |||||
| * | | | | | refs: fix valgrind suppression filedt/refs-check-refname-component-sse-fix | David Turner | 2014-07-08 | 1 | -4/+11 |
| * | | | | | refs.c: handle REFNAME_REFSPEC_PATTERN at end of page | David Turner | 2014-07-07 | 1 | -1/+2 |
* | | | | | | Merge branch 'rs/simplify-archive-tests' | Junio C Hamano | 2014-07-10 | 2 | -16/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | t5000, t5003: simplify commitrs/simplify-archive-tests | René Scharfe | 2014-07-07 | 2 | -16/+8 |
* | | | | | | | Merge branch 'rs/fix-alt-odb-path-comparison' | Junio C Hamano | 2014-07-10 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | sha1_file: avoid overrunning alternate object base stringrs/fix-alt-odb-path-comparison | René Scharfe | 2014-07-01 | 1 | -1/+2 |
* | | | | | | | | Merge branch 'rs/status-code-clean-up' | Junio C Hamano | 2014-07-10 | 1 | -8/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | wt-status: simplify building of summary limit argumentrs/status-code-clean-up | René Scharfe | 2014-06-29 | 1 | -3/+1 |
| * | | | | | | | | wt-status: use argv_array for environment | René Scharfe | 2014-06-29 | 1 | -5/+4 |
* | | | | | | | | | Merge branch 'kb/path-max-must-go' | Junio C Hamano | 2014-07-10 | 3 | -39/+36 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | symlinks: remove PATH_MAX limitation | Karsten Blees | 2014-07-07 | 3 | -39/+36 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'mg/verify-commit' | Junio C Hamano | 2014-07-10 | 12 | -7/+162 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t7510: test verify-commit | Michael J Gruber | 2014-06-23 | 1 | -1/+19 |
| * | | | | | | | | | t7510: exit for loop with test result | Michael J Gruber | 2014-06-23 | 1 | -2/+2 |
| * | | | | | | | | | verify-commit: scriptable commit signature verification | Michael J Gruber | 2014-06-23 | 6 | -0/+125 |
| * | | | | | | | | | gpg-interface: provide access to the payload | Michael J Gruber | 2014-06-23 | 3 | -0/+4 |
| * | | | | | | | | | gpg-interface: provide clear helper for struct signature_check | Michael J Gruber | 2014-06-23 | 4 | -6/+15 |
* | | | | | | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag' | Junio C Hamano | 2014-07-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | builtin/clone.c: detect a clone starting at a tag correctlyjc/fix-clone-single-starting-at-a-tag | Junio C Hamano | 2014-06-23 | 1 | -1/+1 |
* | | | | | | | | | | | Sixth batch for 2.1 | Junio C Hamano | 2014-07-09 | 1 | -0/+18 |
* | | | | | | | | | | | Merge branch 'sk/mingw-unicode-spawn-args' | Junio C Hamano | 2014-07-09 | 1 | -23/+71 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Win32: Unicode arguments (incoming)sk/mingw-unicode-spawn-args | Karsten Blees | 2014-06-16 | 1 | -2/+40 |
| * | | | | | | | | | | | Win32: Unicode arguments (outgoing) | Karsten Blees | 2014-06-16 | 1 | -4/+14 |
| * | | | | | | | | | | | MinGW: disable CRT command line globbing | Karsten Blees | 2014-06-16 | 1 | -0/+6 |
| * | | | | | | | | | | | Win32: fix potential multi-threading issue | Karsten Blees | 2014-06-16 | 1 | -1/+1 |
| * | | | | | | | | | | | Win32: simplify internal mingw_spawn* APIs | Karsten Blees | 2014-06-16 | 1 | -15/+8 |
| * | | | | | | | | | | | Win32: let mingw_execve() return an int | Johannes Schindelin | 2014-06-16 | 1 | -2/+3 |
* | | | | | | | | | | | | Merge branch 'sk/mingw-dirent' | Junio C Hamano | 2014-07-09 | 3 | -67/+59 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Win32 dirent: improve dirent implementationsk/mingw-dirent | Karsten Blees | 2014-06-09 | 1 | -59/+54 |
| * | | | | | | | | | | | | Win32 dirent: clarify #include directives | Karsten Blees | 2014-06-09 | 1 | -2/+1 |