aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe2014-07-08
| |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'dt/refs-check-refname-component-sse'Junio C Hamano2014-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | refs.c: SSE2 optimizations for check_refname_componentDavid Turner2014-06-18
* | | | | | | | | | | | | | Merge branch 'ye/http-extract-charset'Junio C Hamano2014-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | http: fix charset detection of extract_content_type()Yi EungJun2014-06-17
* | | | | | | | | | | | | | | Merge branch 'bc/fix-rebase-merge-skip'Junio C Hamano2014-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | rebase--merge: fix --skip with two conflicts in a rowbrian m. carlson2014-06-16
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \