Shown when git-push[1] rejects an update that tries to overwrite a remote ref that points at an object we do not have. pushNeedsForce Shown when git-push[1] rejects an update that tries to overwrite a remote re
Shown when a user attempts to recursively tag a tag object. pushAlreadyExists Shown when git-push[1] rejects an update that does not qualify for fast-forwarding (e.g., a tag.) pushFetchFirst Shown when git-push[1] rejects an update that tries to overwrite a remote ref that points ...
* The object reachability bitmap machinery and the partial cloning machinery were not prepared to work well together, because some object-filtering criteria that partial clones use inherently rely on object traversal, but the bitmap machinery is an optimization to bypass that object traversal. There ...
请查看控制终端的输出." ::msgcat::mcset zh_cn "Cannot find HEAD commit:" "找不到HEAD提交:" ::msgcat::mcset zh_cn "Cannot find git in PATH." "PATH 中没有找到 git" ::msgcat::mcset zh_cn "Cannot find parent commit:" "找不到上级提交:" ::msgcat::mcset zh_cn "Cannot merge while ...
msgid "Packed objects waiting for pruning" msgstr "" #: lib/database.tcl:48 msgid "Garbage files" msgstr "" #: lib/database.tcl:66 #, tcl-format msgid "%s (%s): Database Statistics" msgstr "" #: lib/database.tcl:72 msgid "Compressing the object database" msgstr ...
git-hash-object(1) git-help(1) git-http-backend(1) git-http-fetch(1) git-http-push(1) git-imap-send(1) git-index-pack(1) git-init-db(1) git-init(1) git-instaweb(1) git-log(1) git-lost-found(1) git-ls-files(1) git-ls-remote(1) git-ls-tree(1) git-mailinfo(1) gi...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
Git Source Code Mirror - This is a publish-only repository but pull requests can be turned into patches to the mailing list via GitGitGadget (https://gitgitgadget.github.io/). Please follow Documentation/SubmittingPatches procedure for any of your improv
git/objects/06/41835cce4565714b399fa7bc06d1ff4332ff67 error: 0641835cce4565714b399fa7bc06d1ff4332ff67: object corrupt or missing: .git/objects/06/41835cce4565714b399fa7bc06d1ff4332ff67 error: inflate: data stream error (unknown compression method) error: unable to unpack header of .git/...
* When an object is corrupt in a pack, the object became unusable even when the same object is available in a loose form, We now try harder to fall back to these redundant objects when able. In particular, "git repack -a -f" can be used to fix such a corruption as long as ...