- Update to upstream version 1.0.0-beta.4.
- This version uses hyper 0.14.24, which prevents CVE-2022-31394
(bsc#1208559).
- Update to upstream version 1.0.0-beta.2:
* Improve "pijul key" documentation.
* "pijul pull" does not open $EDITOR anymore when given a list
of changes.
* Fix a bug with name conflicts.
* Fix a few panic/unwraps problems.
* Fix a bug where a zombile file could be deleted by
"pijul unrecord" but its contents would stay zombie.
* Update regex dependency to prevent CVE-2022-24713
(bsc#1196972).
- Changes from version 1.0.0-beta.1:
* Fixed a failed assertion in the patch text format.
* Fixed a "merged vertices" bug when moving and editing them in
the same patch.
- Update to upstream version 1.0.0-beta:
* Add --force to "add" to include ignored files.
* Fix conflict identifiers.
* Remove the --tag option from "push/pull".
* Fix "log" filters.
- Changes from version 1.0.0-alpha.57:
* Add support for tags.
* Fix path crashes related to the non-null roots.
* Prioritise moving a file over undeletion.
* Show the correct paths in recursive file deletions.
* Add --force to "reset/switch" to ignore name conflicts.
* Avoid printing multiple names conflicts more than once.
* Better error message when pushing to a non-existent local
channel.
* Fix log --filters, along with performance improvements.
- Update to upstream version 1.0.0-alpha.56:
* Re-implement change printing and parsing.
* Add a root inode (initial support for submodules).
* Fix a deprecation warning in ed25519-dalek.
- Add cargo audit service to detect potential security issues
- Update to upstream version 1.0.0-alpha.55:
* Better estimation of the maximum number of open patches that
Pijul can keep.
* Proper escaping of UTF-8 filenames in the patch text format.
* Add patch filtering to "git log".
* Add JSON output for "git log".
* "pijul init" does not modify already existing .ignore files.
* Improve detection of binary files.
- Update to upstream version 1.0.0-alpha.54:
* Improve push/pull reporting.
* Fix a panic when outputting zombie folders.
* Better computation of progress bars width.
* Pushing/pulling from/to Nest discussions again.
* Allow remotes to have different push and pull addresses.
* Correct reporting of permission errors on external subcommands.
* Add a .ignore file when initializing a repository containing a
list of commonly ignored entries. See the "--kind" flag
of the "pijul init" subcommand.
- Changes from version 1.0.0-alpha.53:
* Fix newline issues with OpenSSH which caused clone via SSH
to hang.
* Do not remove untracked files when outputting.
* Make recursive directory remove optional.
* Add an option to limit the output size of "pijul log".
* Make "pijul diff --short" more informative.
* Fix "pijul diff --untracked".
* Use the change time in addition to the modified time when
detecting untouched files.
* Print modifications only once in "pijul diff".
* Do not compute the entire diff if only "--json --untracked"
is wanted.
* Unrecord the pending patch when pulling, in the special
case that there is no thing to download.
* Add a progress bar to "git push".
* Fix "addition error" on "pijul git".
* Better "pijul git" error message when recording.
- Update to upstream version 1.0.0-alpha.52.
- Update to upstream version 1.0.0-alpha.48.
- Update to upstream version 1.0.0-alpha.38.
- Avoid bashisms in build recipe.
- Update to upstream version 1.0.0-alpha.36.
- Update to upstream version 1.0.0-alpha.24.
- Update to upstream version 1.0.0-alpha.21.
- Enable 'Git' support (allow to import a Git repository into
a Pijul one).
- Update to upstream version 1.0.0-alpha.17.
- Update to upstream version 1.0.0-alpha.15.
- Avoid build error for ppc64le as reported by boo#1175502
- Update to upstream release 0.12.2.
- Add completion support for Bash, Zsh and Fish shells.
- Remove the README.md file because it is not included in the
tarball anymore.
- Trim bias and metadata redundancies from descriptions.
- Remove duplicate %setup call.
- Version 0.12.0.
OBS-URL: https://build.opensuse.org/request/show/1070034
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=30
- Update upstream version 1.0.0-beta.2:
* Improve "pijul key" documentation.
* "pijul pull" does not open $EDITOR anymore when given a list
of changes.
* Fix a bug with name conflicts.
* Fix a few panic/unwraps problems.
* Fix a bug where a zombile file could be deleted by
"pijul unrecord" but its contents would stay zombie.
* Update regex dependency to prevent CVE-2022-24713
(bsc#1196972).
- Changes from version 1.0.0-beta.1:
* Fixed a failed assertion in the patch text format.
* Fixed a "merged vertices" bug when moving and editing them in
the same patch.
- Update to upstream version 1.0.0-beta:
- Changes from version 1.0.0-alpha.57:
OBS-URL: https://build.opensuse.org/request/show/975746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=10
* Improve "pijul key" documentation.
* "pijul pull" does not open $EDITOR anymore when given a list
of changes.
* Fix a bug with name conflicts.
* Fix a few panic/unwraps problems.
* Fix a bug where a zombile file could be deleted by
"pijul unrecord" but its contents would stay zombie.
* Update regex dependency to prevent CVE-2022-24713
(bsc#1196972).
- Changes from version 1.0.0-beta.1:
- Update to upstream version 1.0.0-beta:
- Changes from version 1.0.0-alpha.57:
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=28
- Update to upstream version 1.0.0~beta:
* Add --force to "add" to include ignored files.
* Fix conflict identifiers.
* Remove the --tag option from "push/pull".
* Fix "log" filters.
- Changes from version 1.0.0~alpha.57:
* Add support for tags.
* Fix path crashes related to the non-null roots.
* Prioritise moving a file over undeletion.
* Show the correct paths in recursive file deletions.
* Add --force to "reset/switch" to ignore name conflicts.
* Avoid printing multiple names conflicts more than once.
* Better error message when pushing to a non-existent local
channel.
* Fix log --filters, along with performance improvements.
OBS-URL: https://build.opensuse.org/request/show/948976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=9
* Add --force to "add" to include ignored files.
* Fix conflict identifiers.
* Remove the --tag option from "push/pull".
* Fix "log" filters.
- Changes from version 1.0.0~alpha.57:
* Add support for tags.
* Fix path crashes related to the non-null roots.
* Prioritise moving a file over undeletion.
* Show the correct paths in recursive file deletions.
* Add --force to "reset/switch" to ignore name conflicts.
* Avoid printing multiple names conflicts more than once.
* Better error message when pushing to a non-existent local
channel.
* Fix log --filters, along with performance improvements.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=26
- Update to upstream version 1.0.0-alpha.55:
* Better estimation of the maximum number of open patches that
Pijul can keep.
* Proper escaping of UTF-8 filenames in the patch text format.
* Add patch filtering to "git log".
* Add JSON output for "git log".
* "pijul init" does not modify already existing .ignore files.
* Improve detection of binary files.
- Update to upstream version 1.0.0-alpha.54:
* Improve push/pull reporting.
* Fix a panic when outputting zombie folders.
* Better computation of progress bars width.
* Pushing/pulling from/to Nest discussions again.
* Allow remotes to have different push and pull addresses.
* Correct reporting of permission errors on external subcommands.
* Add a .ignore file when initializing a repository containing a
list of commonly ignored entries. See the "--kind" flag
of the "pijul init" subcommand.
- Changes from version 1.0.0-alpha.53:
* Fix newline issues with OpenSSH which caused clone via SSH
to hang.
* Do not remove untracked files when outputting.
* Make recursive directory remove optional.
* Add an option to limit the output size of "pijul log".
* Make "pijul diff --short" more informative.
* Fix "pijul diff --untracked".
* Use the change time in addition to the modified time when
detecting untouched files.
* Print modifications only once in "pijul diff".
OBS-URL: https://build.opensuse.org/request/show/927203
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pijul?expand=0&rev=6
* Better estimation of the maximum number of open patches that
Pijul can keep.
* Proper escaping of UTF-8 filenames in the patch text format.
* Add patch filtering to "git log".
* Add JSON output for "git log".
* "pijul init" does not modify already existing .ignore files.
* Better detection of binary files.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pijul?expand=0&rev=22