commit | f57882505efe05990102a0d96b37c09baadae03d | [log] [tgz] |
---|---|---|
author | Jim Meyering <jim@meyering.net> | Wed Jun 27 16:28:53 2007 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Jun 27 21:02:44 2007 -0700 |
tree | 416b045a8020aaf06209f1883d0e4fb10d68c204 | |
parent | 5483c71d7ac06b4f16c646886abbb2d0f88a2855 [diff] |
git-log: detect dup and fdopen failure This defines xdup() and xfdopen() in git-compat-util.h to give us error-catching variants of them without cluttering the code too much. Signed-off-by: Jim Meyering <jim@meyering.net> Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>