1
0
Fork 0
Commit Graph

6 Commits (6c95ba243a7dfec393c06415f0747ab9d6d7d2dc)

Author SHA1 Message Date
Mike Gerwitz f04c9f24a8 Altered hashcache retrieve function to return only the second field rather than 2+
This change is necessary since we now store the title in addition to the URL.
This will not be a problem because the URL will not contain spaces.
2013-06-04 22:39:45 -04:00
Mike Gerwitz 31461e7236 hashcache will now output commit subject to cache
The script currently provides no abstraction for retrieving this value---this
will be added in the future. For the meantime, this is useful for any scripts
that wish to reference the cache directly, though this is of course discouraged
(in case the format changes).
2013-06-02 11:56:00 -04:00
Mike Gerwitz d14eda464e hashcache will now take into account path_root when determining cache location 2013-06-02 11:55:30 -04:00
Mike Gerwitz 6f9001740c
hashcache will now exit with non-zero status if requested item cannot be found 2013-03-10 16:14:14 -04:00
Mike Gerwitz a096f7ea19
hashcache now permits partial hash matches (common practice in git) 2013-03-09 09:44:37 -05:00
Mike Gerwitz 3c06dfc763
Added hashcache
This will be used to generate links to previous commits (to avoid putting full URLs in the articles themselves)
2013-03-05 23:51:44 -05:00