1. 19 9月, 2013 1 次提交
    • J
      clone: send diagnostic messages to stderr · 68b939b2
      Jeff King 提交于
      Putting messages like "Cloning into.." and "done" on stdout
      is un-Unix and uselessly clutters the stdout channel. Send
      them to stderr.
      
      We have to tweak two tests to accommodate this:
      
        1. t5601 checks for doubled output due to forking, and
           doesn't actually care where the output goes; adjust it
           to check stderr.
      
        2. t5702 is trying to test whether progress output was
           sent to stderr, but naively does so by checking
           whether stderr produced any output. Instead, have it
           look for "%", a token found in progress output but not
           elsewhere (and which lets us avoid hard-coding the
           progress text in the test).
      
      This should not regress any scripts that try to parse the
      current output, as the output is already internationalized
      and therefore unstable.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      68b939b2
  2. 24 8月, 2013 1 次提交
  3. 22 8月, 2013 1 次提交
  4. 20 8月, 2013 1 次提交
  5. 15 8月, 2013 2 次提交
    • J
      Revert "Add new @ shortcut for HEAD" · 2c2b6646
      Junio C Hamano 提交于
      This reverts commit cdfd9483, as it
      does not just apply to "@" (and forms with modifiers like @{u}
      applied to it), but also affects e.g. "refs/heads/@/foo", which it
      shouldn't.
      
      The basic idea of giving a short-hand might be good, and the topic
      can be retried later, but let's revert to avoid affecting existing
      use cases for now for the upcoming release.
      2c2b6646
    • J
      Revert "git stash: avoid data loss when "git stash save" kills a directory" · c1ebd90c
      Junio C Hamano 提交于
      This reverts commit a7365313, as it
      has been reported that "ls-files --killed" is too time-consuming in
      a deep directory with too many untracked crufts (e.g. $HOME/.git
      tracking only a few files).
      
      We'd need to revisit it later but "ls-files --killed" needs to be
      optimized before it happens.
      c1ebd90c
  6. 14 8月, 2013 6 次提交
  7. 11 8月, 2013 2 次提交
  8. 10 8月, 2013 7 次提交
  9. 09 8月, 2013 3 次提交
  10. 08 8月, 2013 2 次提交
  11. 06 8月, 2013 14 次提交