We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f065e commit 0ff70f4Copy full SHA for 0ff70f4
src/refs.h
@@ -45,7 +45,6 @@ extern bool git_reference__enable_symbolic_ref_target_validation;
45
#define GIT_REBASE_APPLY_DIR "rebase-apply/"
46
#define GIT_REBASE_APPLY_REBASING_FILE GIT_REBASE_APPLY_DIR "rebasing"
47
#define GIT_REBASE_APPLY_APPLYING_FILE GIT_REBASE_APPLY_DIR "applying"
48
-#define GIT_REFS_HEADS_MASTER_FILE GIT_REFS_HEADS_DIR "master"
49
50
#define GIT_SEQUENCER_DIR "sequencer/"
51
#define GIT_SEQUENCER_HEAD_FILE GIT_SEQUENCER_DIR "head"
0 commit comments