1. 13 2月, 2014 1 次提交
  2. 12 2月, 2014 3 次提交
  3. 08 2月, 2014 4 次提交
  4. 06 2月, 2014 18 次提交
    • J
      l10n: zh_CN.po: Disambiguation for rebase · 98b2761d
      Jiang Xin 提交于
      Disambiguate the Chinese translation for "rebase", and update other
      related entries.
      Signed-off-by: NJiang Xin <worldhello.net@gmail.com>
      98b2761d
    • Ø
      Documentation: fix typos in man pages · 5fe8f49b
      Øystein Walle 提交于
      Signed-off-by: NØystein Walle <oystwa@gmail.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      5fe8f49b
    • J
      Sync with 1.8.5.4 · 89ba81dc
      Junio C Hamano 提交于
      89ba81dc
    • J
      howto/maintain-git.txt: new version numbering scheme · c7b8cf49
      Junio C Hamano 提交于
      We wanted to call the upcoming release "Git 1.9", with its
      maintenance track being "Git 1.9.1", "Git 1.9.2", etc., but various
      third-party tools are reported to assume that there are at least
      three dewey-decimal components in our version number.
      
      Adjust the plan so that vX.Y.0 are feature releases while vX.Y.Z
      (Z > 0) are maintenance releases.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      c7b8cf49
    • J
      Git 1.8.5.4 · 3330a2c4
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      3330a2c4
    • J
      Merge branch 'jc/maint-pull-docfix' into maint · 01a57745
      Junio C Hamano 提交于
      The documentation to "git pull" hinted there is an "-m" option
      because it incorrectly shared the documentation with "git merge".
      
      * jc/maint-pull-docfix:
        Documentation: "git pull" does not have the "-m" option
        Documentation: exclude irrelevant options from "git pull"
      01a57745
    • J
      Merge branch 'ow/stash-with-ifs' into maint · a74a682b
      Junio C Hamano 提交于
      The implementation of 'git stash $cmd "stash@{...}"' did not quote
      the stash argument properly and left it split at IFS whitespace.
      
      * ow/stash-with-ifs:
        stash: handle specifying stashes with $IFS
      a74a682b
    • J
      Merge branch 'js/lift-parent-count-limit' into maint · 3c864743
      Junio C Hamano 提交于
      There is no reason to have a hardcoded upper limit of the number of
      parents for an octopus merge, created via the graft mechanism, but
      there was.
      
      * js/lift-parent-count-limit:
        Remove the line length limit for graft files
      3c864743
    • J
      Merge branch 'nd/add-empty-fix' into maint · ee5788e3
      Junio C Hamano 提交于
      "git add -A" (no other arguments) in a totally empty working tree
      used to emit an error.
      
      * nd/add-empty-fix:
        add: don't complain when adding empty project root
      ee5788e3
    • J
      Merge branch 'bc/log-decoration' into maint · d11ade70
      Junio C Hamano 提交于
      "git log --decorate" did not handle a tag pointed by another tag
      nicely.
      
      * bc/log-decoration:
        log: properly handle decorations with chained tags
      d11ade70
    • J
      Merge branch 'jh/rlimit-nofile-fallback' into maint · 28856247
      Junio C Hamano 提交于
      When we figure out how many file descriptors to allocate for
      keeping packfiles open, a system with non-working getrlimit() could
      cause us to die(), but because we make this call only to get a
      rough estimate of how many is available and we do not even attempt
      to use up all file descriptors available ourselves, it is nicer to
      fall back to a reasonable low value rather than dying.
      
      * jh/rlimit-nofile-fallback:
        get_max_fd_limit(): fall back to OPEN_MAX upon getrlimit/sysconf failure
      28856247
    • J
      Merge branch 'jl/commit-v-strip-marker' into maint · a118beed
      Junio C Hamano 提交于
      "git commit -v" appends the patch to the log message before
      editing, and then removes the patch when the editor returned
      control. However, the patch was not stripped correctly when the
      first modified path was a submodule.
      
      * jl/commit-v-strip-marker:
        commit -v: strip diffs and submodule shortlogs from the commit message
      a118beed
    • J
      Merge branch 'tr/send-email-ssl' into maint · ac0835f9
      Junio C Hamano 提交于
      SSL-related options were not passed correctly to underlying socket
      layer in "git send-email".
      
      * tr/send-email-ssl:
        send-email: set SSL options through IO::Socket::SSL::set_client_defaults
        send-email: --smtp-ssl-cert-path takes an argument
        send-email: pass Debug to Net::SMTP::SSL::new
      ac0835f9
    • J
      Merge branch 'tb/clone-ssh-with-colon-for-port' into maint · 1a111957
      Junio C Hamano 提交于
      Remote repository URL expressed in scp-style host:path notation are
      parsed more carefully (e.g. "foo/bar:baz" is local, "[::1]:/~user" asks
      to connect to user's home directory on host at address ::1.
      
      * tb/clone-ssh-with-colon-for-port:
        git_connect(): use common return point
        connect.c: refactor url parsing
        git_connect(): refactor the port handling for ssh
        git fetch: support host:/~repo
        t5500: add test cases for diag-url
        git fetch-pack: add --diag-url
        git_connect: factor out discovery of the protocol and its parts
        git_connect: remove artificial limit of a remote command
        t5601: add tests for ssh
        t5601: remove clear_ssh, refactor setup_ssh_wrapper
      1a111957
    • J
      Merge branch 'nd/transport-positive-depth-only' into maint · bf03d6e9
      Junio C Hamano 提交于
      "git fetch --depth=0" was a no-op, and was silently ignored.
      Diagnose it as an error.
      
      * nd/transport-positive-depth-only:
        clone,fetch: catch non positive --depth option value
      bf03d6e9
    • J
      Merge branch 'tb/repack-fix-renames' (early part) · 2171c0c3
      Junio C Hamano 提交于
      Finishing touches to the "rewrite repack in C" series.
      
      * 'tb/repack-fix-renames' (early part):
        repack.c: rename and unlink pack file if it exists
      2171c0c3
    • T
      repack.c: rename and unlink pack file if it exists · 9d7fbfd2
      Torsten Bögershausen 提交于
      When a repo was fully repacked, and is repacked again, we may run
      into the situation that "new" packfiles have the same name as
      already existing ones (traditionally packfiles have been named after
      the list of names of objects in them, so repacking all the objects
      in a single pack would have produced a packfile with the same name).
      
      The logic is to rename the existing ones into filename like
      "old-XXX", create the new ones and then remove the "old-" ones.
      When something went wrong in the middle, this sequence is rolled
      back by renaming the "old-" files back.
      
      The renaming into "old-" did not work as intended, because
      file_exists() was done on "XXX", not "pack-XXX".  Also when rolling
      back the change, the code tried to rename "old-pack-XXX" but the
      saved ones are named "old-XXX", so this couldn't have worked.
      Signed-off-by: NTorsten Bögershausen <tboegi@web.de>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      9d7fbfd2
    • A
      userdiff: update Ada patterns · 39a87a29
      Adrian Johnson 提交于
      - Allow extra space in "is new" and "is separate"
      - Fix bug in word regex for numbers
      Signed-off-by: NAdrian Johnson <ajohnson@redneon.com>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      39a87a29
  5. 05 2月, 2014 1 次提交
  6. 03 2月, 2014 5 次提交
  7. 02 2月, 2014 1 次提交
  8. 01 2月, 2014 5 次提交
  9. 29 1月, 2014 2 次提交