diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-09-26 23:49:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-09-27 10:51:33 -0700 |
commit | d49028e6e7ad02a0fc2622487abc46312d9b42f4 (patch) | |
tree | 8233039eeaea8df5d4a359226e8a7ad96a097eba /Documentation/RelNotes/1.7.7.1.txt | |
parent | Start preparing for 2.10.1 (diff) | |
download | tgif-d49028e6e7ad02a0fc2622487abc46312d9b42f4.tar.xz |
worktree: honor configuration variables
The command accesses default_abbrev (defined in environment.c and is
updated via core.abbrev configuration), but never makes any call to
git_config(). The output from "worktree list" ignores the abbrev
setting for this reason.
Make a call to git_config() to read the default set of configuration
variables at the beginning of the command.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.7.1.txt')
0 files changed, 0 insertions, 0 deletions