1. 19 7月, 2017 3 次提交
    • J
      Merge branch 'jn/hooks-pre-rebase-sample-fix' · 11157492
      Junio C Hamano 提交于
      Code clean-up, that makes us in sync with Debian by one patch.
      
      * jn/hooks-pre-rebase-sample-fix:
        pre-rebase hook: capture documentation in a <<here document
      11157492
    • J
      Merge branch 'rs/progress-overall-throughput-at-the-end' · a11ab576
      Junio C Hamano 提交于
      The progress meter did not give a useful output when we haven't had
      0.5 seconds to measure the throughput during the interval.  Instead
      show the overall throughput rate at the end, which is a much more
      useful number.
      
      * rs/progress-overall-throughput-at-the-end:
        progress: show overall rate in last update
      a11ab576
    • J
      Merge branch 'tb/push-to-cygwin-unc-path' · 33400c0e
      Junio C Hamano 提交于
      On Cygwin, similar to Windows, "git push //server/share/repository"
      ought to mean a repository on a network share that can be accessed
      locally, but this did not work correctly due to stripping the double
      slashes at the beginning.
      
      This may need to be heavily tested before it gets unleashed to the
      wild, as the change is at a fairly low-level code and would affect
      not just the code to decide if the push destination is local.  There
      may be unexpected fallouts in the path normalization.
      
      * tb/push-to-cygwin-unc-path:
        cygwin: allow pushing to UNC paths
      33400c0e
  2. 14 7月, 2017 5 次提交
    • J
      Git 2.14-rc0 · f3da2b79
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      f3da2b79
    • J
      Merge branch 'jk/build-with-asan' · 757e9874
      Junio C Hamano 提交于
      The build procedure has been improved to allow building and testing
      Git with address sanitizer more easily.
      
      * jk/build-with-asan:
        Makefile: disable unaligned loads with UBSan
        Makefile: turn off -fomit-frame-pointer with sanitizers
        Makefile: add helper for compiling with -fsanitize
        test-lib: turn on ASan abort_on_error by default
        test-lib: set ASAN_OPTIONS variable before we run git
      757e9874
    • J
      Merge branch 'sb/pull-rebase-submodule' · c9c63ee5
      Junio C Hamano 提交于
      "git pull --rebase --recurse-submodules" learns to rebase the
      branch in the submodules to an updated base.
      
      * sb/pull-rebase-submodule:
        builtin/fetch cleanup: always set default value for submodule recursing
        pull: optionally rebase submodules (remote submodule changes only)
        builtin/fetch: parse recurse-submodules-default at default options parsing
        builtin/fetch: factor submodule recurse parsing out to submodule config
      c9c63ee5
    • J
      Merge branch 'sb/hashmap-customize-comparison' · 91f69225
      Junio C Hamano 提交于
      Update the hashmap API so that data to customize the behaviour of
      the comparison function can be specified at the time a hashmap is
      initialized.
      
      * sb/hashmap-customize-comparison:
        hashmap: migrate documentation from Documentation/technical into header
        patch-ids.c: use hashmap correctly
        hashmap.h: compare function has access to a data field
      91f69225
    • J
      Merge branch 'ab/grep-lose-opt-regflags' · eac97b43
      Junio C Hamano 提交于
      Code cleanup.
      
      * ab/grep-lose-opt-regflags:
        grep: remove redundant REG_NEWLINE when compiling fixed regex
        grep: remove regflags from the public grep_opt API
        grep: remove redundant and verbose re-assignments to 0
        grep: remove redundant "fixed" field re-assignment to 0
        grep: adjust a redundant grep pattern type assignment
        grep: remove redundant double assignment to 0
      eac97b43
  3. 13 7月, 2017 13 次提交
  4. 11 7月, 2017 19 次提交