ctucx.git: nimgit

[nimlang] nim-wrapper for libgit2

f78319a - Leah (ctucx)2021-03-23 20:23
remove unused imports
ca7f01e - Leah (ctucx)2021-03-23 20:13
add diff-procs
0c4ecd3 - Leah (ctucx)2021-03-19 14:06
add new example ListAllFiles
c0a59f7 - Leah (ctucx)2021-03-19 14:01
update implemented.txt and showLastComnmit.nim
d3ecac9 - Leah (ctucx)2021-03-19 14:01
treeEntry.nim: new proc compare
1ea2c76 - Leah (ctucx)2021-03-19 13:53
update example: showLastCommit.nim
3b0ebb2 - Leah (ctucx)2021-03-19 13:53
tree.nim: new procs wak and entries, yield copys from iterator
360711e - Leah (ctucx)2021-03-19 13:51
add copy proc for GitBlob, GitCommit, GitObject, GitReference, GitTag, GitTree, GitTreeEntry
1c90db7 - Leah (ctucx)2021-03-18 22:12
allow reading of config-values
19b970d - Leah (ctucx)2021-03-18 20:36
utils.nim: fill string always with 10 -
13c01f7 - Leah (ctucx)2021-03-18 13:37
nimgit.nimble: remove non-existing binary
1570c7d - Leah (ctucx)2021-03-18 13:27
fix
8648e2a - Leah (ctucx)2021-03-18 01:42
update example showLastCommit
847719b - Leah (ctucx)2021-03-18 01:42
utils.nim: cleanup
ac7f564 - Leah (ctucx)2021-03-18 01:37
treeEntry.nim: new proc modeStr
e17f48f - Leah (ctucx)2021-03-18 01:36
utils.nim: add proc filemodeStr
bb2463f - Leah (ctucx)2021-03-18 01:35
update implemented.txt
7f42361 - Leah (ctucx)2021-03-18 00:28
update implemented.txt and examples
c0619ae - Leah (ctucx)2021-03-18 00:27
nimgit.nim: update imports and exports
c7bde4b - Leah (ctucx)2021-03-18 00:27
treeEntry.nim: new procs type, id, name, mode, getObject
c4dae07 - Leah (ctucx)2021-03-18 00:26
tree.nim: add new procs lookupTree, type, owner, id, shortId, entry; add new iterator items
db4fea4 - Leah (ctucx)2021-03-18 00:24
tag.nim: ad procs lookupTag, type, owner, id, shortId, name, message, tagger, target, targetId, peeltarget, targetType
8794e7f - Leah (ctucx)2021-03-18 00:23
blob.nim: add procs lookupBlob, type, owner, id, shortId, content, size, isBinary
99a8c00 - Leah (ctucx)2021-03-18 00:22
types.nim: add types GitTreeEntry, GitTag, GitBlob
b618202 - Leah (ctucx)2021-03-18 00:21
commit.nim: new procs type, shortId
a2b30f1 - Leah (ctucx)2021-03-18 00:17
object.nim: rename proc kind -> type; new proc shortId
3f96404 - Leah (ctucx)2021-03-18 00:15
utils.nim: new proc parseGitSignature
848ddb8 - Leah (ctucx)2021-03-18 00:15
free.nim: add freeing of git_blob
9874a72 - Leah (ctucx)2021-03-17 18:33
update implemented.txt
c22c434 - Leah (ctucx)2021-03-17 18:28
update implemented.txt and examples
b84069a - Leah (ctucx)2021-03-17 18:27
commit.nim: new procs rawHeader, rawMessage, gpgSignature, time, parentIds, parents
c563d6b - Leah (ctucx)2021-03-17 18:24
utils.nim: new proc getLastError
a380830 - Leah (ctucx)2021-03-17 18:23
commit.nim: fix typo
022d1bc - Leah (ctucx)2021-03-17 18:22
types.nim: new types: GitBuffer, GitErrorObj; remove GitTime.isSigned
910bc77 - Leah (ctucx)2021-03-17 16:34
cleanup examples
e5fc592 - Leah (ctucx)2021-03-17 16:34
reference.nim: rename proc getOwner -> owner
ed0f7b0 - Leah (ctucx)2021-03-17 16:33
commit.nim: new proc messageEncoding, owner; rename proc objectId -> id
cf792ed - Leah (ctucx)2021-03-17 11:35
update implemented.txt and listAllCommits.nim
e0cc20f - Leah (ctucx)2021-03-17 11:35
repository.nim: rename procs
b8cb580 - Leah (ctucx)2021-03-17 11:34
commit.nim: rename procs, new proc treeId
e389a36 - Leah (ctucx)2021-03-17 02:27
update implemented.txt
c227f84 - Leah (ctucx)2021-03-17 02:26
update example listAllCommits
cef4c85 - Leah (ctucx)2021-03-17 02:26
reference.nim: improve proc ==
998d8ef - Leah (ctucx)2021-03-17 02:25
commit.nim: new procs: $, getParrentCount, getParrentId, getTree
b2fc1ab - Leah (ctucx)2021-03-17 02:24
repository.nim: new procs: getHeadForWorktree, getTagList, isEmpty, isWorktree, isBare, getWorktree
1e0f00b - Leah (ctucx)2021-03-17 02:23
add new types
2c5ccc3 - Leah (ctucx)2021-03-17 02:23
import new oid file
74b4e93 - Leah (ctucx)2021-03-17 02:22
split objects.nim
e3cce24 - Leah (ctucx)2021-03-17 00:01
add implemented.txt
78ae455 - Leah (ctucx)2021-03-17 00:01
fix up for new usage
6df9453 - Leah (ctucx)2021-03-17 00:00
reference.nim: split revWalker and branch-stuff, refactor revWalker
efec5fe - Leah (ctucx)2021-03-16 23:59
objects.nim: new procs ==, fromString; rename getSha to toString
c423de3 - Leah (ctucx)2021-03-16 23:57
commit.nim: cleanup
8964e0f - Leah (ctucx)2021-03-16 23:57
repository.nim: new proc isHeadDetached, cleanup
c77cb8b - Leah (ctucx)2021-03-16 16:30
objects.nim: new proc lookupObjectIdByName
662df89 - Leah (ctucx)2021-03-16 16:29
reference.nim: new proc getBranchName
6a6514b - Leah (ctucx)2021-03-16 15:46
reference.nim: new proc getName, rename getShorthand -> getShortname, alias getShorthand, `$` now aliases getName
d7238a8 - Leah (ctucx)2021-03-16 15:45
showLastCommit.nim: cleanup
5461355 - Leah (ctucx)2021-03-16 15:35
reference.nim: split resolveTarget into own proc
0d029fb - Leah (ctucx)2021-03-16 15:27
free on error
4634d09 - Leah (ctucx)2021-03-16 15:27
reference.nim: new functions (isNote, getOwner, getRepo, getTarget, getSymbolicTarget, improve iterator walk
e0ba5b2 - Leah (ctucx)2021-03-16 13:49
commit.nim: add getCommitter and getParrent
0219741 - Leah (ctucx)2021-03-16 13:48
add branch iterator and helpers
300a9f8 - Leah (ctucx)2021-03-16 11:34
init