commit | aa14e980fff55e090dd42174ab4f37fe4b3dfa1e | [log] [tgz] |
---|---|---|
author | René Scharfe <l.s.r@web.de> | Mon Jul 28 20:29:50 2014 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Aug 26 11:06:05 2014 -0700 |
tree | 0c90fa06f1001c96c3cd6c83579fa81850d5e928 | |
parent | 2fdb9ce0673b9197214e0fc12a47a8b335561cd8 [diff] |
wrapper: add xgetcwd() Add the helper function xgetcwd(), which returns the current directory or dies. The returned string has to be free()d after use. Helped-by: Duy Nguyen <pclouds@gmail.com> Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>