Modify ↓
Opened 4 months ago
#13771 assigned enhancement
GitCacheRepository.sync() should remove revision and node_change records for dangling commits
Reported by: | Jun Omae | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | next-stable-1.6.x |
Component: | version control | Version: | |
Severity: | normal | Keywords: | git |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Running git push -f
repeated, revision
records for dangling commits in the Git repository remains. The behavior leads making timeline slow.
Workaround is to resync history using repository resync <reponame>
.
I consider GitCacheRepository.sync()
should remove the revision
and node_change
records for the dangling commits.
Attachments (0)
Note:
See TracTickets
for help on using tickets.