File: comment_2_15434848be1951e93a1e5b9fcbccedb0._comment

package info (click to toggle)
git-annex 8.20210223-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 68,764 kB
  • sloc: haskell: 70,359; javascript: 9,103; sh: 1,304; makefile: 212; perl: 136; ansic: 44
file content (12 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
[[!comment format=mdwn
 username="joey"
 subject="""comment 2"""
 date="2016-05-21T13:55:01Z"
 content="""
Dangling objects are not related to the v6 syncing problems mentioned in
this post.

You can generally safely delete dangling objects from a git repository;
git gc does it automatically after 30 days or so. git-annex does not
normally create dangling objects but several git operations can.
"""]]