Aug 30, 2005 |
19 years 1 month | Fix iterating over GIT tags. This involves renaming read_data_impl()
to read_data() and exporting it, since we want to feed it with
absolute path, therefore fs::path. |
19 years 1 month | propagate from branch 'net.venge.monotone' (head
429fea55e9e819a046843f618d90674486695745) |
19 years 1 month | Added gitimport2 test, which is supposed to test importing of
'richer' GIT archive - including tags and multiple heads (just tags
for now). |
19 years 1 month | 2005-08-30 Nathaniel Smith <njs@pobox.com> |
19 years 1 month | 2005-08-30 Nathaniel Smith <njs@pobox.com> |
19 years 1 month | 2005-08-30 Petr Baudis <pasky@suse.cz> |
19 years 1 month | merge of 63b95e721b8373412e040119ee68c1f7ba7ea230 |
Aug 31, 2005 |
19 years 1 month | Removed libgit usage and remote repositories support from the TODO
list. The former isn't very perspective given the current state of
libgit and the latter would be quite hard to do reasonably w/o the
former. |
19 years 1 month | 2005-08-30 Matthew Gregan <kinetik@orcon.net.nz> |
19 years 1 month | merge of 0ce67730d4cebb81da6e17cf179b257aff20a66b |
19 years 1 month | 2005-08-30 Matthew Gregan <kinetik@orcon.net.nz> |
19 years 1 month | Compilation fixes. Support multi-level tag names (those containing
'/') and add a test for that. |
19 years 1 month | Compilation fix - missing semicolon. |
19 years 1 month | Import all the repository heads, not only master. The master head
will be saved as the branch passed by '-b', the other will have
their names appended to it (delimited by a dot). |
19 years 1 month | 2005-08-31 Matthew Gregan <kinetik@orcon.net.nz> |
19 years 1 month | Support for proper importing of octopus merges. |
19 years 1 month | Removed obsolete git TODO item (non-master heads). |
19 years 1 month | My email addy in the git/monotone context is pasky@suse.cz, not
pasky@ucw.cz. |
19 years 1 month | propagate from branch 'net.venge.monotone' (head
9139fefacd8e4786f4adaec96bf77c650ad25fb8) |
19 years 1 month | * tests/perf-test.sh: A repeatable performance test harness |