8000 "Generic" repository layout by tiennou · Pull Request #5296 · libgit2/libgit2 · GitHub
[go: up one dir, main page]

Skip to content

"Generic" repository layout #5296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
refs: remove unused preprocessor define
  • Loading branch information
tiennou committed Nov 9, 2019
commit 10167e35a005c08368f66058ff236eb78f2a4ace
2 changes: 0 additions & 2 deletions src/refs.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ extern bool git_reference__enable_symbolic_ref_target_validation;
#define GIT_REFS_DIR_MODE 0777
#define GIT_REFS_FILE_MODE 0666

#define GIT_RENAMED_REF_FILE GIT_REFS_DIR "RENAMED-REF"

#define GIT_SYMREF "ref: "
#define GIT_PACKEDREFS_FILE "packed-refs"
#define GIT_PACKEDREFS_HEADER "# pack-refs with: peeled fully-peeled sorted "
Expand Down
0