Commit Graph

29 Commits

Author SHA1 Message Date
Gonçalo Valério ba6bd7aac9 step twenty nine: log, use iter_commits_and_parents 2020-11-07 22:06:42 +00:00
Gonçalo Valério cb9b476ef9 step twenty eight: render graph 2020-11-07 20:26:56 +00:00
Gonçalo Valério e0467dec69 step twenty seven: iterate commits and parents 2020-11-07 19:45:58 +00:00
Gonçalo Valério a555ebf6c0 step twenty six: print refs 2020-11-07 13:25:11 +00:00
Gonçalo Valério cf4e05e325 step twenty five: cli pass HEAD by default 2020-11-06 00:34:29 +00:00
Gonçalo Valério 3bdddbc28e step twenty four: try different directories when searching for a ref 2020-11-06 00:19:39 +00:00
Gonçalo Valério 5ddf692f07 step twenty three: tag,resolve name to oid 2020-11-04 21:54:45 +00:00
Gonçalo Valério e035b80888 step twenty two: tag, create the tag ref 2020-11-04 21:33:11 +00:00
Gonçalo Valério 1b1ac3ec74 step twenty one: tag, generalize HEAD to refs 2020-11-04 20:16:08 +00:00
Gonçalo Valério 019729a3fe step twenty: tag, implement cli command 2020-11-03 23:49:43 +00:00
Gonçalo Valério 41cf24d2bd step nineteen: checkout, read tree and move HEAD 2020-11-02 23:01:31 +00:00
Gonçalo Valério 7f36be1c01 step eighteen: log from oid parameter 2020-11-02 22:38:54 +00:00
Gonçalo Valério f1dc7d9cb6 step seventeen: implement log 2020-11-02 22:29:37 +00:00
Gonçalo Valério 6dbfc533a6 step sixteen: set parent to HEAD 2020-11-01 23:01:24 +00:00
Gonçalo Valério 909320d2fb step fifteen: record hash of last commit to HEAD 2020-11-01 22:38:22 +00:00
Gonçalo Valério 17072abf21 step fourteen: create commit 2020-10-26 23:56:25 +00:00
Gonçalo Valério 74bc0eb655 step thirteen: delete all existing stuff before reading 2020-10-26 23:22:17 +00:00
Gonçalo Valério 3436deb267 step twelve: extract tree from object 2020-10-25 18:35:47 +00:00
Gonçalo Valério c93915acf7 step eleven: write tree objects 2020-10-13 22:35:19 +01:00
Gonçalo Valério cbf02e6bc2 step ten: hash the files 2020-10-05 19:32:48 +01:00
Gonçalo Valério 97f9c41bc9 step nine: Ignore .rgit files 2020-10-05 19:04:11 +01:00
Gonçalo Valério 852157e955 step eight: list files 2020-10-05 18:49:44 +01:00
Gonçalo Valério 9e0d9fed73 step seven: add base module 2020-10-05 13:02:20 +01:00
Gonçalo Valério f8d970ccdf step six: add types to objects 2020-10-05 12:58:48 +01:00
Gonçalo Valério 98ef42e0d3 step five: print hashed objects 2020-09-29 11:08:12 +01:00
Gonçalo Valério 8a22a84861 step four: Save object 2020-09-29 00:04:28 +01:00
Gonçalo Valério eee6ccef75 step three: create new .rgit directory 2020-09-27 13:52:54 +01:00
Gonçalo Valério 285a00f69f step two: add argument parser 2020-09-27 00:25:10 +01:00
Gonçalo Valério 77b04916ed initial commit 2020-09-25 17:51:39 +01:00