Changes between Version 1 and Version 2 of Ticket #10211, comment 1
- Timestamp:
- Nov 17, 2013, 12:33:41 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10211, comment 1
v1 v2 1 1 I use the tag_cache.diff in my own tree, but it's far from perfect. It works well enough for what I do so I haven't spent any time improving it. It should be pretty easy to add a while loop that walks backwards in the history and checks the hash of each parent until it finds a match in the cache file. This would solve most of the issues with it. 2 2 3 Also, it is possible to add the main haiku repository as another remote in your clone and pull from it. That will download the tags into your clone. 3 Also, it is possible to add the main haiku repository as another remote in your clone and pull from it. That will download the tags into your clone. I think git might try to push those tags to your github tree the next time though.