environment: move access to "core.sharedRepository" into repo settings
Patrick Steinhardt committed over 1 year ago
environment: move access to "core.hooksPath" into repo settings
Patrick Steinhardt committed over 1 year ago
repo-settings: introduce function to clear struct
Patrick Steinhardt committed over 1 year ago
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt committed over 1 year ago
rerere: let `rerere_path()` write paths into a caller-provided buffer
Patrick Steinhardt committed over 1 year ago
Junio C Hamano committed over 1 year ago
Merge branch 'jc/3.0-branches-remotes-update'
Junio C Hamano committed over 1 year ago
Merge branch 'bc/http-push-auth-netrc-fix'
Junio C Hamano committed over 1 year ago
Merge branch 'rs/clear-commit-marks-optim'
Junio C Hamano committed over 1 year ago
Merge branch 'pw/rebase-i-ff-empty-commit'
Junio C Hamano committed over 1 year ago
Merge branch 'kn/ref-migrate-skip-reflog'
Junio C Hamano committed over 1 year ago
Merge branch 'ua/os-version-capability'
Junio C Hamano committed over 1 year ago
builtin/fsck: add `git refs verify` child process
shejialuo committed over 1 year ago
packed-backend: check whether the "packed-refs" is sorted
shejialuo committed over 1 year ago
packed-backend: add "packed-refs" entry consistency check
shejialuo committed over 1 year ago
packed-backend: check whether the refname contains NUL characters
shejialuo committed over 1 year ago
packed-backend: add "packed-refs" header consistency check
shejialuo committed over 1 year ago
packed-backend: check if header starts with "# pack-refs with: "
shejialuo committed over 1 year ago
packed-backend: check whether the "packed-refs" is regular file
shejialuo committed over 1 year ago
builtin/refs: get worktrees without reading head information
shejialuo committed over 1 year ago