-
- Downloads
Merge branch 'jk/save-getenv-result'
There were many places the code relied on the string returned from getenv() to be non-volatile, which is not true, that have been corrected. * jk/save-getenv-result: builtin_diff(): read $GIT_DIFF_OPTS closer to use merge-recursive: copy $GITHEAD strings init: make a copy of $GIT_DIR string config: make a copy of $GIT_CONFIG string commit: copy saved getenv() result get_super_prefix(): copy getenv() result
No related branches found
No related tags found
Showing
- builtin/commit.c 2 additions, 1 deletionbuiltin/commit.c
- builtin/config.c 1 addition, 1 deletionbuiltin/config.c
- builtin/init-db.c 4 additions, 2 deletionsbuiltin/init-db.c
- builtin/merge-recursive.c 10 additions, 5 deletionsbuiltin/merge-recursive.c
- diff.c 4 additions, 1 deletiondiff.c
- environment.c 2 additions, 2 deletionsenvironment.c
Please register or sign in to comment