1. 19 11月, 2012 7 次提交
    • J
      Merge branch 'mm/maint-doc-remote-tracking' into maint · 78ba7e26
      Junio C Hamano 提交于
      Update "remote tracking branch" in the documentation to
      "remote-tracking branch".
      
      * mm/maint-doc-remote-tracking:
        Documentation: remote tracking branch -> remote-tracking branch
      78ba7e26
    • J
      Merge branch 'rs/branch-del-symref' into maint · 3a986691
      Junio C Hamano 提交于
      A symbolic ref refs/heads/SYM was not correctly removed with "git
      branch -d SYM"; the command removed the ref pointed by SYM instead.
      
      * rs/branch-del-symref:
        branch: show targets of deleted symrefs, not sha1s
        branch: skip commit checks when deleting symref branches
        branch: delete symref branch, not its target
        branch: factor out delete_branch_config()
        branch: factor out check_branch_commit()
      3a986691
    • J
      Merge branch 'nd/grep-true-path' into maint · dca5ed5f
      Junio C Hamano 提交于
      "git grep -e pattern <tree>" asked the attribute system to read
      "<tree>:.gitattributes" file in the working tree, which was
      nonsense.
      
      * nd/grep-true-path:
        grep: stop looking at random places for .gitattributes
      dca5ed5f
    • J
      Merge branch 'jc/grep-pcre-loose-ends' (early part) into maint · 4607a8ce
      Junio C Hamano 提交于
      "git log -F -E --grep='<ere>'" failed to use the given <ere>
      pattern as extended regular expression, and instead looked for the
      string literally.
      
      * 'jc/grep-pcre-loose-ends' (early part):
        log --grep: use the same helper to set -E/-F options as "git grep"
        revisions: initialize revs->grep_filter using grep_init()
        grep: move pattern-type bits support to top-level grep.[ch]
        grep: move the configuration parsing logic to grep.[ch]
        builtin/grep.c: make configuration callback more reusable
      4607a8ce
    • J
      Merge branch 'da/mergetools-p4' into maint · 6c95f535
      Junio C Hamano 提交于
      "git mergetool" feeds /dev/null as a common ancestor when dealing
      with an add/add conflict, but p4merge backend cannot handle it. Work
      it around by passing a temporary empty file.
      
      * da/mergetools-p4:
        mergetools/p4merge: Handle "/dev/null"
      6c95f535
    • J
      Merge branch 'jc/test-say-color-avoid-echo-escape' into maint · 3424da11
      Junio C Hamano 提交于
      The "say" function in the test scaffolding incorrectly allowed
      "echo" to interpret "\a" as if it were a C-string asking for a BEL
      output.
      
      * jc/test-say-color-avoid-echo-escape:
        test-lib: Fix say_color () not to interpret \a\b\c in the message
      3424da11
    • J
      Merge branch 'bw/config-lift-variable-name-length-limit' into maint · d6ecf563
      Junio C Hamano 提交于
      The configuration parser had an unnecessary hardcoded limit on
      variable names that was not checked consistently.
      
      * bw/config-lift-variable-name-length-limit:
        Remove the hard coded length limit on variable names in config files
      d6ecf563
  2. 25 10月, 2012 1 次提交
  3. 22 10月, 2012 1 次提交
  4. 19 10月, 2012 5 次提交
  5. 18 10月, 2012 19 次提交
  6. 17 10月, 2012 6 次提交
  7. 16 10月, 2012 1 次提交