Commit Graph

21 Commits

Author SHA1 Message Date
dcf8053f2e
Fix warnings.
- Initialize variables and pointers.
- Enable automatic move in files::get_datadir().
- Remove unused using declarations and includes.
2020-07-05 05:53:26 +02:00
96b8967f24
Move types to types.hpp. 2020-07-02 08:08:56 +02:00
f522c9ae45
Clean up everything.
All checks were successful
continuous-integration/drone/push Build is passing
* More efficient.
* More readable.
* Errors are reported to the user.
2020-07-02 03:20:27 +02:00
b1224b82b5
Use PR numbers instead of branch names to determine IDs. 2020-07-02 01:17:08 +02:00
9d043bec3f
Made git branch iteration more compact. 2020-07-01 22:10:58 +02:00
9025e77cb2
Add more namespaces for clearer code.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-01 20:51:35 +02:00
0d1c1aeed9
Add correct file extension to screenshot. 2020-07-01 11:59:02 +02:00
539c706459
Compatibility for libgit2 < 0.99.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-01 11:41:52 +02:00
f371f1bd3d
git: Read SSH key from data dir.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-01 11:05:11 +02:00
da01142052
typo. 2020-07-01 10:48:12 +02:00
90545b0681
git: Add push().
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-01 10:24:38 +02:00
df60f738f4
git: Update repository HEAD in create_branch(). 2020-07-01 10:24:26 +02:00
ca61c1e391
Clone via SSH. 2020-07-01 10:23:35 +02:00
8af8115e24
Update branch prefix. 2020-07-01 10:17:32 +02:00
62ebbdbf0d
Compatibility with libgit2 < 0.28.
All checks were successful
continuous-integration/drone/push Build is passing
2020-07-01 09:22:36 +02:00
74e1471e49
Rename git functions, error checking with fewer steps.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-01 08:56:20 +02:00
542d1a865c
Add git namespace. 2020-07-01 08:50:16 +02:00
46921a6e95
Add make_commit(). 2020-07-01 08:48:36 +02:00
bf3a718986
A bit of cleanup. 2020-07-01 08:48:26 +02:00
afd1e058ed
add make_new_branch(). 2020-07-01 04:38:08 +02:00
c219aa80a5
git clone + brittle ID calculation.
Some checks failed
continuous-integration/drone/push Build is failing
2020-07-01 03:51:00 +02:00