1. 18 5月, 2016 12 次提交
    • J
      Merge branch 'jk/submodule-c-credential' · e059388f
      Junio C Hamano 提交于
      An earlier addition of "sanitize_submodule_env" with 14111fc4 (git:
      submodule honor -c credential.* from command line, 2016-02-29)
      turned out to be a convoluted no-op; implement what it wanted to do
      correctly, and stop filtering settings given via "git -c var=val".
      
      * jk/submodule-c-credential:
        submodule: stop sanitizing config options
        submodule: use prepare_submodule_repo_env consistently
        submodule--helper: move config-sanitizing to submodule.c
        submodule: export sanitized GIT_CONFIG_PARAMETERS
        t5550: break submodule config test into multiple sub-tests
        t5550: fix typo in $HTTPD_URL
      e059388f
    • 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 8 次提交