Changes between Version 1 and Version 2 of Ticket #10211, comment 1


Ignore:
Timestamp:
Nov 17, 2013, 12:33:41 PM (10 years ago)
Author:
augiedoggie

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10211, comment 1

    v1 v2  
    11I 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.
    22
    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.
     3Also, 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.