Skip to content

Gitea no longer works on git 1.7.2 #7862

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

Closed
2 of 8 tasks
zeripath opened this issue Aug 14, 2019 · 0 comments · Fixed by #7775
Closed
2 of 8 tasks

Gitea no longer works on git 1.7.2 #7862

zeripath opened this issue Aug 14, 2019 · 0 comments · Fixed by #7775
Labels
Milestone

Comments

@zeripath
Copy link
Contributor

zeripath commented Aug 14, 2019

  • Gitea version (or commit ref): master
  • Git version: 1.7.2
  • Operating system:
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
    • Not relevant
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

There are multiple problems whereby options have been added to git commands which are unavailable in early git versions.

  • git remote remove. This is not available in git < 1.8.0 - rm is an alias for it.
  • git config --local. This is not available in git < 1.8.0 - config is an appropriate alias.
  • git commit-tree -m. This is not available in git < 1.8.0 - the message can simply be passed in as a stdin.
  • git check-attr --cached. This is not available in git < 1.8.0. It will use the cached version in any case in 1.7 and this option is not used.
  • git fetch and git pull do not behave the same way in git < 2.0.0 to the way expected in merge.go.
@lafriks lafriks added this to the 1.9.5 milestone Oct 12, 2019
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants