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(-)