Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis-ci: printf $STATUS as stringls/travis-win-fix-status | Lars Schneider | 2017-04-26 | 1 | -1/+1 |
* | Getting ready for -rc1 | Junio C Hamano | 2017-04-23 | 1 | -3/+51 |
* | Merge branch 'dt/xgethostname-nul-termination' | Junio C Hamano | 2017-04-23 | 7 | -14/+33 |
|\ | |||||
| * | xgethostname: handle long hostnamesdt/xgethostname-nul-termination | David Turner | 2017-04-18 | 6 | -4/+19 |
| * | use HOST_NAME_MAX to size buffers for gethostname(2) | René Scharfe | 2017-04-18 | 6 | -10/+14 |
* | | Merge branch 'jk/ls-files-recurse-submodules-fix' | Junio C Hamano | 2017-04-23 | 2 | -1/+20 |
|\ \ | |||||
| * | | ls-files: fix path used when recursing into submodulesjk/ls-files-recurse-submodules-fix | Jacob Keller | 2017-04-18 | 2 | -1/+15 |
| * | | ls-files: fix recurse-submodules with nested submodules | Jacob Keller | 2017-04-17 | 2 | -0/+5 |
* | | | Merge branch 'rs/misc-cppcheck-fixes' | Junio C Hamano | 2017-04-23 | 3 | -13/+23 |
|\ \ \ | |||||
| * | | | server-info: avoid calling fclose(3) twice in update_info_file()rs/misc-cppcheck-fixes | René Scharfe | 2017-04-17 | 1 | -3/+5 |
| * | | | files_for_each_reflog_ent_reverse(): close stream and free strbuf on error | René Scharfe | 2017-04-17 | 1 | -8/+12 |
| * | | | am: close stream on error, but not stdin | René Scharfe | 2017-04-16 | 1 | -2/+6 |
* | | | | Merge branch 'jk/snprintf-cleanups' | Junio C Hamano | 2017-04-23 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | replace: plug a memory leakjk/snprintf-cleanups | Junio C Hamano | 2017-04-17 | 1 | -0/+1 |
* | | | | | 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 |