Skip to content
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

Use full output of git show-ref --tags to get tags for PushUpdateAddTag #19235

Merged

Commits on Mar 27, 2022

  1. Use full output of git show-ref --tags to get tags for PushUpdateAddTag

    Strangely go-gitea#19038 appears to relate to an issue whereby a tag appears to
    be listed in `git show-ref --tags` but then does not appear when `git
    show-ref --tags -- short_name` is called.
    
    As a solution though I propose to stop the second call as it is
    unnecessary and only likely to cause problems.
    
    Fix go-gitea#19038
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    3101e91 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into fix-19038-avoid-unabl…

    …e-to-getTag-in-PushUpdateAddTag
    zeripath committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    911bcef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90da653 View commit details
    Browse the repository at this point in the history
  4. reuse cat-file --batch and --batch-check for tags

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    d9a11c1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Write the commit-graph after migration

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e8a0a21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc88a41 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. as per review

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    6456768 View commit details
    Browse the repository at this point in the history
  2. Also write commit-graph on mirror pull

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    83a8a62 View commit details
    Browse the repository at this point in the history
  3. as per review

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    425a5ac View commit details
    Browse the repository at this point in the history
  4. improve gogit gettagtype

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    8375ac4 View commit details
    Browse the repository at this point in the history
  5. dedup code

    6543 committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    9113f7f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    285f573 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2cce8f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e08f669 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d28a6e0 View commit details
    Browse the repository at this point in the history