1. 18 5月, 2016 11 次提交
    • J
      Merge branch 'nd/remote-plural-ours-plus-theirs' · 7a7d0854
      Junio C Hamano 提交于
      Message fix.
      
      * nd/remote-plural-ours-plus-theirs:
        remote.c: specify correct plural form in "commit diverge" message
      7a7d0854
    • J
      Merge branch 'bn/config-doc-tt-varnames' · 34698baa
      Junio C Hamano 提交于
      Doc formatting fixes.
      
      * bn/config-doc-tt-varnames:
        config: consistently format $variables in monospaced font
      34698baa
    • J
      Merge branch 'va/i18n-misc-updates' · e5e7a911
      Junio C Hamano 提交于
      Mark several messages for translation.
      
      * va/i18n-misc-updates:
        i18n: unpack-trees: avoid substituting only a verb in sentences
        i18n: builtin/pull.c: split strings marked for translation
        i18n: builtin/pull.c: mark placeholders for translation
        i18n: git-parse-remote.sh: mark strings for translation
        i18n: branch: move comment for translators
        i18n: branch: unmark string for translation
        i18n: builtin/rm.c: remove a comma ',' from string
        i18n: unpack-trees: mark strings for translation
        i18n: builtin/branch.c: mark option for translation
        i18n: index-pack: use plural string instead of normal one
      e5e7a911
    • J
      Merge branch 'js/t3404-typofix' · b232439b
      Junio C Hamano 提交于
      * js/t3404-typofix:
        t3404: fix typo
      b232439b
    • J
      Merge branch 'sb/z-is-gnutar-ism' · 2049e7e1
      Junio C Hamano 提交于
      * sb/z-is-gnutar-ism:
        t6041: do not compress backup tar file
        t3513: do not compress backup tar file
      2049e7e1
    • J
      Merge branch 'lp/typofixes' · 3241d4f6
      Junio C Hamano 提交于
      * lp/typofixes:
        typofix: assorted typofixes in comments, documentation and messages
      3241d4f6
    • J
      Merge branch 'sb/submodule-deinit-all' · 21b2e604
      Junio C Hamano 提交于
      Correct faulty recommendation to use "git submodule deinit ." when
      de-initialising all submodules, which would result in a strange
      error message in a pathological corner case.
      
      * sb/submodule-deinit-all:
        submodule deinit: require '--all' instead of '.' for all submodules
      21b2e604
    • J
      Merge branch 'jc/config-pathname-type' · fd87e705
      Junio C Hamano 提交于
      Consolidate description of tilde-expansion that is done to
      configuration variables that take pathname to a single place.
      
      * jc/config-pathname-type:
        config: describe 'pathname' value type
      fd87e705
    • J
      Merge branch 'bn/http-cookiefile-config' · 459000ef
      Junio C Hamano 提交于
      "http.cookieFile" configuration variable clearly wants a pathname,
      but we forgot to treat it as such by e.g. applying tilde expansion.
      
      * bn/http-cookiefile-config:
        http: expand http.cookieFile as a path
        Documentation: config: improve word ordering for http.cookieFile
      459000ef
    • J
      Merge branch 'ab/hooks' · 6675f501
      Junio C Hamano 提交于
      A new configuration variable core.hooksPath allows customizing
      where the hook directory is.
      
      * ab/hooks:
        hooks: allow customizing where the hook directory is
        githooks.txt: minor improvements to the grammar & phrasing
        githooks.txt: amend dangerous advice about 'update' hook ACL
        githooks.txt: improve the intro section
      6675f501
    • J
      Merge branch 'sb/submodule-init' · f2c96ceb
      Junio C Hamano 提交于
      Update of "git submodule" to move pieces of logic to C continues.
      
      * sb/submodule-init:
        submodule init: redirect stdout to stderr
        submodule--helper update-clone: abort gracefully on missing .gitmodules
        submodule init: fail gracefully with a missing .gitmodules file
        submodule: port init from shell to C
        submodule: port resolve_relative_url from shell to C
      f2c96ceb
  2. 14 5月, 2016 4 次提交
  3. 13 5月, 2016 1 次提交
  4. 11 5月, 2016 12 次提交
  5. 10 5月, 2016 2 次提交
  6. 08 5月, 2016 1 次提交
  7. 07 5月, 2016 9 次提交
    • J
      Sync with maint · 63a35025
      Junio C Hamano 提交于
      * maint:
        Almost ready for 2.8.3
      63a35025
    • J
      Almost ready for 2.8.3 · d92347f5
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d92347f5
    • J
      Merge branch 'sb/submodule-path-misc-bugs' into maint · cc601901
      Junio C Hamano 提交于
      "git submodule" reports the paths of submodules the command
      recurses into, but this was incorrect when the command was not run
      from the root level of the superproject.
      
      * sb/submodule-path-misc-bugs:
        t7407: make expectation as clear as possible
        submodule update: test recursive path reporting from subdirectory
        submodule update: align reporting path for custom command execution
        submodule status: correct path handling in recursive submodules
        submodule update --init: correct path handling in recursive submodules
        submodule foreach: correct path display in recursive submodules
      cc601901
    • J
      Merge branch 'ky/imap-send-openssl-1.1.0' into maint · a0c9cf51
      Junio C Hamano 提交于
      Upcoming OpenSSL 1.1.0 will break compilation b updating a few APIs
      we use in imap-send, which has been adjusted for the change.
      
      * ky/imap-send-openssl-1.1.0:
        configure: remove checking for HMAC_CTX_cleanup
        imap-send: avoid deprecated TLSv1_method()
        imap-send: check NULL return of SSL_CTX_new()
        imap-send: use HMAC() function provided by OpenSSL
      a0c9cf51
    • J
      Merge branch 'js/replace-edit-use-editor-configuration' into maint · 8854ded7
      Junio C Hamano 提交于
      "git replace -e" did not honour "core.editor" configuration.
      
      * js/replace-edit-use-editor-configuration:
        replace --edit: respect core.editor
      8854ded7
    • J
      Merge branch 'cc/apply' into maint · b450a39b
      Junio C Hamano 提交于
      Minor code clean-up.
      
      * cc/apply:
        builtin/apply: free patch when parse_chunk() fails
        builtin/apply: handle parse_binary() failure
        apply: remove unused call to free() in gitdiff_{old,new}name()
        builtin/apply: get rid of useless 'name' variable
      b450a39b
    • J
      Merge branch 'kn/for-each-tag-branch' into maint · c75fb77d
      Junio C Hamano 提交于
      A minor documentation update.
      
      * kn/for-each-tag-branch:
        for-each-ref: fix description of '--contains' in manpage
      c75fb77d
    • J
      Tenth batch for 2.9 · a3fe5545
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      a3fe5545
    • J
      Merge branch 'jk/diff-compact-heuristic' · 0018da10
      Junio C Hamano 提交于
      Patch output from "git diff" and friends has been tweaked to be
      more readable by using a blank line as a strong hint that the
      contents before and after it belong to a logically separate unit.
      
      * jk/diff-compact-heuristic:
        diff: undocument the compaction heuristic knobs for experimentation
        xdiff: implement empty line chunk heuristic
        xdiff: add recs_match helper function
      0018da10