1. 03 10月, 2012 1 次提交
  2. 30 9月, 2012 4 次提交
  3. 28 9月, 2012 3 次提交
  4. 26 9月, 2012 1 次提交
    • J
      Revert "completion: fix shell expansion of items" · 666ca59a
      Jeff King 提交于
      This reverts commit 25ae7cfd.
      
      That patch does fix expansion of weird variables in some
      simple tests, but it also seems to break other things, like
      expansion of refs by "git checkout".
      
      While we're sorting out the correct solution, we are much
      better with the original bug (people with metacharacters in
      their completions occasionally see an error message) than
      the current bug (ref completion does not work at all).
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      666ca59a
  5. 25 9月, 2012 4 次提交
    • J
      Start preparation for 1.7.12.2 · 1a002c73
      Junio C Hamano 提交于
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      1a002c73
    • J
      Merge branch 'jc/maint-blame-no-such-path' into maint · 140011d8
      Junio C Hamano 提交于
      Even during a conflicted merge, "git blame $path" always meant to
      blame uncommitted changes to the "working tree" version; make it
      more useful by showing cleanly merged parts as coming from the other
      branch that is being merged.
      
      This incidentally fixes an unrelated problem on a case insensitive
      filesystem, where "git blame MAKEFILE" run in a history that has
      "Makefile" but not "MAKEFILE" did not say "No such file MAKEFILE in
      HEAD" but pretended as if "MAKEFILE" was a newly added file.
      
      * jc/maint-blame-no-such-path:
        blame: allow "blame file" in the middle of a conflicted merge
        blame $path: avoid getting fooled by case insensitive filesystems
      140011d8
    • J
      Merge branch 'dj/fetch-all-tags' into maint · 8144049d
      Junio C Hamano 提交于
      "git fetch --all", when passed "--no-tags", did not honor the
      "--no-tags" option while fetching from individual remotes (the same
      issue existed with "--tags", but combination "--all --tags" makes
      much less sense than "--all --no-tags").
      
      * dj/fetch-all-tags:
        fetch --all: pass --tags/--no-tags through to each remote
        submodule: use argv_array instead of hand-building arrays
        fetch: use argv_array instead of hand-building arrays
        argv-array: fix bogus cast when freeing array
        argv-array: add pop function
      8144049d
    • J
      Improve the description of GIT_PS1_SHOWUPSTREAM · f9db1921
      Jonathan "Duke" Leto 提交于
      Describe what '=' means in the output of __git_ps1 when using
      GIT_PS1_SHOWUPSTREAM, which was not previously described.
      Signed-off-by: NJonathan "Duke" Leto <jonathan@leto.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      f9db1921
  6. 21 9月, 2012 10 次提交
  7. 19 9月, 2012 5 次提交
  8. 18 9月, 2012 5 次提交
  9. 17 9月, 2012 1 次提交
  10. 16 9月, 2012 6 次提交