git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] More "use rev-parse -q" patches
@ 2008-12-03 13:26 Miklos Vajna
  2008-12-03 13:26 ` [PATCH 1/5] filter-branch: use git rev-parse -q Miklos Vajna
  0 siblings, 1 reply; 6+ messages in thread
From: Miklos Vajna @ 2008-12-03 13:26 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Hi,

I'm sending these as separate patches as they touch completely unrelated
parts of Git, but feel free to squash them together you think that's
better.

All of them is about using rev-parse -q instead of rev-parse 2>/dev/null.

Miklos Vajna (5):
  filter-branch: use git rev-parse -q
  lost-found: use git rev-parse -q
  pull: use git rev-parse -q
  rebase: use git rev-parse -q
  submodule: use git rev-parse -q

 git-filter-branch.sh |    2 +-
 git-lost-found.sh    |    2 +-
 git-pull.sh          |    8 ++++----
 git-rebase.sh        |    4 ++--
 git-submodule.sh     |    6 +++---
 5 files changed, 11 insertions(+), 11 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-12-03 13:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-03 13:26 [PATCH 0/5] More "use rev-parse -q" patches Miklos Vajna
2008-12-03 13:26 ` [PATCH 1/5] filter-branch: use git rev-parse -q Miklos Vajna
2008-12-03 13:26   ` [PATCH 2/5] lost-found: " Miklos Vajna
2008-12-03 13:26     ` [PATCH 3/5] pull: " Miklos Vajna
2008-12-03 13:26       ` [PATCH 4/5] rebase: " Miklos Vajna
2008-12-03 13:26         ` [PATCH 5/5] submodule: " Miklos Vajna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).