1. 30 10月, 2014 15 次提交
    • J
      Sync with Git 2.1.3 · 36666ce4
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      36666ce4
    • J
      Git 2.1.3 · 49c3e926
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      49c3e926
    • J
      Merge branch 'jk/pack-objects-no-bitmap-when-splitting' into maint · ebc2e5a5
      Junio C Hamano 提交于
      * jk/pack-objects-no-bitmap-when-splitting:
        pack-objects: turn off bitmaps when we split packs
      ebc2e5a5
    • J
      Merge branch 'da/mergetool-meld' into maint · 9db18387
      Junio C Hamano 提交于
      * da/mergetool-meld:
        mergetools/meld: make usage of `--output` configurable and more robust
      9db18387
    • J
      Merge branch 'rm/gitweb-start-form' into maint · af1b4e35
      Junio C Hamano 提交于
      * rm/gitweb-start-form:
        gitweb: use start_form, not startform that was removed in CGI.pm 4.04
      af1b4e35
    • J
      Merge branch 'bc/asciidoc-pretty-formats-fix' into maint · 27c31d20
      Junio C Hamano 提交于
      * bc/asciidoc-pretty-formats-fix:
        Documentation: fix misrender of pretty-formats in Asciidoctor
      27c31d20
    • J
      Merge branch 'rs/daemon-fixes' into maint · a8f01f87
      Junio C Hamano 提交于
      * rs/daemon-fixes:
        daemon: remove write-only variable maxfd
        daemon: fix error message after bind()
        daemon: handle gethostbyname() error
      a8f01f87
    • J
      Update draft release notes to 2.2 · 5b509df0
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      5b509df0
    • J
      Merge branch 'da/difftool' · 9ce57f12
      Junio C Hamano 提交于
      Allow diff tool backend to stop early by exiting with a non-zero
      status.
      
      * da/difftool:
        difftool: add support for --trust-exit-code
        difftool--helper: exit when reading a prompt answer fails
      9ce57f12
    • J
      Merge branch 'rb/pack-window-memory-config-doc' · e82935d9
      Junio C Hamano 提交于
      * rb/pack-window-memory-config-doc:
        config.txt: pack.windowmemory limit applies per-thread
      e82935d9
    • J
      Merge branch 'mg/lib-gpg-ro-safety' · 7654ca69
      Junio C Hamano 提交于
      In a tarball extract whose files are all read-only, running GPG
      tests would have failed due to unwritable files.
      
      * mg/lib-gpg-ro-safety:
        t/lib-gpg: make gpghome files writable
      7654ca69
    • J
      Merge branch 'dm/port2zos' · ce71c1f3
      Junio C Hamano 提交于
      z/OS port
      
      * dm/port2zos:
        compat/bswap.h: detect endianness from XL C compiler macros
        Makefile: reorder linker flags in the git executable rule
        git-compat-util.h: support variadic macros with the XL C compiler
      ce71c1f3
    • J
      Merge branch 'oc/mergetools-beyondcompare' · c1777a29
      Junio C Hamano 提交于
      * oc/mergetools-beyondcompare:
        mergetool: rename bc3 to bc
      c1777a29
    • J
      Merge branch 'jk/prune-mtime' · d70e331c
      Junio C Hamano 提交于
      Tighten the logic to decide that an unreachable cruft is
      sufficiently old by covering corner cases such as an ancient object
      becoming reachable and then going unreachable again, in which case
      its retention period should be prolonged.
      
      * jk/prune-mtime: (28 commits)
        drop add_object_array_with_mode
        revision: remove definition of unused 'add_object' function
        pack-objects: double-check options before discarding objects
        repack: pack objects mentioned by the index
        pack-objects: use argv_array
        reachable: use revision machinery's --indexed-objects code
        rev-list: add --indexed-objects option
        rev-list: document --reflog option
        t5516: test pushing a tag of an otherwise unreferenced blob
        traverse_commit_list: support pending blobs/trees with paths
        make add_object_array_with_context interface more sane
        write_sha1_file: freshen existing objects
        pack-objects: match prune logic for discarding objects
        pack-objects: refactor unpack-unreachable expiration check
        prune: keep objects reachable from recent objects
        sha1_file: add for_each iterators for loose and packed objects
        count-objects: use for_each_loose_file_in_objdir
        count-objects: do not use xsize_t when counting object size
        prune-packed: use for_each_loose_file_in_objdir
        reachable: mark index blobs as SEEN
        ...
      d70e331c
    • J
      Merge branch 'bc/asciidoctor' · 853878d5
      Junio C Hamano 提交于
      Add machinery to alternatively use AsciiDoctor to format our
      documentation.
      
      * bc/asciidoctor:
        Documentation: remove Asciidoctor linkgit macro
        Documentation: refactor common operations into variables
        Documentation: implement linkgit macro for Asciidoctor
        Documentation: move some AsciiDoc parameters into variables
      853878d5
  2. 29 10月, 2014 2 次提交
  3. 28 10月, 2014 7 次提交
  4. 25 10月, 2014 11 次提交
  5. 22 10月, 2014 5 次提交
    • J
      Update draft release notes to 2.2 · 19b5d50c
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      19b5d50c
    • J
      Merge branch 'js/completion-hide-not-a-repo' · 693f62ff
      Junio C Hamano 提交于
      Some internal error messages leaked out of the bash completion when
      typing "git cmd <TAB>" and the machinery tried to complete
      refnames.
      
      * js/completion-hide-not-a-repo:
        completion: silence "fatal: Not a git repository" error
      693f62ff
    • J
      Merge branch 'da/mergetool-meld' · 48f662dd
      Junio C Hamano 提交于
      Newer versions of 'meld' breaks the auto-detection we use to see if
      they are new enough to support the `--output` option.
      
      * da/mergetool-meld:
        mergetools/meld: make usage of `--output` configurable and more robust
      48f662dd
    • J
      Merge branch 'da/mergetool-temporary-directory' · a46af594
      Junio C Hamano 提交于
      Allow a temporary directory specified to be used while running "git
      mergetool" backend.
      
      * da/mergetool-temporary-directory:
        t7610-mergetool: add test cases for mergetool.writeToTemp
        mergetool: add an option for writing to a temporary directory
      a46af594
    • J
      Merge branch 'da/mergetool-tool-help' · e96e98b3
      Junio C Hamano 提交于
      Allow "git mergetool --help" to run outside a Git repository.
      
      * da/mergetool-tool-help:
        difftool: don't assume that default sh is sane
        mergetool: don't require a work tree for --tool-help
        git-sh-setup: move GIT_DIR initialization into a function
        mergetool: use more conservative temporary filenames
        test-lib-functions: adjust style to match CodingGuidelines
        t7610-mergetool: prefer test_config over git config
      e96e98b3