Commits
- Commit:
08df2025984ff655eca8467242bcf0e331853fee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add some missing libraries to DPADD and fix up some outdated deps
- Commit:
b5b41717002ca7082d9004bf6a5b8f6bfc6ed372
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
gotctl no longer needs to link to libz and libm
- Commit:
2f43cd698e3fcc3000262b3e0f3a2119f06345bb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove dependency of gitwrapper, gotctl, and gotsh on object_parse.c
Move some functions from object_parse.c into hash.c. These functions either
require hash.c code anyway or contain object ID implementation internals.
Add a new file object_qid.c, for got_object_id_queue and got_object_qid.
This new file must be linked to virtually every program.
- Commit:
53bf0b541977b66862040d4b633fb6b5d3a3c6c8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
rename lib/sha1.c to lib/hash.c
It will soon grow functions to deal with sha256 too. stsp@ agrees.
- Commit:
b0ac38bb75347d8463628704f64f5ff0349272a6
- From:
- Mark Jamsek <mark@jamsek.dev>
- Date:
fix gotd build
Add missing srcs and update got_repo_read_gitconfig() to be consistent
with recent changes.
ok stsp@
- Commit:
f1752522ac2fd00af85111c530b80ef1187a07f7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add gotctl(8); initially supported commands are 'info' and 'stop'
This will be used by an upcoming regress test suite for gotd(8).
ok tracey