git-gui: Remove unnecessary /dev/null redirection.
commitc3e8a0a4ddb7d32970c49117e0386a3b1c182413
authorShawn O. Pearce <spearce@spearce.org>
Thu, 1 Mar 2007 19:37:34 +0000 (1 14:37 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 1 Mar 2007 19:37:34 +0000 (1 14:37 -0500)
tree57e4096fcdac52b708655bd8c9a1396446027c07
parent51bd9d7b8cf29e0e441531fb0a671cc7093f278b
git-gui: Remove unnecessary /dev/null redirection.

Git 1.5.0 and later no longer output useless messages to standard
error when making the initial (or what looks to be) commit of a
repository.  Since /dev/null does not exist on Windows in the
MinGW environment we can't redirect there anyway.  Since Git
does not output anymore, I'm removing the redirection.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh