v0.1.0
Changelog
- 6d12e53 Add .gitignore
- 1f95471 Add a CI
- 1700d5b Add a LICENSE
- 57607a7 Add a Makefile
- 68dc0ba Add a simple test for when there are no changes
- a6e4607 Add a sync command
- 9c22ecb Add fetch
- 9227f15 Add github CI
- af6af6a Add goreleaser
- 9e65be8 Add more tests for rebasing
- ed3c785 Add pushing support with push.go
- 6c19254 Add some basic daemon commands
- d2b6b65 Add some basic tests for rebasing
- b1de9d0 Build a simple daemon
- 94cb4ce CI Test: Set 'git author' information
- c583615 CI: Downgrade to 20.04
- 0dcee52 CI: Set the git identity explicitly
- b740bde Commit my todos
- c96cbda Commit: Add more tests
- e05e0df Daemon: Experiment with installing it as a service
- ad384a2 Disable CGO
- 4bcbe27 Ensure git author is set
- 1e665e7 Experiment with FS watching + polling
- d111d41 First commit
- aca6e35 Fix CI file
- 625c81c Fix failing rebase test
- ff903da Fix linting issue
- 0351f91 Fix some linting issues
- c82c3d3 Give an error when the rebase fails
- 6eba628 Ignore files ignored by the .gitignore
- fa9f4f3 Implement when there is a new file
- c09a837 Improve the errors
- 7cb763b Make it a proper CLI app
- 1945f88 Minor refactor
- 6138071 Move autosync code to its own file
- 1fc291b Move ignore code to its own file
- 562ce3f Move most code into a 'common' package
- 1cc1bbf README braindump
- f97ebf4 Remove artifact signing
- d92de01 Remove fmts used while debugging
- b4aae65 Remove unreachable code
- 3166ca5 Revert "goreleaser: Separate out macos build"
- 7a2177c Send a notification if a rebase fails
- a2bfbea Setup Go
- 9a87734 Simplify commit code
- 4122acb Split watching code into its own file
- 9bf43a9 Test notifications
- b672539 Update .gitignore
- 6695fd9 Update todo
- 0f4abb3 Update todo
- 01f8713 Use rebase + push
- 0e59271 Use tracerr instead of errors
- beda458 commit: Slightly better errors
- cb8c89a daemon: Fix error wrapping
- 1faf0f2 go mod tidy
- 8a7c4f0 goreleaser: Build macos build separately
- b5e9886 goreleaser: Enable CGO
- 0f9594c goreleaser: Separate out macos build
- 08ea165 poc: Only show an Alert
- 7721546 rebase: improve check if rebase is going on