1. 17 2月, 2010 8 次提交
    • J
      Merge branch 'jc/typo' · 6d816301
      Junio C Hamano 提交于
      * jc/typo:
        Typofixes outside documentation area
      6d816301
    • J
      Merge branch 'maint' · 72cd63c0
      Junio C Hamano 提交于
      * maint:
        Prepare 1.7.0.1 release notes
        Fix use of mutex in threaded grep
        dwim_ref: fix dangling symref warning
        stash pop: remove 'apply' options during 'drop' invocation
        diff: make sure --output=/bad/path is caught
        Remove hyphen from "git-command" in two error messages
      72cd63c0
    • J
      Prepare 1.7.0.1 release notes · d3f69766
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      d3f69766
    • J
      Merge branch 'jc/maint-grep-one-thread-mutex-fix' into maint · 354d9f86
      Junio C Hamano 提交于
      * jc/maint-grep-one-thread-mutex-fix:
        Fix use of mutex in threaded grep
      354d9f86
    • J
      Fix use of mutex in threaded grep · 5f02d315
      Junio C Hamano 提交于
      The program can decide at runtime not to use threading even if the support
      is compiled in.  In such a case, mutexes are not necessary and left
      uninitialized.  But the code incorrectly tried to take and release the
      read_sha1_mutex unconditionally.
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      Acked-by: NFredrik Kuivinen <frekui@gmail.com>
      5f02d315
    • J
      Merge branch 'maint-1.6.6' into maint · e7b3cea0
      Junio C Hamano 提交于
      * maint-1.6.6:
        dwim_ref: fix dangling symref warning
        stash pop: remove 'apply' options during 'drop' invocation
        diff: make sure --output=/bad/path is caught
        Remove hyphen from "git-command" in two error messages
      e7b3cea0
    • J
      Merge branch 'maint-1.6.5' into maint-1.6.6 · eb0bcd0f
      Junio C Hamano 提交于
      * maint-1.6.5:
        dwim_ref: fix dangling symref warning
        stash pop: remove 'apply' options during 'drop' invocation
        diff: make sure --output=/bad/path is caught
      eb0bcd0f
    • J
      dwim_ref: fix dangling symref warning · 003c6abd
      Jeff King 提交于
      If we encounter a symref that is dangling, in most cases we will warn
      about it. The one exception is a dangling HEAD, as that indicates a
      branch yet to be born.
      
      However, the check in dwim_ref was not quite right. If we were fed
      something like "HEAD^0" we would try to resolve "HEAD", see that it is
      dangling, and then check whether the _original_ string we got was
      "HEAD" (which it wasn't in this case). And that makes no sense; the
      dangling thing we found was not "HEAD^0" but rather "HEAD".
      
      Fixing this squelches a scary warning from "submodule summary HEAD" (and
      consequently "git status" with status.submodulesummary set) in an empty
      repo, as the submodule script calls "git rev-parse -q --verify HEAD^0".
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      003c6abd
  2. 16 2月, 2010 3 次提交
  3. 15 2月, 2010 2 次提交
  4. 14 2月, 2010 8 次提交
  5. 13 2月, 2010 7 次提交
  6. 12 2月, 2010 8 次提交
  7. 11 2月, 2010 4 次提交