| author | Shawn O. Pearce <spearce@spearce.org> | |
| Thu, 1 Mar 2007 19:37:34 +0000 (14:37 -0500) | ||
| committer | Shawn O. Pearce <spearce@spearce.org> | |
| Thu, 1 Mar 2007 19:37:34 +0000 (14:37 -0500) | ||
| commit | c3e8a0a4ddb7d32970c49117e0386a3b1c182413 | |
| tree | 57e4096fcdac52b708655bd8c9a1396446027c07 | tree | snapshot |
| parent | 51bd9d7b8cf29e0e441531fb0a671cc7093f278b | commit | diff |
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 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 | diff | blob | history |