A read-only clone of the dehub project, for until dehub.dev can be brought back online.
Go to file
mediocregopher 2add3a2501 Have the dehub command check if there are any staged changes before committing
message: |-
  Have the dehub command check if there are any staged changes before committing

  The check happens before msg is filled by EDITOR, to save frustration for the
  user. I'm not super convinced the logic here is correct, as the Status returned
  by worktree is somewhat complex. But it's the best I can do at the moment, and
  the tests pass, so it's gonna get shipped.
change_hash: AIqqhJwt4URaUOxePbgXWOdLwrG6dtuh+CL9T4CFWQ3M
credentials:
- type: pgp_signature
  pub_key_id: 95C46FA6A41148AC
  body: iQIzBAABAgAdFiEEJ6tQKp6olvZKJ0lwlcRvpqQRSKwFAl5Qd7kACgkQlcRvpqQRSKyeKw//WAQEn99jYyfFSVQeozuczha3wgnIMU59Pa+NIz2hz6BCF9O2L8iuHn+4zBr5GCywTmf2gRfLkl5ZC0yPVy1JgXobtnWFmLxkUyZV9JZiSHVeJmTsA3kO2VUtR9W4HrFBRUk+tUF3VhY4rbVslRACPmF3iEgmhqQ+H3yuogvfUewu7UIcczEP8+lorTqfV/8IC2yRCU2/wiBwbTDiKBF1M95Yms3K63ZOuCRKnkreB0o2KAHCGJ7QSHp2GwzeqXrB4dTYEOJmy0m1a1cWEd5703kqJ/dVdLGfOkn4MBrj22UOnFW7Y/i6NtNsWN1ILDncieykgIgec9sXxA2NILVGMnasmj6qW2wovukxz8xJzfS6dpke/wRu5J5qHfVx9bHJVIFOySNe25qCfm+lchCmsCRiRGg++J+bw/Ubsy8Tlq8SjTlQVm5ACqQCd4C0RsuR5DwzXHIDMnXsgwVWa19pQ4KM5EhMnn0WU+qRJpg3qLYWDMjj0pMuPxxSkXCc3YSf6nLeplCotXDnM8maoukJMvYqr4zEQ5SHrSkLaDNXdBVifuMEiGow1DDXJw+iYZKXNT/LNWCrafzI9IdI1suQgJUqwiJPMBKLzcgi/b5PKNXpBtiADCTvJelQQEOsVqCjsgO4bdemnecztdb9DezJfMEibhd8RoPcXj9W+X7OYZU=
  account: mediocregopher
2020-02-21 17:37:19 -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 Have the dehub command check if there are any staged changes before committing 2020-02-21 17:37:19 -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 Have the dehub command check if there are any staged changes before committing 2020-02-21 17:37:19 -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 Have the dehub command check if there are any staged changes before committing 2020-02-21 17:37:19 -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