Commit graph

89 commits

Author SHA1 Message Date
Fabien Potencier fd72641be1
Rename originBranch to origin 2024-03-08 14:12:51 +01:00
Fabien Potencier 931f587a87
Merge pull request #80 from splitsh/excludes
Support excluding directories
2024-03-08 11:25:27 +01:00
Fabien Potencier bd864e2ca6
Sanitize prefix values 2024-03-08 10:58:45 +01:00
Fabien Potencier 5dbf39b5b4
Add excluding directories support 2024-03-08 10:43:48 +01:00
Fabien Potencier eaede0baa4
Merge pull request #79 from splitsh/aggressive-cache
Move head check for a more aggressive use of cache
2024-03-08 08:11:47 +01:00
Fabien Potencier ca1a6cef48
Move head check for a more aggressive use of cache 2024-03-08 08:09:53 +01:00
Fabien Potencier cf9970e7ff
Merge pull request #78 from splitsh/cs
Fix a few lint issues
2024-03-07 17:30:54 +01:00
Fabien Potencier a5c6982fcd
Use a more recent version of libgit2 2024-03-07 17:27:50 +01:00
Fabien Potencier 8f693c4bc2
Fix a few lint issues 2024-03-07 15:26:05 +01:00
Fabien Potencier 2e82f4a273
Merge pull request #77 from splitsh/dead-code
Remove dead code
2024-03-07 15:18:00 +01:00
Fabien Potencier e6d25ea821
Remove dead code 2024-03-07 15:10:38 +01:00
Fabien Potencier 4aa9676740
Merge pull request #76 from splitsh/cache-flush-late
Sync DB only at the end of splits
2024-03-06 12:56:19 +01:00
Fabien Potencier 26da73eea4 Sync DB only at the end of splits 2024-03-06 12:53:42 +01:00
Fabien Potencier 5d55360bed Remove unneeded argument 2024-03-06 08:36:31 +01:00
Fabien Potencier d1ff5e1dc9 Add vendor to .gitignore 2024-03-02 09:40:11 +01:00
Fabien Potencier 3a3e4e00a4
Merge pull request #74 from splitsh/bbolt
Use bbolt as boltdb is not maintained anymore
2024-03-01 20:17:43 +01:00
Fabien Potencier 336cb150a8 Bump to Go 1.22 and update deps 2024-03-01 20:15:34 +01:00
Fabien Potencier f19d527a89 Use bbolt as boltdb is not maintained anymore 2024-03-01 19:35:06 +01:00
Fabien Potencier 6cdc0a4137 Fix CHANGELOG 2024-03-01 19:22:35 +01:00
Fabien Potencier 08804f1e89 Tweak README 2023-10-29 16:02:40 -07:00
Fabien Potencier e5e71931e0
Merge pull request #72 from splitsh/deprecated-features-removal
Remove the --quiet and --legacy options
2023-10-26 03:11:09 +02:00
Fabien Potencier 806f4764e8 Remove the --quiet and --legacy options 2023-10-25 18:09:56 -07:00
Fabien Potencier f2d9253550 Add more detail about how to compile the binary 2023-10-25 18:09:24 -07:00
Fabien Potencier 852bb257f0
Merge pull request #71 from splitsh/github-actions
Add GitHub actions
2023-10-25 23:55:50 +02:00
Fabien Potencier f394dc9e6e Add GitHub actions 2023-10-25 14:54:04 -07:00
Fabien Potencier f69839fdbe Fix tests 2023-10-25 12:43:55 -07:00
Fabien Potencier cb8dc18103 Fix installation instructions 2023-10-25 12:27:32 -07:00
Fabien Potencier 6e0e2b2401 Fix more issues with tests 2023-10-25 12:19:35 -07:00
Fabien Potencier faf6867922 Fix CS 2023-10-25 12:12:32 -07:00
Fabien Potencier a11445a29c Simplify README 2023-10-25 12:09:21 -07:00
Fabien Potencier cd4e65afcd Update CHANGELOG 2023-10-25 12:08:12 -07:00
Fabien Potencier 000fd5e163
Merge pull request #69 from kdambekalns/task/compile-on-arm
Allow to compile on Apple silicon, use go modules
2023-10-25 21:04:06 +02:00
Karsten Dambekalns 93e0ef1670
Adjust manual install part in README.md 2023-10-23 11:54:45 +02:00
Karsten Dambekalns dba129b8af
Update go modules
Result of

    $ go get -u
    go: downloading golang.org/x/crypto v0.14.0
    go: downloading golang.org/x/sys v0.13.0
    go: downloading golang.org/x/term v0.13.0
    go: upgraded golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c => v0.14.0
    go: upgraded golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 => v0.13.0
    $ go mod tidy
2023-10-23 11:45:12 +02:00
Karsten Dambekalns f54790e733
Use "original" libgit2/git2go
Works with libgit2 1.5.0 installed using ´brew install libgit2`
2022-10-06 19:37:16 +02:00
Morel Sébastien 493f39ffeb
Make it work with M1 2022-10-06 18:48:02 +02:00
Fabien Potencier 01594a43d0
Merge pull request #60 from taylorotwell/master
Fallback value for committer email
2021-05-12 15:24:27 +02:00
Taylor Otwell 9b1b817de9 fallback value for committer email 2021-05-11 14:48:41 -05:00
Fabien Potencier faf40091fa
Merge pull request #57 from FGRibreau/patch-1
Fix readme example
2020-06-24 12:07:40 +02:00
Francois-Guillaume Ribreau d47cfda32a
Fix readme example
Fix readme example.
Current example yield an error `The target is not a valid Git reference`
2020-06-24 10:37:16 +02:00
Fabien Potencier 8ac3dcd530 deprecated --quiet 2019-03-03 09:23:48 +01:00
Fabien Potencier e577e7eae9 fixed display sent to stdout instead of stderr 2019-03-03 09:18:59 +01:00
Fabien Potencier 681e207a80 fixed typos in the README 2019-03-03 09:02:36 +01:00
Fabien Potencier f75aea5311 added a CHANGELOG 2019-03-03 09:00:43 +01:00
Fabien Potencier 34a1ea69dd added some information about unarchiving the archive 2019-03-03 08:58:31 +01:00
Fabien Potencier 7730112d8a added a note about how to install it as a Git sub-command 2019-03-03 08:57:02 +01:00
Fabien Potencier a60a1c610f added a note in the README about tomono 2019-03-03 08:54:55 +01:00
Fabien Potencier f53198b2fd bumped license year 2019-03-03 08:48:51 +01:00
Fabien Potencier 1814017fb1
Merge pull request #50 from DonCallisto/patch-1
Update README.md
2019-02-13 16:38:39 +01:00
Samuele Lilli ea7e7e28b0
Update README.md
Fixed a broken link
2019-02-11 08:47:26 +01:00