Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The ninth batch for 2.15 | Junio C Hamano | 2017-09-25 | 1 | -0/+67 |
* | Merge branch 'ks/test-readme-phrasofix' | Junio C Hamano | 2017-09-25 | 1 | -3/+3 |
|\ | |||||
| * | t/README: fix typo and grammatically improve a sentence | Kaartic Sivaraam | 2017-09-19 | 1 | -3/+3 |
* | | Merge branch 'ow/rev-parse-is-shallow-repo' | Junio C Hamano | 2017-09-25 | 3 | -0/+23 |
|\ \ | |||||
| * | | rev-parse: rev-parse: add --is-shallow-repository | Øystein Walle | 2017-09-19 | 3 | -0/+23 |
| |/ | |||||
* | | Merge branch 'rj/test-ulimit-on-windows' | Junio C Hamano | 2017-09-25 | 5 | -40/+42 |
|\ \ | |||||
| * | | t9010-*.sh: skip all tests if the PIPE prereq is missing | Ramsay Jones | 2017-09-19 | 1 | -27/+28 |
| * | | test-lib: use more compact expression in PIPE prerequisite | Ramsay Jones | 2017-09-19 | 1 | -8/+2 |
| * | | test-lib: don't use ulimit in test prerequisites on cygwin | Ramsay Jones | 2017-09-15 | 4 | -5/+12 |
* | | | Merge branch 'jk/info-alternates-fix' | Junio C Hamano | 2017-09-25 | 1 | -20/+11 |
|\ \ \ | |||||
| * | | | read_info_alternates: warn on non-trivial errors | Jeff King | 2017-09-20 | 1 | -0/+1 |
| * | | | Merge branch 'jk/info-alternates-fix-2.11' into jk/info-alternates-fix | Junio C Hamano | 2017-09-20 | 1 | -20/+10 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | read_info_alternates: read contents into strbuf | Jeff King | 2017-09-20 | 1 | -20/+10 |
* | | | | Merge branch 'mh/for-each-string-list-item-empty-fix' | Junio C Hamano | 2017-09-25 | 1 | -2/+4 |
|\ \ \ \ | |||||
| * | | | | for_each_string_list_item: avoid undefined behavior for empty list | Michael Haggerty | 2017-09-20 | 1 | -2/+4 |
| |/ / / | |||||
* | | | | Merge branch 'tb/test-lint-echo-e' | Junio C Hamano | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | test-lint: echo -e (or -E) is not portable | Torsten Bögershausen | 2017-09-21 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge branch 'jk/revision-remove-cmdline-pathspec' | Junio C Hamano | 2017-09-25 | 3 | -32/+18 |
|\ \ \ \ | |||||
| * | | | | pathspec doc: parse_pathspec does not maintain references to args | Jonathan Nieder | 2017-09-21 | 2 | -4/+7 |
| * | | | | revision: replace "struct cmdline_pathspec" with argv_array | Jeff King | 2017-09-21 | 1 | -28/+11 |
* | | | | | Merge branch 'ls/travis-scriptify' | Junio C Hamano | 2017-09-25 | 10 | -81/+154 |
|\ \ \ \ \ | |||||
| * | | | | | travis-ci: fix "skip_branch_tip_with_tag()" string comparison | Lars Schneider | 2017-09-22 | 1 | -1/+1 |
| * | | | | | travis: dedent a few scripts that are indented overly deeply | Junio C Hamano | 2017-09-11 | 2 | -33/+36 |
| * | | | | | travis-ci: skip a branch build if equal tag is present | Lars Schneider | 2017-09-11 | 1 | -0/+23 |
| * | | | | | travis-ci: move Travis CI code into dedicated scripts | Lars Schneider | 2017-09-11 | 10 | -81/+128 |
* | | | | | | Merge branch 'aw/gc-lockfile-fscanf-fix' | Junio C Hamano | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | gc: call fscanf() with %<len>s, not %<len>c, when reading hostname | Junio C Hamano | 2017-09-17 | 1 | -1/+1 |
* | | | | | | | Merge branch 'hv/mv-nested-submodules-test' | Junio C Hamano | 2017-09-25 | 1 | -0/+25 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | add test for bug in git-mv for recursive submodules | Heiko Voigt | 2017-09-17 | 1 | -0/+25 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge branch 'bw/git-clang-format' | Junio C Hamano | 2017-09-25 | 2 | -0/+169 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Makefile: add style build rule | Brandon Williams | 2017-08-15 | 1 | -0/+4 |
| * | | | | | | | clang-format: outline the git project's coding style | Brandon Williams | 2017-08-15 | 1 | -0/+165 |
* | | | | | | | | Merge branch 'nm/imap-send-with-curl' | Junio C Hamano | 2017-09-25 | 1 | -20/+41 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | imap-send: use curl by default when possible | Nicolas Morey-Chaisemartin | 2017-09-15 | 1 | -3/+3 |
| * | | | | | | | | imap_send: setup_curl: retreive credentials if not set in config file | Nicolas Morey-Chaisemartin | 2017-09-15 | 1 | -2/+17 |
| * | | | | | | | | imap-send: add wrapper to get server credentials if needed | Nicolas Morey-Chaisemartin | 2017-09-15 | 1 | -14/+20 |
| * | | | | | | | | imap-send: return with error if curl failed | Nicolas Morey-Chaisemartin | 2017-09-15 | 1 | -1/+1 |
* | | | | | | | | | Merge branch 'ks/commit-do-not-touch-cut-line' | Junio C Hamano | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | commit-template: change a message to be more intuitive | Kaartic Sivaraam | 2017-09-15 | 1 | -1/+1 |
| | |_|/ / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'tg/refs-allowed-flags' | Junio C Hamano | 2017-09-25 | 2 | -0/+10 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | refs: strip out not allowed flags from ref_transaction_update | Thomas Gummerer | 2017-09-14 | 2 | -0/+10 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'rs/archive-excluded-directory' | Junio C Hamano | 2017-09-25 | 4 | -21/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | archive: don't add empty directories to archives | René Scharfe | 2017-09-14 | 4 | -21/+6 |
* | | | | | | | | | | Merge branch 'ks/help-alias-label' | Junio C Hamano | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | help: change a message to be more precise | Kaartic Sivaraam | 2017-09-14 | 1 | -1/+1 |
| | |/ / / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'jn/per-repo-object-store-fixes' | Junio C Hamano | 2017-09-25 | 6 | -20/+45 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | replace-objects: evaluate replacement refs without using the object store | Stefan Beller | 2017-09-14 | 1 | -1/+1 |
| * | | | | | | | | | | push, fetch: error out for submodule entries not pointing to commits | Stefan Beller | 2017-09-14 | 2 | -8/+35 |
| * | | | | | | | | | | pack: make packed_git_mru global a value instead of a pointer | Jonathan Nieder | 2017-09-14 | 3 | -11/+9 |
| | |_|/ / / / / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 2017-09-25 | 22 | -67/+65 |
|\ \ \ \ \ \ \ \ \ \ |