1. 01 6月, 2016 9 次提交
    • J
      Merge branch 'maint' · 257f6f40
      Junio C Hamano 提交于
      * maint:
        More topics for 2.8.4
      257f6f40
    • J
      More topics for 2.8.4 · 4b0891ff
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      4b0891ff
    • J
      Merge branch 'sb/submodule-deinit-all' into maint · 3296e1a9
      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
      3296e1a9
    • J
      Merge branch 'bn/http-cookiefile-config' into maint · e646a82c
      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
      e646a82c
    • J
      Merge branch 'jk/test-send-sh-x-trace-elsewhere' into maint · 68a6e976
      Junio C Hamano 提交于
      Running tests with '-x' option to trace the individual command
      executions is a useful way to debug test scripts, but some tests
      that capture the standard error stream and check what the command
      said can be broken with the trace output mixed in.  When running
      our tests under "bash", however, we can redirect the trace output
      to another file descriptor to keep the standard error of programs
      being tested intact.
      
      * jk/test-send-sh-x-trace-elsewhere:
        test-lib: set BASH_XTRACEFD automatically
      68a6e976
    • J
      Merge branch 'js/name-rev-use-oldest-ref' into maint · 9ee8f940
      Junio C Hamano 提交于
      "git describe --contains" often made a hard-to-justify choice of
      tag to give name to a given commit, because it tried to come up
      with a name with smallest number of hops from a tag, causing an old
      commit whose close descendant that is recently tagged were not
      described with respect to an old tag but with a newer tag.  It did
      not help that its computation of "hop" count was further tweaked to
      penalize being on a side branch of a merge.  The logic has been
      updated to favor using the tag with the oldest tagger date, which
      is a lot easier to explain to the end users: "We describe a commit
      in terms of the (chronologically) oldest tag that contains the
      commit."
      
      * js/name-rev-use-oldest-ref:
        name-rev: include taggerdate in considering the best name
      9ee8f940
    • J
      Merge branch 'es/t1500-modernize' · 39fbe922
      Junio C Hamano 提交于
      test updates to make it more readable and maintainable.
      
      * es/t1500-modernize:
        t1500: avoid setting environment variables outside of tests
        t1500: avoid setting configuration options outside of tests
        t1500: avoid changing working directory outside of tests
        t1500: test_rev_parse: facilitate future test enhancements
        t1500: be considerate to future potential tests
      39fbe922
    • J
      Merge branch 'jk/cat-file-buffered-batch-all' · 62899139
      Junio C Hamano 提交于
      "git cat-file --batch-all" has been sped up, by taking advantage
      of the fact that it does not have to read a list of objects, in two
      ways.
      
      * jk/cat-file-buffered-batch-all:
        cat-file: default to --buffer when --batch-all-objects is used
        cat-file: avoid noop calls to sha1_object_info_extended
      62899139
    • J
      Merge branch 'fc/fast-import-broken-marks-file' · bc4b9247
      Junio C Hamano 提交于
      "git fast-import --export-marks" would overwrite the existing marks
      file even when it makes a dump from its custom die routine.
      Prevent it from doing so when we have an import-marks file but
      haven't finished reading it.
      
      * fc/fast-import-broken-marks-file:
        fast-import: do not truncate exported marks file
      bc4b9247
  2. 30 5月, 2016 7 次提交
  3. 28 5月, 2016 2 次提交
  4. 27 5月, 2016 22 次提交