A read-only clone of the dehub project, for until dehub.dev can be brought back online.
Go to file
mediocregopher 98d8aed08a Add support for using EDITOR to construct commit messages.
message: |-
  Add support for using EDITOR to construct commit messages.

  I feel like I can breathe again! The code is more functional than aesthetic, but
  it works damnit!
change_hash: AP+JESJn2+CP1FCDvwJqaXUM354rpoK5oU6Me4uByxaf
credentials:
- type: pgp_signature
  pub_key_id: 95C46FA6A41148AC
  body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl5QaUwACgkQlcRvpqQRSKxY4g/9E6D6CdR3h9JuCHVhVQTeU5NzEPoJTQdGZgOTr8t9lEAceNfzBlxVExKf3KFRDQhDjXOu/tbqgsCAu6n6xdSGc+7nnFRhA+nYrg6c9PMenjbH43eB8s+MxrrXoWYWEKr1inlHEBMoV6GQQpXMuSCPDJ/HwfWqzjG7bHM9Fi1nDQwlh5cBY6KxQwKWWBrCeG5FDdT9AKKZY6Y7WPC9HEPnk1TdkaJNXsZ65IxycggaLc25qWx6EyjQjHONrzpV3R7b6LJQkxrp5tyA60IauGdeAivKmghLDvBK7ItjA8TGu81PUuvthyBQTRfs+3vrYIAtXUzo/LODRjTJumEPCiJ7zUfbhVNqYDR/EdXC9E8eBSPhK37twzdDvdHAfyXWuH9wAZ0B8oqv7ChwGyHlKkCbMksu8OTAllAdYOUpFpVQfNdTrSY/fUO/oWeTG7cHuTCN7AYphkHDjVgUh3A0b1QDwZnH7j4C6oRvExb7rUfgFw/9EIG1hSMMdb4imbJmjkEVWhchHGF9ipkMPYANswQSuDpbtOEyGf3OK0PlFFeqn3k5RyecmmuQd4pKKE7ASNKZwOd//UVxjz8Aa3NsZoZU3tbQJ8dnE6vit0Iggz7d4jbIxaQCd0gGbHRPtCppU6kTa52Lx+Zg01F+KGvr+/E6jXB/6pGoOqK0XObQtMKGSJ0=
  account: mediocregopher
2020-02-21 16:35:53 -07:00
.dehub Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
accessctl Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
cmd Add support for using EDITOR to construct commit messages. 2020-02-21 16:35:53 -07:00
fs Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
sigcred Change all references to 'master' into 'trunk' 2020-02-16 10:28:59 -07:00
typeobj Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
yamlutil Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
.gitignore Change all references to 'master' into 'trunk' 2020-02-16 10:28:59 -07:00
change_hash.go Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
commit_test.go rename TrunkCommit to ChangeCommit, in accordance with the new SPEC 2020-02-20 22:06:13 -07:00
commit.go rename TrunkCommit to ChangeCommit, in accordance with the new SPEC 2020-02-20 22:06:13 -07:00
config.go Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
diff.go Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
go.mod Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
go.sum Initial commit, can create master commit and verify previous master commits 2020-02-15 15:13:50 -07:00
INTRODUCTION.md refactor SPEC, plus some small changes to INTRODUCTION 2020-02-20 16:33:03 -07:00
repo_test.go rename TrunkCommit to ChangeCommit, in accordance with the new SPEC 2020-02-20 22:06:13 -07:00
repo.go Change all references to 'master' into 'trunk' 2020-02-16 10:28:59 -07:00
SPEC.md refactor SPEC, plus some small changes to INTRODUCTION 2020-02-20 16:33:03 -07:00