Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Win32 dirent: clarify #include directives | Karsten Blees | 2014-06-09 | 1 | -2/+1 | |
| * | | | | | | | | | | | | Win32 dirent: change FILENAME_MAX to MAX_PATH | Karsten Blees | 2014-06-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Win32 dirent: remove unused dirent.d_reclen member | Karsten Blees | 2014-06-09 | 1 | -4/+1 | |
| * | | | | | | | | | | | | Win32 dirent: remove unused dirent.d_ino member | Karsten Blees | 2014-06-09 | 2 | -1/+2 | |
* | | | | | | | | | | | | | Merge branch 'sk/mingw-uni-console' | Junio C Hamano | 2014-07-09 | 3 | -123/+533 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Win32: reliably detect console pipe handlessk/mingw-uni-console | Karsten Blees | 2014-06-16 | 1 | -18/+7 | |
| * | | | | | | | | | | | | Win32: fix broken pipe detection | Karsten Blees | 2014-06-10 | 2 | -46/+70 | |
| * | | | | | | | | | | | | Win32: Thread-safe windows console output | Karsten Blees | 2014-06-10 | 3 | -149/+273 | |
| * | | | | | | | | | | | | Win32: add Unicode conversion functions | Karsten Blees | 2014-06-10 | 2 | -0/+189 | |
| * | | | | | | | | | | | | Win32: warn if the console font doesn't support Unicode | Karsten Blees | 2014-06-10 | 1 | -0/+66 | |
| * | | | | | | | | | | | | Win32: detect console streams more reliably | Karsten Blees | 2014-06-10 | 1 | -24/+26 | |
| * | | | | | | | | | | | | Win32: support Unicode console output | Karsten Blees | 2014-06-10 | 2 | -6/+22 | |
* | | | | | | | | | | | | | Merge branch 'sk/mingw-main' | Junio C Hamano | 2014-07-09 | 2 | -10/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | mingw: avoid const warningsk/mingw-main | Stepan Kasal | 2014-06-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Win32: move main macro to a function | Karsten Blees | 2014-06-10 | 2 | -10/+19 | |
* | | | | | | | | | | | | | Merge branch 'jk/pretty-G-format-fixes' | Junio C Hamano | 2014-07-09 | 3 | -9/+70 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | move "%G" format test from t7510 to t6006jk/pretty-G-format-fixes | Jeff King | 2014-06-25 | 2 | -6/+6 | |
| * | | | | | | | | | | | | | pretty: avoid reading past end-of-string with "%G" | Jeff King | 2014-06-17 | 2 | -0/+8 | |
| * | | | | | | | | | | | | | t7510: check %G* pretty-format output | Jeff King | 2014-06-17 | 1 | -0/+40 | |
| * | | | | | | | | | | | | | t7510: test a commit signed by an unknown key | Jeff King | 2014-06-17 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | t7510: use consistent &&-chains in loop | Michael J Gruber | 2014-06-17 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | t7510: stop referring to master in later tests | Jeff King | 2014-06-17 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | Merge branch 'jk/xstrfmt' | Junio C Hamano | 2014-07-09 | 20 | -163/+122 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | setup_git_env(): introduce git_path_from_env() helperjk/xstrfmt | Jeff King | 2014-06-25 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | unique_path: fix unlikely heap overflow | Jeff King | 2014-06-19 | 1 | -15/+26 | |
| * | | | | | | | | | | | | | | walker_fetch: fix minor memory leak | Jeff King | 2014-06-19 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | merge: use argv_array when spawning merge strategy | Jeff King | 2014-06-19 | 1 | -29/+13 | |
| * | | | | | | | | | | | | | | sequencer: use argv_array_pushf | Jeff King | 2014-06-19 | 1 | -7/+2 | |
| * | | | | | | | | | | | | | | setup_git_env: use git_pathdup instead of xmalloc + sprintf | Jeff King | 2014-06-19 | 1 | -8/+4 | |
| * | | | | | | | | | | | | | | use xstrfmt to replace xmalloc + strcpy/strcat | Jeff King | 2014-06-19 | 5 | -23/+6 | |
| * | | | | | | | | | | | | | | use xstrfmt to replace xmalloc + sprintf | Jeff King | 2014-06-19 | 6 | -41/+18 | |
| * | | | | | | | | | | | | | | use xstrdup instead of xmalloc + strcpy | Jeff King | 2014-06-19 | 3 | -10/+4 | |
| * | | | | | | | | | | | | | | use xstrfmt in favor of manual size calculations | Jeff King | 2014-06-19 | 2 | -16/+7 | |
| * | | | | | | | | | | | | | | strbuf: add xstrfmt helper | Jeff King | 2014-06-19 | 2 | -0/+28 | |
* | | | | | | | | | | | | | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 40 | -401/+407 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | http-push: refactor parsing of remote object names | Jeff King | 2014-06-20 | 1 | -15/+23 | |
| * | | | | | | | | | | | | | | | imap-send: use skip_prefix instead of using magic numbers | Tanay Abhra | 2014-06-20 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | | | use skip_prefix to avoid repeated calculations | Jeff King | 2014-06-20 | 2 | -8/+6 | |
| * | | | | | | | | | | | | | | | git: avoid magic number with skip_prefix | Jeff King | 2014-06-20 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | fetch-pack: refactor parsing in get_ack | Jeff King | 2014-06-20 | 1 | -6/+9 | |
| * | | | | | | | | | | | | | | | fast-import: refactor parsing of spaces | Jeff King | 2014-06-20 | 1 | -13/+7 | |
| * | | | | | | | | | | | | | | | stat_opt: check extra strlen call | Jeff King | 2014-06-20 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | daemon: use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | | | fast-import: use skip_prefix for parsing input | Jeff King | 2014-06-20 | 1 | -72/+51 | |
| * | | | | | | | | | | | | | | | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 | 10 | -54/+44 | |
| * | | | | | | | | | | | | | | | use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 11 | -131/+149 | |
| * | | | | | | | | | | | | | | | transport-helper: avoid reading past end-of-string | Jeff King | 2014-06-20 | 1 | -7/+7 | |
| * | | | | | | | | | | | | | | | fast-import: fix read of uninitialized argv memory | Jeff King | 2014-06-20 | 1 | -5/+8 | |
| * | | | | | | | | | | | | | | | apply: use skip_prefix instead of raw addition | Jeff King | 2014-06-20 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 18 | -58/+73 |