You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/msrv.yml
+2
Original file line number
Diff line number
Diff line change
@@ -28,3 +28,5 @@ jobs:
28
28
toolchain: "1.59.0"# dictated by `windows` crates effectively, IMPORTANT: adjust etc/msrv-badge.svg as well
29
29
override: true
30
30
- run: make check-msrv-on-ci
31
+
continue-on-error: true # TODO: turn this off once the toolchain gets updated. There is a strange error preventing cargo to select the correct libgit2 version
- Allow reading patterns from stdin ([`0c597fe`](https://github.com/Byron/gitoxide/commit/0c597fe78acdd5672b4535a7d82620c5f7f93649))
33
+
- Add `--show-ignore-patterns` to `gix repo exclude query` ([`09f904b`](https://github.com/Byron/gitoxide/commit/09f904b1f393f03176882d491d7fffcad4058b49))
34
+
- Basic prefix support as well the first working version of `exclude query` ([`9cb8385`](https://github.com/Byron/gitoxide/commit/9cb83859f9bb76f38ab5bbd0ae6d6f20a691e9e1))
35
+
- Support for overrides on the command-line ([`7d98b21`](https://github.com/Byron/gitoxide/commit/7d98b2196c130263ace4a948418affdd950302ed))
- frame for `gix repo exclude query` ([`a331314`](https://github.com/Byron/gitoxide/commit/a331314758629a93ba036245a5dd03cf4109dc52))
39
+
- make fmt ([`50ff7aa`](https://github.com/Byron/gitoxide/commit/50ff7aa7fa86e5e2a94fb15aab86470532ac3f51))
40
+
***Uncategorized**
41
+
- make fmt ([`251b6df`](https://github.com/Byron/gitoxide/commit/251b6df5dbdda24b7bdc452085f808f3acef69d8))
42
+
- Merge branch 'git_includeif' of https://github.com/svetli-n/gitoxide into svetli-n-git_includeif ([`0e01da7`](https://github.com/Byron/gitoxide/commit/0e01da74dffedaa46190db6a7b60a2aaff190d81))
@@ -304,8 +343,8 @@ Maintenance release without any new features.
304
343
305
344
<csr-read-only-do-not-edit/>
306
345
307
-
-4 commits contributed to the release over the course of 94 calendar days.
308
-
-94 days passed between releases.
346
+
-3 commits contributed to the release over the course of 65 calendar days.
347
+
-84 days passed between releases.
309
348
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
310
349
- 0 issues like '(#ID)' where seen in commit messages
311
350
@@ -319,7 +358,6 @@ Maintenance release without any new features.
319
358
- Add lean-plumbing docs for path of commit-graph-verify ([`5c7b52d`](https://github.com/Byron/gitoxide/commit/5c7b52d658d5b86bf4cf05c724202e824016c0e2))
-[commitgraph] Stub out commit-graph-verify plumbing command. ([`aacf0f0`](https://github.com/Byron/gitoxide/commit/aacf0f05a909e5b7d9ffd5623ef9833e0465be93))
322
-
- Provide terminal dimensions to better use horizontal space ([`11f6b84`](https://github.com/Byron/gitoxide/commit/11f6b8497a5089377e605f4cbe1cd317ef677d59))
323
361
</details>
324
362
325
363
## v0.4.3 (2020-09-21)
@@ -328,7 +366,7 @@ Maintenance release without any new features.
328
366
329
367
<csr-read-only-do-not-edit/>
330
368
331
-
-3 commits contributed to the release over the course of 10 calendar days.
369
+
-1 commit contributed to the release over the course of 1 calendar day.
332
370
- 3 days passed between releases.
333
371
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
334
372
- 0 issues like '(#ID)' where seen in commit messages
@@ -341,8 +379,8 @@ Maintenance release without any new features.
341
379
342
380
<csr-read-only-do-not-edit/>
343
381
344
-
-12 commits contributed to the release over the course of 35 calendar days.
345
-
-37 days passed between releases.
382
+
-2 commits contributed to the release over the course of 6 calendar days.
383
+
-6 days passed between releases.
346
384
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
347
385
- 0 issues like '(#ID)' where seen in commit messages
348
386
@@ -353,18 +391,8 @@ Maintenance release without any new features.
353
391
<details><summary>view details</summary>
354
392
355
393
***Uncategorized**
356
-
-[clone] first journey test for pack-receive ([`46a3511`](https://github.com/Byron/gitoxide/commit/46a3511aead043bc45256ce603285ff4d0fff60a))
357
-
-[clone] This actually works: first MVP of retrieving packs via clone ([`c06d819`](https://github.com/Byron/gitoxide/commit/c06d8194173f9ec468ddd0faf72dd6d8dbf7d35d))
358
-
-[ref-ls] add pretty version for ls-refs ([`487d06d`](https://github.com/Byron/gitoxide/commit/487d06d53b9cc201b5a009977e835b51f4b9f690))
-[ref-ls] Frame for remote-ref-ls command in gitoxide-core ([`161e7df`](https://github.com/Byron/gitoxide/commit/161e7df34a53db40551879c6d2319ee775dfd551))
364
-
-[clone] link up lean plumbing command with gitoxide-core: pack-receive ([`5ea49c8`](https://github.com/Byron/gitoxide/commit/5ea49c8aa0d449bed98ce0147ad222ff25c27c32))
- Less ambiguous name for 'index-from-pack': 'pack-index-from-data' ([`386673c`](https://github.com/Byron/gitoxide/commit/386673ccc99d18d023c7df3fcd40e86d71960b25))
- Finish removal of rust 2018 idioms ([`0d1699e`](https://github.com/Byron/gitoxide/commit/0d1699e0e0bc9052be0a74b1b3f3d3eeeec39e3e))
395
+
- Provide terminal dimensions to better use horizontal space ([`11f6b84`](https://github.com/Byron/gitoxide/commit/11f6b8497a5089377e605f4cbe1cd317ef677d59))
368
396
</details>
369
397
370
398
## v0.4.0 (2020-09-12)
@@ -379,7 +407,8 @@ Maintenance release without any new features.
379
407
380
408
<csr-read-only-do-not-edit/>
381
409
382
-
- 1 commit contributed to the release.
410
+
- 14 commits contributed to the release over the course of 29 calendar days.
411
+
- 30 days passed between releases.
383
412
- 0 commits where understood as [conventional](https://www.conventionalcommits.org).
384
413
- 0 issues like '(#ID)' where seen in commit messages
385
414
@@ -390,7 +419,20 @@ Maintenance release without any new features.
390
419
<details><summary>view details</summary>
391
420
392
421
***Uncategorized**
393
-
- Finish removal of rust 2018 idioms ([`0d1699e`](https://github.com/Byron/gitoxide/commit/0d1699e0e0bc9052be0a74b1b3f3d3eeeec39e3e))
422
+
-[clone] refs can now be written into a specified directory ([`fb1f048`](https://github.com/Byron/gitoxide/commit/fb1f04837be994fa5bcb9aa24f25b5f4f72e4ce0))
423
+
-[clone] First version of writing references, but… ([`445be27`](https://github.com/Byron/gitoxide/commit/445be27cf81663ba4fe941c00262448444efbac2))
424
+
-[clone] first journey test for pack-receive ([`46a3511`](https://github.com/Byron/gitoxide/commit/46a3511aead043bc45256ce603285ff4d0fff60a))
425
+
-[clone] This actually works: first MVP of retrieving packs via clone ([`c06d819`](https://github.com/Byron/gitoxide/commit/c06d8194173f9ec468ddd0faf72dd6d8dbf7d35d))
426
+
-[ref-ls] add pretty version for ls-refs ([`487d06d`](https://github.com/Byron/gitoxide/commit/487d06d53b9cc201b5a009977e835b51f4b9f690))
-[ref-ls] Frame for remote-ref-ls command in gitoxide-core ([`161e7df`](https://github.com/Byron/gitoxide/commit/161e7df34a53db40551879c6d2319ee775dfd551))
432
+
-[clone] link up lean plumbing command with gitoxide-core: pack-receive ([`5ea49c8`](https://github.com/Byron/gitoxide/commit/5ea49c8aa0d449bed98ce0147ad222ff25c27c32))
- Less ambiguous name for 'index-from-pack': 'pack-index-from-data' ([`386673c`](https://github.com/Byron/gitoxide/commit/386673ccc99d18d023c7df3fcd40e86d71960b25))
@@ -497,9 +539,9 @@ Many small and possibly breaking changes are not mentioned here.
497
539
- prepare for optional addition of line renderer for lean version ([`aac0d34`](https://github.com/Byron/gitoxide/commit/aac0d341eb02f0dccdf740f7ef15e8f585907544))
498
540
- upgrade to prodash version 7 ([`af02b46`](https://github.com/Byron/gitoxide/commit/af02b46cc1eff5ba1da7da20d3f524a79fad686f))
499
541
- Make --version flags work as expected. ([`a4d978c`](https://github.com/Byron/gitoxide/commit/a4d978ccc11e73fd752055c9a28b3b23dea145ea))
542
+
- rename 'pretty' target into 'max', a better fit for what it is ([`5acecc5`](https://github.com/Byron/gitoxide/commit/5acecc59d2d39141f2e98b6f8556c6d457ab0965))
500
543
- Make gio commands less cumbersome, self-document their build type (pretty, lean) ([`1f9bc03`](https://github.com/Byron/gitoxide/commit/1f9bc03dd773d90960a6f6d4ee59af3f938ad80b))
501
544
- Allow to limit the logging depth for less cluttered output ([`fce7035`](https://github.com/Byron/gitoxide/commit/fce703531d7006f7d961d6ffa66f51f6c9bc0efc))
502
-
- rename 'pretty' target into 'max', a better fit for what it is ([`5acecc5`](https://github.com/Byron/gitoxide/commit/5acecc59d2d39141f2e98b6f8556c6d457ab0965))
503
545
- support for json in pretty-plumbing and gitoxide (on demand) ([`b3780f8`](https://github.com/Byron/gitoxide/commit/b3780f87438d34b372c48b7385199f7ea22b3965))
504
546
- Simplify the 'keep open' logic of TUI progress window ([`13cd8ce`](https://github.com/Byron/gitoxide/commit/13cd8ce372800eb0016190960834c759c9744b9c))
505
547
- attempt to implement progress with a mode enum ([`ac490c2`](https://github.com/Byron/gitoxide/commit/ac490c21b8f369c45ee0d7688ddb381ce6f4af94))
0 commit comments