author | Junio C Hamano <junkio@cox.net> | |
Thu, 13 Jul 2006 06:00:46 +0000 (23:00 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 13 Jul 2006 06:00:46 +0000 (23:00 -0700) | ||
commit | a72f9373c01f9bbebd14af7cec6ff0de4c27c578 | |
tree | d75072db04dc523010c087a3e8692696df9eb2e8 | tree | snapshot |
parent | 869659a6a1010ea0943329113a1de41c38bd4a00 | commit | diff |
git-repack: avoid redirecting stderr into git-pack-objects
We are trying to catch error condition of git-rev-list and cause
the downstream pack-objects to barf, but if you run rev-list
with anything that mucks with its stderr (such as GIT_TRACE),
any stderr output would cause the pipeline to fail.
[jc: originally from Matthias Lederhofer, with a reworded error message.]
Signed-off-by: Junio C Hamano <junkio@cox.net>
We are trying to catch error condition of git-rev-list and cause
the downstream pack-objects to barf, but if you run rev-list
with anything that mucks with its stderr (such as GIT_TRACE),
any stderr output would cause the pipeline to fail.
[jc: originally from Matthias Lederhofer, with a reworded error message.]
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-repack.sh | diff | blob | history |