| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be.
|
|
|
|
| |
seconds
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
General improvements
Co-Authored-By: Michael Muré <batolettre@gmail.com>
empty array check
an empty array is not nil
Co-Authored-By: Michael Muré <batolettre@gmail.com>
|
|
|
|
| |
BaseOp
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- add a new operation
- add a new "timeline" in the snapshot that hold a processed version of the operations
|
| |
|
| |
|
| |
|
|
|
|
| |
and the metadatas
|
| |
|
| |
|
| |
|
|
|
|
| |
See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice
|
| |
|
|
|
|
| |
fix #37
|
|
|
|
| |
sorting and retrieval
|
| |
|
|
|
|
| |
and edit time without having to rely on a timestamp
|
| |
|
|
|
|
|
|
|
| |
a nice templace is now provided with explanations
new: title and message can now be provided from the editor. Title will
be the first non-empty line
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|