Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'xy/format-patch-base' | Junio C Hamano | 2017-04-23 | 1 | -1/+1 |
|\ | |||||
| * | doc: trivial typo in git-format-patch.txtxy/format-patch-base | Giuseppe Bilotta | 2017-04-17 | 1 | -1/+1 |
* | | Merge branch 'sb/checkout-recurse-submodules' | Junio C Hamano | 2017-04-23 | 1 | -2/+1 |
|\ \ | |||||
| * | | submodule: remove a superfluous second check for the "new" variable | Sebastian Schuberth | 2017-04-17 | 1 | -2/+1 |
* | | | Merge branch 'jt/fetch-pack-error-reporting' | Junio C Hamano | 2017-04-23 | 2 | -1/+8 |
|\ \ \ | |||||
| * | | | fetch-pack: show clearer error message upon ERRjt/fetch-pack-error-reporting | Jonathan Tan | 2017-04-17 | 2 | -1/+8 |
* | | | | Merge branch 'km/t1400-modernization' | Junio C Hamano | 2017-04-23 | 1 | -168/+167 |
|\ \ \ \ | |||||
| * | | | | t1400: use consistent style for test_expect_success callskm/t1400-modernization | Kyle Meyer | 2017-04-16 | 1 | -168/+167 |
* | | | | | Merge branch 'jk/quarantine-received-objects' | Junio C Hamano | 2017-04-23 | 5 | -1/+49 |
|\ \ \ \ \ | |||||
| * | | | | | refs: reject ref updates while GIT_QUARANTINE_PATH is setjk/quarantine-received-objects | Jeff King | 2017-04-16 | 3 | -1/+19 |
| * | | | | | receive-pack: document user-visible quarantine effects | Jeff King | 2017-04-16 | 2 | -0/+31 |
| * | | | | | receive-pack: drop tmp_objdir_env from run_update_hook | Jeff King | 2017-04-16 | 1 | -1/+0 |
* | | | | | | Merge branch 'jk/loose-object-fsck' | Junio C Hamano | 2017-04-23 | 1 | -3/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | sha1_file: remove an used fd variablejk/loose-object-fsck | Sebastian Schuberth | 2017-04-16 | 1 | -3/+0 |
* | | | | | | | Merge branch 'bw/submodule-with-bs-path' | Junio C Hamano | 2017-04-23 | 2 | -7/+21 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | submodule: prevent backslash expantion in submodule names | Brandon Williams | 2017-04-16 | 2 | -7/+21 |
* | | | | | | | | Merge branch 'jh/verify-index-checksum-only-in-fsck' | Junio C Hamano | 2017-04-23 | 4 | -0/+23 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | read-cache: force_verify_index_checksum | Jeff Hostetler | 2017-04-15 | 4 | -0/+23 |
* | | | | | | | | | Merge branch 'jh/unpack-trees-micro-optim' | Junio C Hamano | 2017-04-23 | 1 | -5/+33 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | unpack-trees: avoid duplicate ODB lookups during checkoutjh/unpack-trees-micro-optim | Jeff Hostetler | 2017-04-15 | 1 | -5/+33 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jh/string-list-micro-optim' | Junio C Hamano | 2017-04-23 | 2 | -4/+50 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | string-list: use ALLOC_GROW macro when reallocing string_listjh/string-list-micro-optim | Jeff Hostetler | 2017-04-15 | 2 | -4/+50 |
* | | | | | | | | | | Merge branch 'nd/conditional-config-include' | Junio C Hamano | 2017-04-23 | 8 | -14/+73 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | config: resolve symlinks in conditional include's patternsnd/conditional-config-include | Nguyễn Thái Ngọc Duy | 2017-04-14 | 2 | -3/+57 |
| * | | | | | | | | | | path.c: and an option to call real_path() in expand_user_path() | Nguyễn Thái Ngọc Duy | 2017-04-14 | 7 | -12/+17 |
* | | | | | | | | | | | Merge branch 'dt/http-postbuffer-can-be-large' | Junio C Hamano | 2017-04-23 | 5 | -6/+32 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | http.postbuffer: allow full range of ssize_t valuesdt/http-postbuffer-can-be-large | David Turner | 2017-04-13 | 5 | -6/+32 |
* | | | | | | | | | | | | Merge branch 'tb/doc-eol-normalization' | Junio C Hamano | 2017-04-23 | 2 | -4/+28 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | gitattributes.txt: document how to normalize the line endingstb/doc-eol-normalization | Torsten Bögershausen | 2017-04-13 | 2 | -4/+28 |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch 'sr/http-proxy-configuration-fix' | Junio C Hamano | 2017-04-23 | 1 | -2/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | http: fix the silent ignoring of proxy misconfiguraionsr/http-proxy-configuration-fix | Sergey Ryazanov | 2017-04-13 | 1 | -0/+3 |
| * | | | | | | | | | | | | http: honor empty http.proxy option to bypass proxy | Sergey Ryazanov | 2017-04-13 | 1 | -2/+8 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Git 2.13-rc0v2.13.0-rc0 | Junio C Hamano | 2017-04-19 | 2 | -1/+36 |
* | | | | | | | | | | | | Merge branch 'jh/memihash-opt' | Junio C Hamano | 2017-04-19 | 6 | -1/+40 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | p0004: make perf test executable | Christian Couder | 2017-04-18 | 1 | -0/+0 |
| * | | | | | | | | | | | | t3008: skip lazy-init test on a single-core box | Kevin Willford | 2017-04-12 | 1 | -3/+11 |
| * | | | | | | | | | | | | test-online-cpus: helper to return cpu count | Jeff Hostetler | 2017-04-12 | 3 | -0/+10 |
| * | | | | | | | | | | | | name-hash: fix buffer overrun | Kevin Willford | 2017-03-31 | 2 | -1/+22 |
* | | | | | | | | | | | | | Merge branch 'vn/revision-shorthand-for-side-branch-log' | Junio C Hamano | 2017-04-19 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | doc/revisions: remove brackets from rev^-n shorthandvn/revision-shorthand-for-side-branch-log | Kyle Meyer | 2017-04-16 | 1 | -2/+2 |
* | | | | | | | | | | | | | | Merge branch 'sf/putty-w-args' | Junio C Hamano | 2017-04-19 | 2 | -1/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | connect.c: handle errors from split_cmdline | Jeff King | 2017-04-16 | 2 | -1/+7 |
* | | | | | | | | | | | | | | | Merge branch 'ld/p4-current-branch-fix' | Junio C Hamano | 2017-04-19 | 2 | -9/+45 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | git-p4: don't use name-rev to get current branchld/p4-current-branch-fix | Luke Diamand | 2017-04-16 | 2 | -7/+2 |
| * | | | | | | | | | | | | | | | git-p4: add read_pipe_text() internal function | Luke Diamand | 2017-04-16 | 1 | -3/+28 |
| * | | | | | | | | | | | | | | | git-p4: add failing test for name-rev rather than symbolic-ref | Luke Diamand | 2017-04-16 | 1 | -0/+16 |
| | |_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | | | Merge branch 'dt/gc-ignore-old-gc-logs' | Junio C Hamano | 2017-04-19 | 1 | -1/+17 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | t6500: wait for detached auto gc at the end of the test script | SZEDER Gábor | 2017-04-16 | 1 | -1/+17 |
* | | | | | | | | | | | | | | | | Merge branch 'bw/attr-pathspec' | Junio C Hamano | 2017-04-19 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | pathspec: fix segfault in clear_pathspecbw/attr-pathspec | Brandon Williams | 2017-04-16 | 1 | -1/+1 |