-
- Downloads
Merge branch 'ps/3.0-remote-deprecation'
Following the procedure we established to introduce breaking changes for Git 3.0, allow an early opt-in for removing support of $GIT_DIR/branches/ and $GIT_DIR/remotes/ directories to configure remotes. * ps/3.0-remote-deprecation: remote: announce removal of "branches/" and "remotes/" builtin/pack-redundant: remove subcommand with breaking changes ci: repurpose "linux-gcc" job for deprecations ci: merge linux-gcc-default into linux-gcc Makefile: wire up build option for deprecated features
No related branches found
No related tags found
Showing
- .github/workflows/main.yml 1 addition, 5 deletions.github/workflows/main.yml
- .gitlab-ci.yml 1 addition, 5 deletions.gitlab-ci.yml
- Documentation/BreakingChanges.txt 25 additions, 0 deletionsDocumentation/BreakingChanges.txt
- Documentation/gitrepository-layout.txt 5 additions, 2 deletionsDocumentation/gitrepository-layout.txt
- GIT-BUILD-OPTIONS.in 1 addition, 0 deletionsGIT-BUILD-OPTIONS.in
- Makefile 7 additions, 0 deletionsMakefile
- builtin/remote.c 2 additions, 0 deletionsbuiltin/remote.c
- ci/lib.sh 0 additions, 5 deletionsci/lib.sh
- ci/run-build-and-tests.sh 2 additions, 1 deletionci/run-build-and-tests.sh
- contrib/buildsystems/CMakeLists.txt 1 addition, 0 deletionscontrib/buildsystems/CMakeLists.txt
- git.c 2 additions, 0 deletionsgit.c
- meson.build 6 additions, 0 deletionsmeson.build
- meson_options.txt 2 additions, 0 deletionsmeson_options.txt
- remote.c 26 additions, 0 deletionsremote.c
- remote.h 2 additions, 0 deletionsremote.h
- t/t5323-pack-redundant.sh 6 additions, 0 deletionst/t5323-pack-redundant.sh
- t/t5505-remote.sh 3 additions, 3 deletionst/t5505-remote.sh
- t/t5510-fetch.sh 5 additions, 8 deletionst/t5510-fetch.sh
- t/t5515-fetch-merge-logic.sh 25 additions, 22 deletionst/t5515-fetch-merge-logic.sh
- t/t5516-fetch-push.sh 6 additions, 8 deletionst/t5516-fetch-push.sh
Please register or sign in to comment