summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Win32: enable color output in Windows cmd.exesk/mingw-uni-fix-moreKarsten Blees2014-07-211-0/+4
* Win32: patch Windows environment on startupKarsten Blees2014-07-211-13/+12
* Win32: keep the environment sortedKarsten Blees2014-07-211-39/+65
* Win32: use low-level memory allocation during initializationKarsten Blees2014-07-211-15/+28
* Win32: reduce environment array reallocationsKarsten Blees2014-07-211-27/+35
* Win32: don't copy the environment twice when spawning child processesKarsten Blees2014-07-213-64/+30
* Win32: factor out environment block creationKarsten Blees2014-07-211-23/+32
* Win32: unify environment function namesKarsten Blees2014-07-211-7/+7
* Win32: unify environment case-sensitivityKarsten Blees2014-07-211-2/+1
* Win32: fix environment memory leaksKarsten Blees2014-07-213-6/+7
* Win32: Unicode environment (incoming)Karsten Blees2014-07-212-0/+17
* Win32: Unicode environment (outgoing)Karsten Blees2014-07-211-11/+14
* Revert "Windows: teach getenv to do a case-sensitive search"Karsten Blees2014-07-171-20/+3
* tests: do not pass iso8859-1 encoded parameterPat Thoyts2014-07-154-7/+13
* Win32: Unicode file name support (dirent)sk/mingw-uni-fixKarsten Blees2014-07-152-21/+11
* Win32: Unicode file name support (except dirent)Karsten Blees2014-07-152-56/+160
* Merge branch 'maint'Junio C Hamano2014-07-101-0/+13
|\
| * Start preparing for 2.0.2Junio C Hamano2014-07-102-1/+14
| * Merge branch 'pb/trim-trailing-spaces' into maintJunio C Hamano2014-07-102-15/+44
| |\
| * \ Merge branch 'jk/repack-pack-keep-objects' into maintJunio C Hamano2014-07-102-7/+27
| |\ \
| * \ \ Merge branch 'mc/doc-submodule-sync-recurse' into maintJunio C Hamano2014-07-101-1/+1
| |\ \ \
* | | | | Seventh batch for 2.1Junio C Hamano2014-07-101-0/+22
* | | | | Merge branch 'dt/refs-check-refname-component-sse-fix'Junio C Hamano2014-07-102-5/+13
|\ \ \ \ \
| * | | | | refs: fix valgrind suppression filedt/refs-check-refname-component-sse-fixDavid Turner2014-07-081-4/+11
| * | | | | refs.c: handle REFNAME_REFSPEC_PATTERN at end of pageDavid Turner2014-07-071-1/+2
* | | | | | Merge branch 'rs/simplify-archive-tests'Junio C Hamano2014-07-102-16/+8
|\ \ \ \ \ \
| * | | | | | t5000, t5003: simplify commitrs/simplify-archive-testsRené Scharfe2014-07-072-16/+8
* | | | | | | Merge branch 'rs/fix-alt-odb-path-comparison'Junio C Hamano2014-07-101-1/+2
|\ \ \ \ \ \ \
| * | | | | | | sha1_file: avoid overrunning alternate object base stringrs/fix-alt-odb-path-comparisonRené Scharfe2014-07-011-1/+2
* | | | | | | | Merge branch 'rs/status-code-clean-up'Junio C Hamano2014-07-101-8/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | wt-status: simplify building of summary limit argumentrs/status-code-clean-upRené Scharfe2014-06-291-3/+1
| * | | | | | | | wt-status: use argv_array for environmentRené Scharfe2014-06-291-5/+4
* | | | | | | | | Merge branch 'kb/path-max-must-go'Junio C Hamano2014-07-103-39/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | symlinks: remove PATH_MAX limitationKarsten Blees2014-07-073-39/+36
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-1012-7/+162
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | t7510: test verify-commitMichael J Gruber2014-06-231-1/+19
| * | | | | | | | | t7510: exit for loop with test resultMichael J Gruber2014-06-231-2/+2
| * | | | | | | | | verify-commit: scriptable commit signature verificationMichael J Gruber2014-06-236-0/+125
| * | | | | | | | | gpg-interface: provide access to the payloadMichael J Gruber2014-06-233-0/+4
| * | | | | | | | | gpg-interface: provide clear helper for struct signature_checkMichael J Gruber2014-06-234-6/+15
* | | | | | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag'Junio C Hamano2014-07-101-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | builtin/clone.c: detect a clone starting at a tag correctlyjc/fix-clone-single-starting-at-a-tagJunio C Hamano2014-06-231-1/+1
* | | | | | | | | | | Sixth batch for 2.1Junio C Hamano2014-07-091-0/+18
* | | | | | | | | | | Merge branch 'sk/mingw-unicode-spawn-args'Junio C Hamano2014-07-091-23/+71
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Win32: Unicode arguments (incoming)sk/mingw-unicode-spawn-argsKarsten Blees2014-06-161-2/+40
| * | | | | | | | | | | Win32: Unicode arguments (outgoing)Karsten Blees2014-06-161-4/+14
| * | | | | | | | | | | MinGW: disable CRT command line globbingKarsten Blees2014-06-161-0/+6
| * | | | | | | | | | | Win32: fix potential multi-threading issueKarsten Blees2014-06-161-1/+1
| * | | | | | | | | | | Win32: simplify internal mingw_spawn* APIsKarsten Blees2014-06-161-15/+8
| * | | | | | | | | | | Win32: let mingw_execve() return an intJohannes Schindelin2014-06-161-2/+3