Accepting request 1223680 from devel:tools:scm
OBS-URL: https://build.opensuse.org/request/show/1223680 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jujutsu?expand=0&rev=14
This commit is contained in:
commit
10b9301e4f
2
_service
2
_service
@ -3,8 +3,8 @@
|
||||
<param name="url">https://github.com/martinvonz/jj</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.23.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v0.22.0</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="filename">jujutsu</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddfbcdd0dc1005aaf6226a26a3ed6f42beff4a7868e844b21ca478a304f9b68f
|
||||
size 7652877
|
3
jujutsu-0.23.0.obscpio
Normal file
3
jujutsu-0.23.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cddcbfeb587c062e1d3f85c615d28078a351897e8cf47da06826840827b8379
|
||||
size 6854157
|
@ -1,3 +1,80 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 09:21:09 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 0.23.0 (boo#1233013):
|
||||
* Security fixes
|
||||
- Fixed path traversal by cloning/checking out crafted Git
|
||||
repository containing .., .jj, .git paths.
|
||||
(GHSA-88h5-6w7m-5w56; CVE-2024-51990)
|
||||
* Breaking changes
|
||||
- Revset function names can no longer start with a number.
|
||||
- Evaluation error of revsets.short-prefixes configuration is
|
||||
now reported.
|
||||
- The HEAD@git symbol no longer resolves to the Git HEAD
|
||||
revision. Use git_head() or @- revset expression instead. The
|
||||
git_head template keyword now returns a boolean.
|
||||
- Help command doesn't work recursively anymore, i.e. jj
|
||||
workspace help root doesn't work anymore.
|
||||
- The color label op_log from the [colors] config section now
|
||||
only applies to the op log and not to the other places
|
||||
operations are displayed. In almost all cases, if you
|
||||
configured op_log before, you should use the new operation
|
||||
label instead.
|
||||
- Default operation log template now shows end times of
|
||||
operations instead of start times.
|
||||
* Deprecations
|
||||
- git.auto-local-bookmark replaces git.auto-local-branch. The
|
||||
latter remains supported for now (at lower precedence than
|
||||
the former).
|
||||
* New features
|
||||
- Added diff options to ignore whitespace when comparing lines.
|
||||
Whitespace changes are still highlighted.
|
||||
- New command jj simplify-parents will remove redundant parent
|
||||
edges.
|
||||
- jj squash now supports -f/-t shorthands for --from/--[in]to.
|
||||
- Initial support for shallow Git repositories has been
|
||||
implemented. However, deepening the history of a shallow
|
||||
repository is not yet supported.
|
||||
- jj git clone now accepts a --depth <DEPTH> option, which
|
||||
allows to clone the repository with a given depth.
|
||||
- New command jj file annotate that annotates files line by
|
||||
line. This is similar in functionality to git blame. Invoke
|
||||
the command with jj file annotate <file_path>. The output
|
||||
can be customized via the templates.annotate_commit_summary
|
||||
config variable.
|
||||
- jj bookmark list gained a --remote REMOTE option to display
|
||||
bookmarks belonging to a remote. This option can be combined
|
||||
with --tracked or --conflicted.
|
||||
- New command jj config unset that unsets config values. For
|
||||
example, jj config unset --user user.name.
|
||||
- jj help now has the flag --keyword (shorthand -k), which can
|
||||
give help for some keywords (e.g. jj help -k revsets). To see
|
||||
a list of the available keywords you can do jj help --help.
|
||||
- New at_operation(op, expr) revset can be used in order to
|
||||
query revisions based on historical state.
|
||||
- String literals in filesets, revsets and templates now
|
||||
support hex bytes (with \e as escape / shorthand for \x1b).
|
||||
- New coalesce(revsets...) revset which returns commits in the
|
||||
first revset in the revsets list that does not evaluate to
|
||||
none().
|
||||
- New template function raw_escape_sequence(...) preserves
|
||||
escape sequences.
|
||||
- Timestamp objects in templates now have after(date) ->
|
||||
Boolean and before(date) -> Boolean methods for comparing
|
||||
timestamps to other dates.
|
||||
- New template functions pad_start(), pad_end(),
|
||||
truncate_start(), and truncate_end() are added.
|
||||
- Add a new template alias
|
||||
bultin_log_compact_full_description().
|
||||
- Added the config settings diff.color-words.context and
|
||||
diff.git.context to control the default number of lines of
|
||||
context shown.
|
||||
* Fixed bugs
|
||||
- Error on trunk() revset resolution is now handled gracefully.
|
||||
#4616
|
||||
- Updated the built-in diff editor scm-record to version 0.4.0,
|
||||
which includes multiple fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 3 12:13:57 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
@ -86,7 +163,7 @@ Thu Oct 3 12:13:57 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 04:57:58 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 0.21.0:
|
||||
- update to 0.21.0 (boo#1230082):
|
||||
* Breaking changes
|
||||
- next/prev will no longer infer when to go into edit mode when
|
||||
moving from commit to commit. It now either follows the flags
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: jujutsu
|
||||
version: 0.22.0
|
||||
mtime: 1727889920
|
||||
commit: 67c2ae0a9e3e445f034a456b299e3f37c4dc4b93
|
||||
version: 0.23.0
|
||||
mtime: 1730955098
|
||||
commit: 5de285f5eb727b613434979cd9d83c30cabaffae
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define binary_name jj
|
||||
|
||||
Name: jujutsu
|
||||
Version: 0.22.0
|
||||
Version: 0.23.0
|
||||
Release: 0
|
||||
Summary: Git-compatible DVCS that is both simple and powerful
|
||||
License: MIT
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7cda8f0abc00e59e92d5d661d46e69333f92c39e733afcc3fe149036dc5eb65
|
||||
size 39986467
|
||||
oid sha256:dbe20027a1521e4eac69f6c7f24e43b1232bb993288ef07b9232afc5715b3952
|
||||
size 40578753
|
||||
|
Loading…
Reference in New Issue
Block a user