aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'sk/mingw-uni-console'Junio C Hamano2014-07-09
|\
| * Win32: reliably detect console pipe handlesKarsten Blees2014-06-16
| * Win32: fix broken pipe detectionKarsten Blees2014-06-10
| * Win32: Thread-safe windows console outputKarsten Blees2014-06-10
| * Win32: add Unicode conversion functionsKarsten Blees2014-06-10
| * Win32: warn if the console font doesn't support UnicodeKarsten Blees2014-06-10
| * Win32: detect console streams more reliablyKarsten Blees2014-06-10
| * Win32: support Unicode console outputKarsten Blees2014-06-10
* | Merge branch 'sk/mingw-main'Junio C Hamano2014-07-09
|\ \ | |/
| * mingw: avoid const warningStepan Kasal2014-06-10
| * Win32: move main macro to a functionKarsten Blees2014-06-10
* | Merge branch 'jk/pretty-G-format-fixes'Junio C Hamano2014-07-09
|\ \
| * | move "%G" format test from t7510 to t6006Jeff King2014-06-25
| * | pretty: avoid reading past end-of-string with "%G"Jeff King2014-06-17
| * | t7510: check %G* pretty-format outputJeff King2014-06-17
| * | t7510: test a commit signed by an unknown keyJeff King2014-06-17
| * | t7510: use consistent &&-chains in loopMichael J Gruber2014-06-17
| * | t7510: stop referring to master in later testsJeff King2014-06-17
* | | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-09
|\ \ \
| * | | setup_git_env(): introduce git_path_from_env() helperJeff King2014-06-25
| * | | unique_path: fix unlikely heap overflowJeff King2014-06-19
| * | | walker_fetch: fix minor memory leakJeff King2014-06-19
| * | | merge: use argv_array when spawning merge strategyJeff King2014-06-19
| * | | sequencer: use argv_array_pushfJeff King2014-06-19
| * | | setup_git_env: use git_pathdup instead of xmalloc + sprintfJeff King2014-06-19
| * | | use xstrfmt to replace xmalloc + strcpy/strcatJeff King2014-06-19
| * | | use xstrfmt to replace xmalloc + sprintfJeff King2014-06-19
| * | | use xstrdup instead of xmalloc + strcpyJeff King2014-06-19
| * | | use xstrfmt in favor of manual size calculationsJeff King2014-06-19
| * | | strbuf: add xstrfmt helperJeff King2014-06-19
* | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-09
|\ \ \ \
| * | | | http-push: refactor parsing of remote object namesJeff King2014-06-20
| * | | | imap-send: use skip_prefix instead of using magic numbersTanay Abhra2014-06-20
| * | | | use skip_prefix to avoid repeated calculationsJeff King2014-06-20
| * | | | git: avoid magic number with skip_prefixJeff King2014-06-20
| * | | | fetch-pack: refactor parsing in get_ackJeff King2014-06-20
| * | | | fast-import: refactor parsing of spacesJeff King2014-06-20
| * | | | stat_opt: check extra strlen callJeff King2014-06-20
| * | | | daemon: use skip_prefix to avoid magic numbersJeff King2014-06-20
| * | | | fast-import: use skip_prefix for parsing inputJeff King2014-06-20
| * | | | use skip_prefix to avoid repeating stringsJeff King2014-06-20
| * | | | use skip_prefix to avoid magic numbersJeff King2014-06-20
| * | | | transport-helper: avoid reading past end-of-stringJeff King2014-06-20
| * | | | fast-import: fix read of uninitialized argv memoryJeff King2014-06-20
| * | | | apply: use skip_prefix instead of raw additionJeff King2014-06-20
| * | | | refactor skip_prefix to return a booleanJeff King2014-06-20
| * | | | avoid using skip_prefix as a booleanJeff King2014-06-18
| * | | | daemon: mark some strings as constJeff King2014-06-18
| * | | | parse_diff_color_slot: drop ofs parameterJeff King2014-06-18
| |/ / /
* | | | line-log: use commit_list_append() instead of duplicating its codeRené Scharfe2014-07-08