summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge branch 'sk/mingw-dirent'Junio C Hamano2014-07-093-67/+59
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Win32 dirent: improve dirent implementationsk/mingw-direntKarsten Blees2014-06-091-59/+54
| * | | | | | | | | | | | Win32 dirent: clarify #include directivesKarsten Blees2014-06-091-2/+1
| * | | | | | | | | | | | Win32 dirent: change FILENAME_MAX to MAX_PATHKarsten Blees2014-06-091-1/+1
| * | | | | | | | | | | | Win32 dirent: remove unused dirent.d_reclen memberKarsten Blees2014-06-091-4/+1
| * | | | | | | | | | | | Win32 dirent: remove unused dirent.d_ino memberKarsten Blees2014-06-092-1/+2
* | | | | | | | | | | | | Merge branch 'sk/mingw-uni-console'Junio C Hamano2014-07-093-123/+533
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Win32: reliably detect console pipe handlessk/mingw-uni-consoleKarsten Blees2014-06-161-18/+7
| * | | | | | | | | | | | Win32: fix broken pipe detectionKarsten Blees2014-06-102-46/+70
| * | | | | | | | | | | | Win32: Thread-safe windows console outputKarsten Blees2014-06-103-149/+273
| * | | | | | | | | | | | Win32: add Unicode conversion functionsKarsten Blees2014-06-102-0/+189
| * | | | | | | | | | | | Win32: warn if the console font doesn't support UnicodeKarsten Blees2014-06-101-0/+66
| * | | | | | | | | | | | Win32: detect console streams more reliablyKarsten Blees2014-06-101-24/+26
| * | | | | | | | | | | | Win32: support Unicode console outputKarsten Blees2014-06-102-6/+22
* | | | | | | | | | | | | Merge branch 'sk/mingw-main'Junio C Hamano2014-07-092-10/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | mingw: avoid const warningsk/mingw-mainStepan Kasal2014-06-101-1/+1
| * | | | | | | | | | | | Win32: move main macro to a functionKarsten Blees2014-06-102-10/+19
* | | | | | | | | | | | | Merge branch 'jk/pretty-G-format-fixes'Junio C Hamano2014-07-093-9/+70
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | move "%G" format test from t7510 to t6006jk/pretty-G-format-fixesJeff King2014-06-252-6/+6
| * | | | | | | | | | | | | pretty: avoid reading past end-of-string with "%G"Jeff King2014-06-172-0/+8
| * | | | | | | | | | | | | t7510: check %G* pretty-format outputJeff King2014-06-171-0/+40
| * | | | | | | | | | | | | t7510: test a commit signed by an unknown keyJeff King2014-06-171-0/+13
| * | | | | | | | | | | | | t7510: use consistent &&-chains in loopMichael J Gruber2014-06-171-6/+6
| * | | | | | | | | | | | | t7510: stop referring to master in later testsJeff King2014-06-171-3/+3
* | | | | | | | | | | | | | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-0920-163/+122
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | setup_git_env(): introduce git_path_from_env() helperjk/xstrfmtJeff King2014-06-251-9/+9
| * | | | | | | | | | | | | | unique_path: fix unlikely heap overflowJeff King2014-06-191-15/+26
| * | | | | | | | | | | | | | walker_fetch: fix minor memory leakJeff King2014-06-191-9/+9
| * | | | | | | | | | | | | | merge: use argv_array when spawning merge strategyJeff King2014-06-191-29/+13
| * | | | | | | | | | | | | | sequencer: use argv_array_pushfJeff King2014-06-191-7/+2
| * | | | | | | | | | | | | | setup_git_env: use git_pathdup instead of xmalloc + sprintfJeff King2014-06-191-8/+4
| * | | | | | | | | | | | | | use xstrfmt to replace xmalloc + strcpy/strcatJeff King2014-06-195-23/+6
| * | | | | | | | | | | | | | use xstrfmt to replace xmalloc + sprintfJeff King2014-06-196-41/+18
| * | | | | | | | | | | | | | use xstrdup instead of xmalloc + strcpyJeff King2014-06-193-10/+4
| * | | | | | | | | | | | | | use xstrfmt in favor of manual size calculationsJeff King2014-06-192-16/+7
| * | | | | | | | | | | | | | strbuf: add xstrfmt helperJeff King2014-06-192-0/+28
* | | | | | | | | | | | | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-0940-401/+407
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | http-push: refactor parsing of remote object namesJeff King2014-06-201-15/+23
| * | | | | | | | | | | | | | | imap-send: use skip_prefix instead of using magic numbersTanay Abhra2014-06-201-5/+1
| * | | | | | | | | | | | | | | use skip_prefix to avoid repeated calculationsJeff King2014-06-202-8/+6
| * | | | | | | | | | | | | | | git: avoid magic number with skip_prefixJeff King2014-06-201-2/+2
| * | | | | | | | | | | | | | | fetch-pack: refactor parsing in get_ackJeff King2014-06-201-6/+9
| * | | | | | | | | | | | | | | fast-import: refactor parsing of spacesJeff King2014-06-201-13/+7
| * | | | | | | | | | | | | | | stat_opt: check extra strlen callJeff King2014-06-201-1/+2
| * | | | | | | | | | | | | | | daemon: use skip_prefix to avoid magic numbersJeff King2014-06-201-5/+6
| * | | | | | | | | | | | | | | fast-import: use skip_prefix for parsing inputJeff King2014-06-201-72/+51
| * | | | | | | | | | | | | | | use skip_prefix to avoid repeating stringsJeff King2014-06-2010-54/+44
| * | | | | | | | | | | | | | | use skip_prefix to avoid magic numbersJeff King2014-06-2011-131/+149
| * | | | | | | | | | | | | | | transport-helper: avoid reading past end-of-stringJeff King2014-06-201-7/+7
| * | | | | | | | | | | | | | | fast-import: fix read of uninitialized argv memoryJeff King2014-06-201-5/+8