File: add-no-thin-option-ea7cb50e22e7017d.yaml

package info (click to toggle)
git-review 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 468 kB
  • sloc: python: 2,722; makefile: 150
file content (9 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Add support for --no-thin which is passed to git push. This is useful to
    work around situations where Gerrit's JGit and git-review's C git
    implementations cannot agree on the pack file contents used to transfer
    a push. When they disagree you see this as unpack failures due to missing
    trees. Using --no-thin avoids complicated negotiations and works around
    this problem.