登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
本周六 · 上海源创会,一起聊聊AI Agent 构建与应用
代码拉取完成,页面将自动刷新
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
1
Star
3
Fork
1
Sebastian Thiel
/
gitoxide
代码
Issues
0
Pull Requests
0
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
标签
标签名
描述
提交信息
操作
git-bitmap-v0.1.1
### New Features - `Clone` for `ewah::Vec` ### Commit Statistics - 5 commits contributed to the release over the course of 26 calendar days. - 136 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #427 ### Commit Details * **#427** - `Clone` for `ewah::Vec` (ac820d8) * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - Merge branch 'write-index-files' into write-index-v2 (cddc2ca) - Merge branch 'write-index-files' into rev-parse-delegate (370110d) - Fix typos (e9fcb70)
c96473d
2022-08-17 21:37
下载
git-discover-v0.4.0
### New Features - add `is_submodule_git_dir()` - `is_git()` now detects submodule worktrees correctly. - `git_discover::is_git()` can detect submodule dirs correctly enough. We currently detect them as possibly bare, which could be improved if we allow ourselves to see `.git/modules` as `submodule` always. ### Changed (BREAKING) - Provide more details when classifying submodule directories. That way we can avoid feeding `.git` files to `git-repository::open()` and avoid work duplication, which ultimately allows to open submodules directories of all kinds. ### Commit Statistics - 19 commits contributed to the release over the course of 25 calendar days. - 26 days passed between releases. - 4 commits where understood as [conventional](https://www.conventionalcommits.org). - 2 unique issues were worked on: #427, #482 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic. ### Commit Details * **#427** - make fmt (4b320e7) * **#482** - add `is_submodule_git_dir()` (2e015a3) - Query the `cwd` only once instead of potentially multiple times, allocating a Vec each time. (6be38f2) - Provide more details when classifying submodule directories. (1b0ef18) - fix windows build (ff488fa) - fix docs (3724f31) - `is_git()` now detects submodule worktrees correctly. (4a3e1cf) - refactor (1ee9918) - `git_discover::is_git()` can detect submodule dirs correctly enough. (aa6fd97) - another test indicating git-discover misclassifies `.git/modules` as worktree (9133141) - Failing test to show discovery skips submodules entirely (b56b57c) * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - thanks clippy (2135fb8) - Release git-hash v0.9.7, git-features v0.22.1 (232784a) - Merge branch 'write-index-files' into write-index-v2 (cddc2ca) - Merge branch 'write-index-files' into rev-parse-delegate (370110d) - Merge branch 'main' into rev-parse-delegate (4ae2bed) - Merge branch 'main' into rev-parse-delegate (6da8250) - make fmt (47724c0)
c96473d
2022-08-17 21:37
下载
git-diff-v0.17.1
A maintenance release without user facing changes. ### Commit Statistics - 4 commits contributed to the release over the course of 26 calendar days. - 26 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - Release git-hash v0.9.7, git-features v0.22.1 (232784a) - revert archive back to original (ef905d4) - Fix typos (e9fcb70)
c96473d
2022-08-17 21:37
下载
git-config-v0.6.1
A maintenance release without user facing changes. ### Commit Statistics - 9 commits contributed to the release over the course of 26 calendar days. - 26 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #482 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic. ### Commit Details * **#482** - refactor (1ee9918) * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - Release git-hash v0.9.7, git-features v0.22.1 (232784a) - Merge branch 'format_git_date_time' (99e12be) - thanks clippy (4bd747c) - commit strange changes to be able to do anything. (237b21d) - commit strange crlf-file that makes everything impossible (1dd9f9a) - make fmt (47724c0) - Fix typos (e9fcb70)
c96473d
2022-08-17 21:37
下载
git-ref-v0.15.1
### Bug Fixes - always update modification date when packed refs are forcefully reloaded. The latter happens right after the file was written, which means we definitely have to update our modification date or else the buffer will be read again next time somebody asks for an up-to-date version. The ordering of operations is such that at worst, the buffer is loaded again instead of keeping an outdated version of it, which would happen if the metadata is read afterwards. ### Commit Statistics - 17 commits contributed to the release over the course of 26 calendar days. - 26 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #427 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 2 times to make code idiomatic. ### Commit Details * **#427** - make fmt (4b320e7) - adapt to changes in git-features (777b40c) - Adjust to changes in `git-features` (07168c7) - Use generalized reload-on-demand in `git-ref` (8d0cce7) - Now it's possible to update packed refs using the shared code (78222c2) - The first step towards using the generalized `ReloadIfChanged` in git-ref (e8de0ef) - always update modification date when packed refs are forcefully reloaded. (1d20035) * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - Release git-hash v0.9.7, git-features v0.22.1 (232784a) - Merge branch 'format_git_date_time' (99e12be) - thanks clippy (4bd747c) - Merge branch 'write-index-files' into write-index-v2 (cddc2ca) - Merge branch 'write-index-files' into rev-parse-delegate (370110d) - thanks clippy (763cec8) - Merge branch 'main' into rev-parse-delegate (4ae2bed) - Merge branch 'main' into rev-parse-delegate (6da8250) - Fix typos (e9fcb70)
c96473d
2022-08-17 21:37
下载
git-object-v0.20.1
### New Features - `tree::EntryMode::as_str()` to display itself as a string. ### Commit Statistics - 7 commits contributed to the release over the course of 23 calendar days. - 26 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #427 ### Commit Details * **#427** - `tree::EntryMode::as_str()` to display itself as a string. (4f4bba2) * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - Release git-hash v0.9.7, git-features v0.22.1 (232784a) - Merge branch 'write-index-files' into write-index-v2 (cddc2ca) - Merge branch 'write-index-files' into rev-parse-delegate (370110d) - Merge branch 'main' into rev-parse-delegate (4ae2bed) - Merge branch 'main' into rev-parse-delegate (6da8250)
c96473d
2022-08-17 21:37
下载
git-tempfile-v2.0.3
A maintenance release without user facing changes. ### Commit Statistics - 2 commits contributed to the release over the course of 26 calendar days. - 26 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - Fix typos (e9fcb70)
c96473d
2022-08-17 21:37
下载
git-attributes-v0.3.1
A maintenance release without user facing changes. ### Commit Statistics - 8 commits contributed to the release over the course of 24 calendar days. - 26 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #427 ### Commit Details * **#427** - make fmt (4b320e7) * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - Release git-hash v0.9.7, git-features v0.22.1 (232784a) - Merge branch 'write-index-files' into write-index-v2 (cddc2ca) - improve docs and use 'new-style' in error messages. (e36d83e) - Add docs for `git-attributes` (0eabea9) - refactor (1cbc142) - Merge branch 'main' into pathspec (7b61506)
c96473d
2022-08-17 21:37
下载
git-actor-v0.11.1
### New Features - `SignatureRef::actor()` to more easily compare name and email. Comparing anything with actual timestamps will of cause fail eventually and make tests flaky. ### Commit Statistics - 5 commits contributed to the release over the course of 18 calendar days. - 26 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #427 ### Commit Details * **#427** - `SignatureRef::actor()` to more easily compare name and email. (027c43c) * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - Release git-hash v0.9.7, git-features v0.22.1 (232784a) - Merge branch 'write-index-files' into write-index-v2 (cddc2ca) - Merge branch 'write-index-files' into rev-parse-delegate (370110d)
c96473d
2022-08-17 21:37
下载
git-date-v0.0.3
A maintenance release without user facing changes. ### Commit Statistics - 17 commits contributed to the release over the course of 25 calendar days. - 26 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #427 ### Commit Details * **#427** - make fmt (4b320e7) - git-style disambiguation errors (5717194) * **Uncategorized** - prepare changelogs prior to reelase (c06ae1c) - Merge branch 'index-write-refactor' (805f432) - adjust `git_date::parsea(str)` to use a str (0f8680a) - refactor (11a5fa2) - refactor (8e6f4a9) - thanks clipppy (b139d70) - refactor (bd64387) - Use time format strings. (f84e8f5) - refactor (556dd8c) - refactor (5bbcbcd) - Format `git-date::Time` with `time::format_description`. (d4243bc) - Merge branch 'write-index-files' into write-index-v2 (cddc2ca) - Merge branch 'write-index-files' into rev-parse-delegate (370110d) - Merge branch 'main' into rev-parse-delegate (4ae2bed) - make fmt (47724c0)
c96473d
2022-08-17 21:37
下载
git-features-v0.22.1
### New Features - add `fs-jwalk-single-threaded` feature to specifically decouple `jwalk` from rayon It has been an issue in https://github.com/starship/starship/issues/4251 apparently and rayon interactions can be difficult. - `fs::Snapshot` to on-demand reload shared resources. ### Commit Statistics - 15 commits contributed to the release over the course of 23 calendar days. - 24 days passed between releases. - 2 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #427 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic. ### Commit Details * **#427** - make fmt (4b320e7) - optimize some portions of the Snapshot code for speed. (711fd5c) - More convenient API for fs::Snapshots (561d2e7) - `fs::Snapshot` to on-demand reload shared resources. (7f199f0) - Use generalized reload-on-demand in `git-ref` (8d0cce7) - Now it's possible to update packed refs using the shared code (78222c2) - The first step towards using the generalized `ReloadIfChanged` in git-ref (e8de0ef) - generalized port of packed-refs update logic for use in index (e3aff0c) * **Uncategorized** - add `fs-jwalk-single-threaded` feature to specifically decouple `jwalk` from rayon (f498d35) - Merge branch 'write-index-files' into write-index-v2 (cddc2ca) - Merge branch 'write-index-files' into rev-parse-delegate (370110d) - thanks clippy! (c072dbb) - Merge branch 'main' into rev-parse-delegate (4ae2bed) - Merge branch 'main' into rev-parse-delegate (6da8250) - Fix typos (e9fcb70)
232784a
2022-08-15 17:03
下载
git-hash-v0.9.7
### New Features - `Prefix::from(ObjectId)` This conversion will never fail and is useful as fallback to handle failed hash shortenings, which can now default to a prefix that represents the original and thus unique hash. ### Commit Statistics - 8 commits contributed to the release over the course of 19 calendar days. - 24 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #427 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic. ### Commit Details * **#427** - `Prefix::from(ObjectId)` (0579438) * **Uncategorized** - Merge branch 'format_git_date_time' (99e12be) - Merge branch 'main' into write-index-v2 (a938986) - first step towards everything being documented (919923c) - thanks clippy (4bd747c) - Merge branch 'write-index-files' into write-index-v2 (cddc2ca) - Merge branch 'write-index-files' into rev-parse-delegate (370110d) - Merge branch 'main' into rev-parse-delegate (4ae2bed)
232784a
2022-08-15 17:03
下载
git-refspec-v0.0.0
Initial release for name reservation. ### Commit Statistics - 2 commits contributed to the release. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #450 ### Commit Details * **#450** - prepare git-refspec changelog prior to release (3383408) - empty `git-refspec` crate for name reservation prior to implementation (871a3c0)
d406689
2022-08-05 10:52
下载
v0.13.0
### New Features - `gix config` with section and sub-section filtering. - `gix config` lists all entries of all configuration files git considers. Filters allow to narrow down the output. ### Commit Statistics - 37 commits contributed to the release over the course of 101 calendar days. - 107 days passed between releases. - 2 commits where understood as [conventional](https://www.conventionalcommits.org). - 3 unique issues were worked on: #301, #331, #427 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 3 times to make code idiomatic. ### Commit Details * **#301** - Allow reading patterns from stdin (0c597fe) - Add `--show-ignore-patterns` to `gix repo exclude query` (09f904b) - Basic prefix support as well the first working version of `exclude query` (9cb8385) - Support for overrides on the command-line (7d98b21) - fix build (cb56f12) - refactor (3ff991d) - frame for `gix repo exclude query` (a331314) - make fmt (50ff7aa) * **#331** - fix journey tests after `gix` restructuring (59b95c9) - `gix config` with section and sub-section filtering. (eda39ec) - `gix config` lists all entries of all configuration files git considers. (d99453e) - refactor (a437abe) - move 'exclude' up one level and dissolve 'repo' subcommand (8e5b796) - move 'mailmap' up one level (5cf08ce) - move 'odb' up one level (0ed65da) - move 'tree' up one level (38a8350) - move 'commit' up one level (72876f1) - move 'verify' up one level (ac7d99a) - move 'revision' one level up (c9c78e8) - move 'remote' to 'free' (8967fcd) - move commitgraph to 'free' (f99c3b2) - move index to 'free' (83585bd) - move 'pack' to 'free' (1cdecbc) - migrate mailmap to the new 'free' section (141c5f1) - first step towards moving all repository-commands one level up. (f4e1810) - make obvious what plumbing and porcelain really are (faaf791) - adjustments due to breaking changes in `git_path` (4420ae9) * **#427** - basic infrastructure for delegate implementation (d3c0bc6) - Hookup explain command (1049b00) - frame for `gix repo rev explain` (12e6277) * **Uncategorized** - thanks clippy (48b3f4a) - make fmt (0700b09) - Use git_path::realpath in all places that allow it right now (229dc91) - make fmt (251b6df) - Merge branch 'git_includeif' of https://github.com/svetli-n/gitoxide into svetli-n-git_includeif (0e01da7) - thanks clippy (056e8d2) - thanks clippy (fdec111)
d4df661
2022-07-22 21:16
下载
gitoxide-core-v0.15.0
### Changed (BREAKING) - remove local-time-support feature toggle. We treat local time as default feature without a lot of fuzz, and will eventually document that definitive support needs a compile time switch in the compiler (`--cfg unsound_local_offset` or something). One day it will perish. Failure is possible anyway and we will write code to deal with it while minimizing the amount of system time fetches when asking for the current local time. - Associate `file::Metadata` with each `File`. This is the first step towards knowing more about the source of each value to filter them based on some properties. This breaks various methods handling the instantiation of configuration files as `file::Metadata` typically has to be provided by the caller now or be associated with each path to read configuration from. ### New Features - `gix config` with section and sub-section filtering. - `gix config` lists all entries of all configuration files git considers. Filters allow to narrow down the output. - Use `git-config` to write config file on initialization, including `logallrefupdates` and `precomposeunicode`. ### Bug Fixes - `ein tool organize` now ignores worktrees. Previously it would report an error due to invalid assumptions. The new behaviour acknowledges that worktrees are placed by hand and moving them is almost always not what the user would want, even ignoring the added complexity in doing so correctly. ### Commit Statistics - 63 commits contributed to the release over the course of 101 calendar days. - 107 days passed between releases. - 6 commits where understood as [conventional](https://www.conventionalcommits.org). - 3 unique issues were worked on: #301, #331, #427 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 2 times to make code idiomatic. ### Commit Details * **#301** - fix build (d7dac11) - refactor (7b5fe1d) - adjust to changes in git-repository (e1dbf85) - fix build (40b8d4c) - Allow reading patterns from stdin (0c597fe) - Add `--show-ignore-patterns` to `gix repo exclude query` (09f904b) - Basic prefix support as well the first working version of `exclude query` (9cb8385) - Support for overrides on the command-line (7d98b21) - preliminary access to a fully configured exclusion cache (259d015) - fix build (cb56f12) - sketch `open_index()` on `Worktree`, but… (ff76261) - a sketch of basic Worktree support (732f6fb) - refactor (3ff991d) - frame for `gix repo exclude query` (a331314) - adapt to changes in git-path (cc2d810) - Use `git-path` crate instead of `git_features::path` (47e607d) - fix build (ffe92ca) - Make attributes and ignore configuration possible, but… (8a75fd7) - make fmt (50ff7aa) * **#331** - Group similarly named sections together more by not separating them with newline (4c69541) - Make lossy-configuration configurable (b0e4da6) - update README with `gix config` information (c19d9fd) - remove local-time-support feature toggle. (89a41bf) - `gix config` with section and sub-section filtering. (eda39ec) - `gix config` lists all entries of all configuration files git considers. (d99453e) - Associate `file::Metadata` with each `File`. (6f4eea9) - Use `git-config` to write config file on initialization, including `logallrefupdates` and `precomposeunicode`. (7f67b23) - adjust to changes in `git-config` (c52cb95) * **#427** - Handle 'kind' changes which completes 'explain' (45022a0) - Support for explaining all navitation (ace9c89) - start navigation implementation (ea1c009) - Implement `Revision` anchors (a1f0e3d) - basic infrastructure for delegate implementation (d3c0bc6) - Hookup explain command (1049b00) * **Uncategorized** - Release git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0 (aa639d8) - Release git-hash v0.9.6, git-features v0.22.0, git-date v0.0.2, git-actor v0.11.0, git-glob v0.3.1, git-path v0.4.0, git-attributes v0.3.0, git-tempfile v2.0.2, git-object v0.20.0, git-ref v0.15.0, git-sec v0.3.0, git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0, safety bump 22 crates (4737b1e) - prepare changelog prior to release (3c50625) - make fmt (0700b09) - fix build after changes to `git-url` and `git-config` (1f02420) - Merge branch 'main' into cont_include_if (daa71c3) - Merge branch 'main' into cont_include_if (0e9df36) - Merge branch 'main' into cont_include_if (41ea8ba) - Release git-path v0.3.0, safety bump 14 crates (400c9be) - Release git-date v0.0.1, git-hash v0.9.5, git-features v0.21.1, git-actor v0.10.1, git-path v0.2.0, git-attributes v0.2.0, git-ref v0.14.0, git-sec v0.2.0, git-config v0.5.0, git-credentials v0.2.0, git-discover v0.2.0, git-pack v0.20.0, git-odb v0.30.0, git-url v0.6.0, git-transport v0.18.0, git-protocol v0.17.0, git-revision v0.2.1, git-worktree v0.3.0, git-repository v0.19.0, safety bump 13 crates (a417177) - update changelogs prior to release (bb424f5) - Merge branch 'main' into svetli-n-cont_include_if (315c87e) - Refact. (a342e53) - `ein tool organize` now ignores worktrees. (5667a7c) - Revert "ignore worktrees in 'organize', but…" (f59471f) - ignore worktrees in 'organize', but… (e501c9e) - Merge branch 'davidkna-admin-sec' (3d0e2c2) - Release git-path v0.1.3, git-discover v0.1.2, git-repository v0.18.1, cargo-smart-release v0.10.1 (b7399cc) - Merge branch 'davidkna-discover-x-fs' (9abaeda) - Release git-path v0.1.2, git-sec v0.1.1, git-config v0.4.0, git-discover v0.1.1, git-pack v0.19.1, git-repository v0.18.0, cargo-smart-release v0.10.0, safety bump 2 crates (ceb6dff) - fix most of docs (1fe053f) - refactor (07e0f5e) - Release git-hash v0.9.4, git-features v0.21.0, git-actor v0.10.0, git-glob v0.3.0, git-path v0.1.1, git-attributes v0.1.0, git-sec v0.1.0, git-config v0.3.0, git-credentials v0.1.0, git-validate v0.5.4, git-object v0.19.0, git-diff v0.16.0, git-lock v2.1.0, git-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, git-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, git-packetline v0.12.5, git-url v0.5.0, git-transport v0.17.0, git-protocol v0.16.0, git-revision v0.2.0, git-worktree v0.2.0, git-repository v0.17.0, safety bump 20 crates (654cf39) - make fmt (e043807) - make fmt (251b6df) - Merge branch 'git_includeif' of https://github.com/svetli-n/gitoxide into svetli-n-git_includeif (0e01da7) - thanks clippy (d011d4e) - thanks clippy (fdec111) - Release git-glob v0.2.0, safety bump 3 crates (ab6bed7)
d4df661
2022-07-22 21:16
下载
git-commitgraph-v0.8.0
A maintenance release without user-facing changes. ### Commit Statistics - 10 commits contributed to the release over the course of 99 calendar days. - 110 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #384 ### Commit Details * **#384** - No need to isolate archives by crate name (19d46f3) - add archive files via git-lfs (7202a1c) - auto-set commit.gpgsign=false when executing git (c23feb6) * **Uncategorized** - Release git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0 (aa639d8) - Release git-hash v0.9.6, git-features v0.22.0, git-date v0.0.2, git-actor v0.11.0, git-glob v0.3.1, git-path v0.4.0, git-attributes v0.3.0, git-tempfile v2.0.2, git-object v0.20.0, git-ref v0.15.0, git-sec v0.3.0, git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0, safety bump 22 crates (4737b1e) - prepare changelog prior to release (3c50625) - assure document-features are available in all 'usable' and 'early' crates (238581c) - Release git-date v0.0.1, git-hash v0.9.5, git-features v0.21.1, git-actor v0.10.1, git-path v0.2.0, git-attributes v0.2.0, git-ref v0.14.0, git-sec v0.2.0, git-config v0.5.0, git-credentials v0.2.0, git-discover v0.2.0, git-pack v0.20.0, git-odb v0.30.0, git-url v0.6.0, git-transport v0.18.0, git-protocol v0.17.0, git-revision v0.2.1, git-worktree v0.3.0, git-repository v0.19.0, safety bump 13 crates (a417177) - update changelogs prior to release (bb424f5) - Release git-hash v0.9.4, git-features v0.21.0, git-actor v0.10.0, git-glob v0.3.0, git-path v0.1.1, git-attributes v0.1.0, git-sec v0.1.0, git-config v0.3.0, git-credentials v0.1.0, git-validate v0.5.4, git-object v0.19.0, git-diff v0.16.0, git-lock v2.1.0, git-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, git-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, git-packetline v0.12.5, git-url v0.5.0, git-transport v0.17.0, git-protocol v0.16.0, git-revision v0.2.0, git-worktree v0.2.0, git-repository v0.17.0, safety bump 20 crates (654cf39)
d4df661
2022-07-22 21:16
下载
git-repository-v0.20.0
### New Features - respect `safe.directory`. In practice, this code will rarely be hit as it would require very strict settings that forbid any operation within a non-owned git directory. - permissions for configuration. It provides fine-grained control over what sources to load. - `git-config` is now accessible in `git-repository::config`. - `gix config` lists all entries of all configuration files git considers. Filters allow to narrow down the output. - repository now initializes global configuration files and resolves includes - resolve includes in local repository configuration - `config::Snapshot::trusted_path()` to obtain trustworthy paths. We also apply trust-based config query during initialization to assure we don't use paths which aren't owned by the current user. - `Repository::config_snapshot()` to access configuration values. - Use `git-config` to write config file on initialization, including `logallrefupdates` and `precomposeunicode`. - respect `core.logallrefupdates` configuration setting. ### Changed (BREAKING) - Make `SignatureRef<'_>` mandatory for editing reference changelogs. If defaults are desired, these can be set by the caller. - `Repository::committer()` now returns an `Option`, see `::committer_or_default()` for a method that doesn't. - remove local-time-support feature toggle. We treat local time as default feature without a lot of fuzz, and will eventually document that definitive support needs a compile time switch in the compiler (`--cfg unsound_local_offset` or something). One day it will perish. Failure is possible anyway and we will write code to deal with it while minimizing the amount of system time fetches when asking for the current local time. - Associate `file::Metadata` with each `File`. This is the first step towards knowing more about the source of each value to filter them based on some properties. This breaks various methods handling the instantiation of configuration files as `file::Metadata` typically has to be provided by the caller now or be associated with each path to read configuration from. ### New Features (BREAKING) - Support for `lossy` load mode. There is a lot of breaking changes as `file::from_paths::Options` now became `file::init::Options`, and the same goes for the error type. - change mostily internal uses of [u8] to BString/BStr ### Commit Statistics - 72 commits contributed to the release over the course of 33 calendar days. - 39 days passed between releases. - 16 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #331 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 5 times to make code idiomatic. ### Commit Details * **#331** - Make lossy-configuration configurable (b0e4da6) - tests for author/committer/user (6d2e53c) - refactor (4dc6594) - default user signature now with 'now' time, like advertised. (ad40202) - Make `SignatureRef<'_>` mandatory for editing reference changelogs. (68f4bc2) - `Repository::committer()` now returns an `Option`, see `::committer_or_default()` for a method that doesn't. (f932cea) - first sketch of using configuration and environment variables for author/committer (330d0a1) - remove local-time-support feature toggle. (89a41bf) - a first sketch on how identity management could look like. (780f14f) - refactor (4f61312) - respect `safe.directory`. (1b765ec) - permissions for configuration. (840d9a3) - `git-config` is now accessible in `git-repository::config`. (6570808) - `gix config` lists all entries of all configuration files git considers. (d99453e) - adapt to changes in `git-config` (b52b540) - adapt to changes in `git-config` (3c57344) - adjust to changes in `git-config` for greater efficiency (e9afede) - adapt to changes in git-config (14ba883) - refactor (95ed219) - repository now initializes global configuration files and resolves includes (ebedd03) - adapt to changes in git-config (627a0e1) - only a select few early config attributes must be repo-local (be0971c) - resolve includes in local repository configuration (de8572f) - Adjust to changes in `git-config` (30cbe29) - solve cycle between config and ref-store (1679d56) - adapt to changes in `git-config` (7f41f1e) - prepare for resolving a complete config… (9be1dd6) - Allow to configure a different filter for configuration section. (e512ab0) - adjust to changes in `git-config` (ca89d0d) - refactor (5723730) - load configuration with trust information, needs cleanup (d8e41e2) - Add remaining config access, and an escape hatch. (81715ff) - `config::Snapshot::trusted_path()` to obtain trustworthy paths. (d5a48b8) - `Debug` for `config::Snapshot`. (2c21956) - `Repository::config_snapshot()` to access configuration values. (5f9bfa8) - adapt to changes in `git-config` (c9423db) - Support for `lossy` load mode. (d003c0f) - Associate `file::Metadata` with each `File`. (6f4eea9) - adjust to changes in `git-config` (81e63cc) - Use `git-config` to write config file on initialization, including `logallrefupdates` and `precomposeunicode`. (7f67b23) - respect `core.logallrefupdates` configuration setting. (e263e13) - adapt to breaking changes in `git-config` (a02d575) - adapt to changes in `git-config` (858dc8b) - adjustments due to breaking changes in `git-config` (924f148) - adjustments for breaking changes in `git-config` (d3841ee) - adjust to changes in `git-config` (c52cb95) - adjustments due to breaking changes in `git-config` (07bf647) - adapt to changes in `git-config` (363a826) - adjust to changes in `git-config` (920d56e) - adjustments required due to changed in `git-config` (41bfd3b) - adjust to breaking changes in `git-config` (5b66202) - adjustments due to breaking changes in `git_path` (4420ae9) * **Uncategorized** - Release git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0 (aa639d8) - Release git-hash v0.9.6, git-features v0.22.0, git-date v0.0.2, git-actor v0.11.0, git-glob v0.3.1, git-path v0.4.0, git-attributes v0.3.0, git-tempfile v2.0.2, git-object v0.20.0, git-ref v0.15.0, git-sec v0.3.0, git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0, safety bump 22 crates (4737b1e) - prepare changelog prior to release (3c50625) - thanks clippy (fddc720) - thanks clippy (0346aaa) - thanks clippy (b630543) - thanks clippy (d9eb34c) - avoid extra copies of paths using `PathCursor` tool during repo init (5771721) - make fmt (0700b09) - change mostily internal uses of [u8] to BString/BStr (311d4b4) - Merge branch 'main' into cont_include_if (daa71c3) - Merge branch 'normalize-values' (4e8cc7a) - thanks clippy (e1003d5) - Merge branch 'main' into cont_include_if (0e9df36) - Use git_path::realpath in all places that allow it right now (229dc91) - fix build warnings (84109f5) - Make a note to be sure we use the home-dir correctly in git-repository; avoid `dirs` crate (0e8cf19) - adjust to changes in git-config (7a1678d) - Merge branch 'main' into cont_include_if (41ea8ba) - Release git-path v0.3.0, safety bump 14 crates (400c9be)
d4df661
2022-07-22 21:16
下载
git-worktree-v0.4.0
This is a maintenance release with no functional changes. ### Commit Statistics - 5 commits contributed to the release over the course of 33 calendar days. - 39 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details * **Uncategorized** - Release git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0 (aa639d8) - Release git-hash v0.9.6, git-features v0.22.0, git-date v0.0.2, git-actor v0.11.0, git-glob v0.3.1, git-path v0.4.0, git-attributes v0.3.0, git-tempfile v2.0.2, git-object v0.20.0, git-ref v0.15.0, git-sec v0.3.0, git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0, safety bump 22 crates (4737b1e) - prepare changelog prior to release (3c50625) - make it harder to forget documentation in git-worktree (15d87ee) - Release git-path v0.3.0, safety bump 14 crates (400c9be)
d4df661
2022-07-22 21:16
下载
git-revision-v0.3.0
This is a maintenance release with no functional changes. ### Commit Statistics - 9 commits contributed to the release over the course of 38 calendar days. - 39 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #427 ### Thanks Clippy [Clippy](https://github.com/rust-lang/rust-clippy) helped 1 time to make code idiomatic. ### Commit Details * **#427** - Support for explaining all navitation (ace9c89) - Handle lonely tilde gracefully (6fb834e) - refactor (1a15e12) * **Uncategorized** - Release git-hash v0.9.6, git-features v0.22.0, git-date v0.0.2, git-actor v0.11.0, git-glob v0.3.1, git-path v0.4.0, git-attributes v0.3.0, git-tempfile v2.0.2, git-object v0.20.0, git-ref v0.15.0, git-sec v0.3.0, git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0, safety bump 22 crates (4737b1e) - prepare changelog prior to release (3c50625) - make fmt (0700b09) - assure document-features are available in all 'usable' and 'early' crates (238581c) - Merge branch 'normalize-values' (4e8cc7a) - thanks clippy (e1003d5)
aa639d8
2022-07-22 17:03
下载
git-protocol-v0.18.0
This is a maintenance release with no functional changes. ### Commit Statistics - 3 commits contributed to the release over the course of 33 calendar days. - 39 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details * **Uncategorized** - Release git-hash v0.9.6, git-features v0.22.0, git-date v0.0.2, git-actor v0.11.0, git-glob v0.3.1, git-path v0.4.0, git-attributes v0.3.0, git-tempfile v2.0.2, git-object v0.20.0, git-ref v0.15.0, git-sec v0.3.0, git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0, safety bump 22 crates (4737b1e) - prepare changelog prior to release (3c50625) - Release git-path v0.3.0, safety bump 14 crates (400c9be)
aa639d8
2022-07-22 17:03
下载
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Rust
1
https://gitee.com/byronbates/gitoxide.git
git@gitee.com:byronbates/gitoxide.git
byronbates
gitoxide
gitoxide
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册