On Sun, Jul 20, 2014 at 6:22 PM, René Scharfe [off-list ref] wrote:
Convert several calls of getcwd() and die() to use xgetcwd() instead.
This way we get rid of fixed-size buffers (which can be too small
depending on the used file system) and gain consistent error messages.
Signed-off-by: Rene Scharfe <redacted>
---
builtin/init-db.c | 17 ++++++++---------
builtin/rev-parse.c | 6 +++---
dir.c | 12 ++++++++----
trace.c | 7 ++++---
4 files changed, 23 insertions(+), 19 deletions(-)
There should be a 4/3 to replace the remaining getcwd with
strbuf_getcwd. But I guess we could add that to the low hanging fruit
list.
--
Duy