[PATCH 1/1] worktree refs: fix case sensitivity for 'head'

2018-12-13 Thread Michael Rappazzo via GitGitGadget
From: Michael Rappazzo On a worktree which is not the primary, using the symbolic-ref 'head' was incorrectly pointing to the main worktree's HEAD. The same was true for any other case of the word 'Head'. Signed-off-by: Michael Rappazzo --- refs.c | 8 t/t1415-worktr

[PATCH 0/1] worktree refs: fix case sensitivity for 'head'

2018-12-13 Thread Michael Rappazzo via GitGitGadget
On a worktree which is not the primary, using the symbolic-ref 'head' was incorrectly pointing to the main worktree's HEAD. The same was true for any other casing of the word 'Head'. Signed-off-by: Michael Rappazzo rappa...@gmail.com [rappa...@gmail.com] Michael Rappazzo (1): worktree refs: fix