summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | apply: use skip_prefix instead of raw additionJeff King2014-06-201-2/+3
| * | | | | | | | | | | | | | | refactor skip_prefix to return a booleanJeff King2014-06-2018-58/+73
| * | | | | | | | | | | | | | | avoid using skip_prefix as a booleanJeff King2014-06-181-1/+1
| * | | | | | | | | | | | | | | daemon: mark some strings as constJeff King2014-06-181-7/+7
| * | | | | | | | | | | | | | | parse_diff_color_slot: drop ofs parameterJeff King2014-06-181-10/+10
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | line-log: use commit_list_append() instead of duplicating its codeRené Scharfe2014-07-081-3/+1
* | | | | | | | | | | | | | | diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe2014-07-081-6/+2
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'dt/refs-check-refname-component-sse'Junio C Hamano2014-07-024-18/+250
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | refs.c: SSE2 optimizations for check_refname_componentdt/refs-check-refname-component-sseDavid Turner2014-06-184-18/+250
* | | | | | | | | | | | | | Merge branch 'ye/http-extract-charset'Junio C Hamano2014-07-023-2/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | http: fix charset detection of extract_content_type()ye/http-extract-charsetYi EungJun2014-06-173-2/+11
* | | | | | | | | | | | | | | Merge branch 'bc/fix-rebase-merge-skip'Junio C Hamano2014-07-022-2/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | rebase--merge: fix --skip with two conflicts in a rowbc/fix-rebase-merge-skipbrian m. carlson2014-06-162-2/+18
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |