1. 18 1月, 2017 36 次提交
    • J
      Merge branch 'jk/readme-gmane-is-no-more' into maint · bc7547fd
      Junio C Hamano 提交于
      * jk/readme-gmane-is-no-more:
        README: replace gmane link with public-inbox
      bc7547fd
    • J
      Merge branch 'sb/unpack-trees-grammofix' into maint · 1addc197
      Junio C Hamano 提交于
      * sb/unpack-trees-grammofix:
        unpack-trees: fix grammar for untracked files in directories
      1addc197
    • J
      Merge branch 'ls/t0021-fixup' into maint · 13236160
      Junio C Hamano 提交于
      * ls/t0021-fixup:
        t0021: minor filter process test cleanup
      13236160
    • J
      Merge branch 'ak/lazy-prereq-mktemp' into maint · d0366b13
      Junio C Hamano 提交于
      Test code clean-up.
      
      * ak/lazy-prereq-mktemp:
        t7610: clean up foo.XXXXXX tmpdir
      d0366b13
    • J
      Merge branch 'nd/qsort-in-merge-recursive' into maint · 1df2046d
      Junio C Hamano 提交于
      Code simplification.
      
      * nd/qsort-in-merge-recursive:
        merge-recursive.c: use string_list_sort instead of qsort
      1df2046d
    • J
      Merge branch 'dt/smart-http-detect-server-going-away' into maint · 48d23c12
      Junio C Hamano 提交于
      When the http server gives an incomplete response to a smart-http
      rpc call, it could lead to client waiting for a full response that
      will never come.  Teach the client side to notice this condition
      and abort the transfer.
      
      An improvement counterproposal has failed.
      cf. <20161114194049.mktpsvgdhex2f4zv@sigill.intra.peff.net>
      
      * dt/smart-http-detect-server-going-away:
        upload-pack: optionally allow fetching any sha1
        remote-curl: don't hang when a server dies before any output
      48d23c12
    • J
      Merge branch 'mk/mingw-winansi-ttyname-termination-fix' into maint · 8554ee15
      Junio C Hamano 提交于
      A potential but unlikely buffer overflow in Windows port has been
      fixed.
      
      * mk/mingw-winansi-ttyname-termination-fix:
        mingw: consider that UNICODE_STRING::Length counts bytes
      8554ee15
    • J
      Merge branch 'gv/p4-multi-path-commit-fix' into maint · 1d5cb459
      Junio C Hamano 提交于
      "git p4" that tracks multile p4 paths imported a single changelist
      that touches files in these multiple paths as one commit, followed
      by many empty commits.  This has been fixed.
      
      * gv/p4-multi-path-commit-fix:
        git-p4: fix multi-path changelist empty commits
      1d5cb459
    • J
      Merge branch 'jk/difftool-in-subdir' into maint · a558332f
      Junio C Hamano 提交于
      Even though an fix was attempted in Git 2.9.3 days, but running
      "git difftool --dir-diff" from a subdirectory never worked. This
      has been fixed.
      
      * jk/difftool-in-subdir:
        difftool: rename variables for consistency
        difftool: chdir as early as possible
        difftool: sanitize $workdir as early as possible
        difftool: fix dir-diff index creation when in a subdirectory
      a558332f
    • J
      Merge branch 'ld/p4-compare-dir-vs-symlink' into maint · aa83f7a2
      Junio C Hamano 提交于
      "git p4" misbehaved when swapping a directory and a symbolic link.
      
      * ld/p4-compare-dir-vs-symlink:
        git-p4: avoid crash adding symlinked directory
      aa83f7a2
    • J
      Merge branch 'jc/push-default-explicit' into maint · af04b117
      Junio C Hamano 提交于
      A lazy "git push" without refspec did not internally use a fully
      specified refspec to perform 'current', 'simple', or 'upstream'
      push, causing unnecessary "ambiguous ref" errors.
      
      * jc/push-default-explicit:
        push: test pushing ambiguously named branches
        push: do not use potentially ambiguous default refspec
      af04b117
    • J
      Merge branch 'jt/mailinfo-fold-in-body-headers' into maint · 943c9a7b
      Junio C Hamano 提交于
      Fix for NDEBUG builds.
      
      * jt/mailinfo-fold-in-body-headers:
        mailinfo.c: move side-effects outside of assert
      943c9a7b
    • J
      Merge branch 'jk/index-pack-wo-repo-from-stdin' into maint · b984bc58
      Junio C Hamano 提交于
      "git index-pack --stdin" needs an access to an existing repository,
      but "git index-pack file.pack" to generate an .idx file that
      corresponds to a packfile does not.
      
      * jk/index-pack-wo-repo-from-stdin:
        index-pack: skip collision check when not in repository
        t: use nongit() function where applicable
        index-pack: complain when --stdin is used outside of a repo
        t5000: extract nongit function to test-lib-functions.sh
      b984bc58
    • J
      Merge branch 'jk/parseopt-usage-msg-opt' into maint · 5bc5edba
      Junio C Hamano 提交于
      The function usage_msg_opt() has been updated to say "fatal:"
      before the custom message programs give, when they want to die
      with a message about wrong command line options followed by the
      standard usage string.
      
      * jk/parseopt-usage-msg-opt:
        parse-options: print "fatal:" before usage_msg_opt()
      5bc5edba
    • J
      Merge branch 'jk/quote-env-path-list-component' into maint · bcaf277b
      Junio C Hamano 提交于
      A recent update to receive-pack to make it easier to drop garbage
      objects made it clear that GIT_ALTERNATE_OBJECT_DIRECTORIES cannot
      have a pathname with a colon in it (no surprise!), and this in turn
      made it impossible to push into a repository at such a path.  This
      has been fixed by introducing a quoting mechanism used when
      appending such a path to the colon-separated list.
      
      * jk/quote-env-path-list-component:
        t5615-alternate-env: double-quotes in file names do not work on Windows
        t5547-push-quarantine: run the path separator test on Windows, too
        tmp-objdir: quote paths we add to alternates
        alternates: accept double-quoted paths
      bcaf277b
    • J
      Merge branch 'nd/shallow-fixup' into maint · fdfec7af
      Junio C Hamano 提交于
      Code cleanup in shallow boundary computation.
      
      * nd/shallow-fixup:
        shallow.c: remove useless code
        shallow.c: bit manipulation tweaks
        shallow.c: avoid theoretical pointer wrap-around
        shallow.c: make paint_alloc slightly more robust
        shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory pools
        shallow.c: rename fields in paint_info to better express their purposes
      fdfec7af
    • J
      Merge branch 'sb/sequencer-abort-safety' into maint · 7902b727
      Junio C Hamano 提交于
      Unlike "git am --abort", "git cherry-pick --abort" moved HEAD back
      to where cherry-pick started while picking multiple changes, when
      the cherry-pick stopped to ask for help from the user, and the user
      did "git reset --hard" to a different commit in order to re-attempt
      the operation.
      
      * sb/sequencer-abort-safety:
        Revert "sequencer: remove useless get_dir() function"
        sequencer: remove useless get_dir() function
        sequencer: make sequencer abort safer
        t3510: test that cherry-pick --abort does not unsafely change HEAD
        am: change safe_to_abort()'s not rewinding error into a warning
        am: fix filename in safe_to_abort() error message
      7902b727
    • J
      Merge branch 'da/mergetool-xxdiff-hotkey' into maint · 6d1f93ac
      Junio C Hamano 提交于
      The way to specify hotkeys to "xxdiff" that is used by "git
      mergetool" has been modernized to match recent versions of xxdiff.
      
      * da/mergetool-xxdiff-hotkey:
        mergetools: fix xxdiff hotkeys
      6d1f93ac
    • J
      Merge branch 'jc/pull-rebase-ff' into maint · e4ec4089
      Junio C Hamano 提交于
      "git pull --rebase", when there is no new commits on our side since
      we forked from the upstream, should be able to fast-forward without
      invoking "git rebase", but it didn't.
      
      * jc/pull-rebase-ff:
        pull: fast-forward "pull --rebase=true"
      e4ec4089
    • J
      Merge branch 'js/normalize-path-copy-ceil' into maint · 07ec05d9
      Junio C Hamano 提交于
      A pathname that begins with "//" or "\\" on Windows is special but
      path normalization logic was unaware of it.
      
      * js/normalize-path-copy-ceil:
        normalize_path_copy(): fix pushing to //server/share/dir on Windows
      07ec05d9
    • J
      Merge branch 'ak/commit-only-allow-empty' into maint · 9d2a2486
      Junio C Hamano 提交于
      "git commit --allow-empty --only" (no pathspec) with dirty index
      ought to be an acceptable way to create a new commit that does not
      change any paths, but it was forbidden, perhaps because nobody
      needed it so far.
      
      * ak/commit-only-allow-empty:
        commit: remove 'Clever' message for --only --amend
        commit: make --only --allow-empty work without paths
      9d2a2486
    • J
      Merge branch 'da/difftool-dir-diff-fix' into maint · 935a4783
      Junio C Hamano 提交于
      "git difftool --dir-diff" had a minor regression when started from
      a subdirectory, which has been fixed.
      
      * da/difftool-dir-diff-fix:
        difftool: fix dir-diff index creation when in a subdirectory
      935a4783
    • J
      Merge branch 'jb/diff-no-index-no-abbrev' into maint · 28c8a447
      Junio C Hamano 提交于
      "git diff --no-index" did not take "--no-abbrev" option.
      
      * jb/diff-no-index-no-abbrev:
        diff: handle --no-abbrev in no-index case
      28c8a447
    • J
      Merge branch 'jk/stash-disable-renames-internally' into maint · 12361d02
      Junio C Hamano 提交于
      When diff.renames configuration is on (and with Git 2.9 and later,
      it is enabled by default, which made it worse), "git stash"
      misbehaved if a file is removed and another file with a very
      similar content is added.
      
      * jk/stash-disable-renames-internally:
        stash: prefer plumbing over git-diff
      12361d02
    • J
      Merge branch 'jk/http-walker-limit-redirect' into maint · 5ce6f51f
      Junio C Hamano 提交于
      Update the error messages from the dumb-http client when it fails
      to obtain loose objects; we used to give sensible error message
      only upon 404 but we now forbid unexpected redirects that needs to
      be reported with something sensible.
      
      * jk/http-walker-limit-redirect:
        http-walker: complain about non-404 loose object errors
        http: treat http-alternates like redirects
        http: make redirects more obvious
        remote-curl: rename shadowed options variable
        http: always update the base URL for redirects
        http: simplify update_url_from_redirect
      5ce6f51f
    • J
      Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maint · 7479ca4b
      Junio C Hamano 提交于
      Fix a corner case in merge-recursive regression that crept in
      during 2.10 development cycle.
      
      * jc/renormalize-merge-kill-safer-crlf:
        convert: git cherry-pick -Xrenormalize did not work
        merge-recursive: handle NULL in add_cacheinfo() correctly
        cherry-pick: demonstrate a segmentation fault
      7479ca4b
    • J
      Merge branch 'ls/p4-empty-file-on-lfs' into maint · cf479b4f
      Junio C Hamano 提交于
      "git p4" LFS support was broken when LFS stores an empty blob.
      
      * ls/p4-empty-file-on-lfs:
        git-p4: fix empty file processing for large file system backend GitLFS
      cf479b4f
    • J
      Merge branch 'da/mergetool-trust-exit-code' into maint · b3dac9c0
      Junio C Hamano 提交于
      mergetool.<tool>.trustExitCode configuration variable did not apply
      to built-in tools, but now it does.
      
      * da/mergetool-trust-exit-code:
        mergetools/vimdiff: trust Vim's exit code
        mergetool: honor mergetool.$tool.trustExitCode for built-in tools
      b3dac9c0
    • J
      Merge branch 'nd/worktree-list-fixup' into maint · 430fd1ca
      Junio C Hamano 提交于
      The output from "git worktree list" was made in readdir() order,
      and was unstable.
      
      * nd/worktree-list-fixup:
        worktree list: keep the list sorted
        worktree.c: get_worktrees() takes a new flag argument
        get_worktrees() must return main worktree as first item even on error
        worktree: reorder an if statement
        worktree.c: zero new 'struct worktree' on allocation
      430fd1ca
    • J
      Merge branch 'bw/push-dry-run' into maint · 3075e40c
      Junio C Hamano 提交于
      "git push --dry-run --recurse-submodule=on-demand" wasn't
      "--dry-run" in the submodules.
      
      * bw/push-dry-run:
        push: fix --dry-run to not push submodules
        push: --dry-run updates submodules when --recurse-submodules=on-demand
      3075e40c
    • J
      Merge branch 'hv/submodule-not-yet-pushed-fix' into maint · 9da9965b
      Junio C Hamano 提交于
      The code in "git push" to compute if any commit being pushed in the
      superproject binds a commit in a submodule that hasn't been pushed
      out was overly inefficient, making it unusable even for a small
      project that does not have any submodule but have a reasonable
      number of refs.
      
      * hv/submodule-not-yet-pushed-fix:
        submodule_needs_pushing(): explain the behaviour when we cannot answer
        batch check whether submodule needs pushing into one call
        serialize collection of refs that contain submodule changes
        serialize collection of changed submodules
      9da9965b
    • J
      Merge branch 'dt/empty-submodule-in-merge' into maint · 0f47d3d7
      Junio C Hamano 提交于
      An empty directory in a working tree that can simply be nuked used
      to interfere while merging or cherry-picking a change to create a
      submodule directory there, which has been fixed..
      
      * dt/empty-submodule-in-merge:
        submodules: allow empty working-tree dirs in merge/cherry-pick
      0f47d3d7
    • J
      Merge branch 'jk/rev-parse-symbolic-parents-fix' into maint · 7b0490f8
      Junio C Hamano 提交于
      "git rev-parse --symbolic" failed with a more recent notation like
      "HEAD^-1" and "HEAD^!".
      
      * jk/rev-parse-symbolic-parents-fix:
        rev-parse: fix parent shorthands with --symbolic
      7b0490f8
    • J
      Merge branch 'js/mingw-isatty' into maint · 0ab8606e
      Junio C Hamano 提交于
      Update the isatty() emulation for Windows by updating the previous
      hack that depended on internals of (older) MSVC runtime.
      
      * js/mingw-isatty:
        mingw: replace isatty() hack
        mingw: fix colourization on Cygwin pseudo terminals
        mingw: adjust is_console() to work with stdin
        mingw: intercept isatty() to handle /dev/null as Git expects it
      0ab8606e
    • J
      Merge branch 'bb/unicode-9.0' into maint · 9d1e8ddc
      Junio C Hamano 提交于
      The character width table has been updated to match Unicode 9.0
      
      * bb/unicode-9.0:
        unicode_width.h: update the width tables to Unicode 9.0
        update_unicode.sh: remove the plane filter
        update_unicode.sh: automatically download newer definition files
        update_unicode.sh: pin the uniset repo to a known good commit
        update_unicode.sh: remove an unnecessary subshell level
        update_unicode.sh: move it into contrib/update-unicode
      9d1e8ddc
    • J
      Merge branch 'ls/travis-update-p4-and-lfs' into maint · d27381ee
      Junio C Hamano 提交于
      The default Travis-CI configuration specifies newer P4 and GitLFS.
      
      * ls/travis-update-p4-and-lfs:
        travis-ci: update P4 to 16.2 and GitLFS to 1.5.2 in Linux build
      d27381ee
  2. 23 12月, 2016 3 次提交
  3. 22 12月, 2016 1 次提交