Revisions of pijul

Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 36)
Update to version 1.0.0-beta.8
buildservice-autocommit accepted request 1108848 from Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) (revision 35)
baserev update by copy to link target
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 34)
Update to upstream version 1.0.0-beta.6
buildservice-autocommit accepted request 1090428 from Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) (revision 33)
baserev update by copy to link target
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 32)
- Update to upstream version 1.0.0-beta.5.
- This version uses hyper 0.14.26 and h2 0.3.19, preventing CVE-2023-26964
  (bsc#1210361).
buildservice-autocommit accepted request 1070035 from Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) (revision 31)
baserev update by copy to link target
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) accepted request 1070034 from Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) (revision 30)
- 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.
buildservice-autocommit accepted request 975746 from Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) (revision 29)
baserev update by copy to link target
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 28)
- 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:
- Update to upstream version 1.0.0-beta:
- Changes from version 1.0.0-alpha.57:
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 27)
- Update to upstream 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.
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 26)
- 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.
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 25)
- 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.
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) accepted request 929492 from William Brown's avatar William Brown (firstyear) (revision 24)
- Add cargo audit service to detect potential security issues
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 23)
Small changelog improvement
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 22)
- 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.
  * Better detection of binary files.
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 21)
Better changelog.
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 20)
Improve changelog.
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) committed (revision 19)
- Update to upstream version 1.0.0-alpha.54.
Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) accepted request 907316 from Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) (revision 18)
- Update to upstream version 1.0.0-alpha.52.
buildservice-autocommit accepted request 883616 from Imobach Gonzalez Sosa's avatar Imobach Gonzalez Sosa (IGonzalezSosa) (revision 17)
baserev update by copy to link target
Displaying revisions 1 - 20 of 36
openSUSE Build Service is sponsored by