1. 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
  2. 13 7月, 2017 13 次提交
  3. 11 7月, 2017 22 次提交