1. 04 6月, 2014 2 次提交
    • J
      Merge branch 'jc/apply-ignore-whitespace' · f008cef4
      Junio C Hamano 提交于
      "--ignore-space-change" option of "git apply" ignored the
      spaces at the beginning of line too aggressively, which is
      inconsistent with the option of the same name "diff" and "git diff"
      have.
      
      * jc/apply-ignore-whitespace:
        apply --ignore-space-change: lines with and without leading whitespaces do not match
      f008cef4
    • J
      Merge branch 'as/grep-fullname-config' · 52df9173
      Junio C Hamano 提交于
      Add a configuration variable to force --full-name to be default for
      "git grep".
      
      This may cause regressions on scripted users that do not expect
      this new behaviour.
      
      * as/grep-fullname-config:
        grep: add grep.fullName config variable
      52df9173
  2. 31 5月, 2014 3 次提交
    • J
      Sync with 1.9.4 · bce14aa1
      Junio C Hamano 提交于
      bce14aa1
    • J
      Git 1.9.4 · 34d52175
      Junio C Hamano 提交于
      This is expected to be the final maintenance release for 1.9 series,
      merging the remaining fixes that are relevant and are already in 2.0.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      34d52175
    • J
      t5537: re-drop http tests · d7172825
      Jeff King 提交于
      These were originally removed by 0232852b (t5537: move
      http tests out to t5539, 2014-02-13). However, they were
      accidentally re-added in 1ddb4d7e (Merge branch
      'nd/upload-pack-shallow', 2014-03-21).
      
      This looks like an error in manual conflict resolution.
      Here's what happened:
      
        1. v1.9.0 shipped with the http tests in t5537.
      
        2. We realized that this caused problems, and built
           0232852b on top to move the tests to their own file.
           This fix made it into v1.9.1.
      
        3. We later had another fix in nd/upload-pack-shallow that
           also touched t5537. It was built directly on v1.9.0.
      
      When we merged nd/upload-pack-shallow to master, we got a
      conflict; it was built on a version with the http tests, but
      we had since removed them. The correct resolution was to
      drop the http tests and keep the new ones, but instead we
      kept everything.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d7172825
  3. 29 5月, 2014 3 次提交
    • J
      Merge branch 'rh/prompt-pcmode-avoid-eval-on-refname' into maint · 12188a82
      Junio C Hamano 提交于
      * rh/prompt-pcmode-avoid-eval-on-refname:
        git-prompt.sh: don't assume the shell expands the value of PS1
      12188a82
    • J
      Merge branch 'mw/symlinks' into maint · 64d8c31e
      Junio C Hamano 提交于
      * mw/symlinks:
        setup: fix windows path buffer over-stepping
        setup: don't dereference in-tree symlinks for absolute paths
        setup: add abspath_part_inside_repo() function
        t0060: add tests for prefix_path when path begins with work tree
        t0060: add test for prefix_path when path == work tree
        t0060: add test for prefix_path on symlinks via absolute paths
        t3004: add test for ls-files on symlinks via absolute paths
      64d8c31e
    • J
      Git 2.0 · e156455e
      Junio C Hamano 提交于
      e156455e
  4. 22 5月, 2014 1 次提交
  5. 21 5月, 2014 3 次提交
  6. 20 5月, 2014 12 次提交
  7. 18 5月, 2014 1 次提交
  8. 17 5月, 2014 1 次提交
    • J
      request-pull: resurrect for-linus -> tags/for-linus DWIM · d952cbb1
      Junio C Hamano 提交于
      Older versions of Git before v1.7.10 did not DWIM
      
          $ git pull $URL for-linus
      
      to the tag "tags/for-linus" and the users were required to say
      
          $ git pull $URL tags/for-linus
      
      instead.  Because newer versions of Git works either way,
      request-pull used to show tags/for-linus when asked
      
          $ git request-pull origin/master $URL for-linus
      
      The recent updates broke this and in the output we see "for-linus"
      without the "tags/" prefix.
      
      As v1.7.10 is more than 2 years old, this should matter very little
      in practice, but resurrecting it is very simple.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d952cbb1
  9. 14 5月, 2014 2 次提交
  10. 13 5月, 2014 1 次提交
  11. 11 5月, 2014 1 次提交
  12. 10 5月, 2014 3 次提交
  13. 09 5月, 2014 7 次提交