wyag

Write yourself a git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-09-07 14:46Launch an editor to write a tag messageMartin Ashby1+48-5
2024-09-06 13:31implement creating non-annotated tagsMartin Ashby1+23-19
2024-08-30 22:04Better resolution of refsMartin Ashby1+139-34
2024-08-27 21:01Implement tag listing Rename GitTree -> Tree to be more consistentMartin Ashby1+110-67
2024-08-26 21:02Implement show-refMartin Ashby1+73-0
2024-08-24 21:29Implement basic checkoutMartin Ashby1+74-2
2024-08-24 11:21Add tree parsing and ls-tree commandMartin Ashby2+119-0
2024-08-19 21:24Merge branch 'my_branch'Martin Ashby1+2-0
2024-08-19 21:24Add a boring commit messageMartin Ashby1+1-0
2024-08-19 21:22Add a boring doc commentMartin Ashby1+2-0
2024-08-19 21:20Implement basic git log using graphvisMartin Ashby1+126-33
2024-08-18 21:02Extract key-value-log-message parsing code from structure which uses it (git commit)Martin Ashby2+96-85
2024-08-18 20:18Implement commit parsingMartin Ashby1+204-52
2024-08-14 22:13Tidy up functions a bitMartin Ashby1+20-16
2024-08-14 22:02Add read-file and hash-object subcommandsMartin Ashby1+149-3
2024-08-11 21:40add repo_find function Use std.fs.Dir instead of path in a few places where it makes more sense to use dir directly.Martin Ashby1+46-8
2024-08-11 21:18wyag 3.2 "init" command completeMartin Ashby3+208-74
2024-08-10 22:19Work on GitRepository structureMartin Ashby1+56-20
2024-08-10 21:44InitialMartin Ashby8+737-0