Commit Graph

3003 Commits (70ff93d2386433723acbbe76711d299dfe9dca99)
 

Author SHA1 Message Date
cyqsimon 4815b6155e
Write changelog 9 months ago
cyqsimon 075b5b288a
Matcher parser errors when empty 9 months ago
cyqsimon 7cfd1e0d78
Rerun build script only when necessary 9 months ago
cyqsimon 9f7d70f642
Use regex for matcher parsing
- Somewhat better maintainability I think
9 months ago
cyqsimon 0fea82cff9
Minor improvement of variable naming accuracy 9 months ago
cyqsimon 64840fbbae
`join_segments` -> `build_glob_string`
- this is a more descriptive name
9 months ago
cyqsimon 827b3eca2f
Add unset `*.conf` example 9 months ago
cyqsimon 9478d2dfe8
Isolate variables at compile time 9 months ago
cyqsimon d24501ab5e
`include!` generated mappings in source 9 months ago
cyqsimon 9f4259721a
Fix codegen type declaration 9 months ago
cyqsimon 77e491161c
Ensure lexicographical ordering 9 months ago
cyqsimon 97780f987e
`MappingDefModel::into_mapping_list` returns `MappingList` 9 months ago
cyqsimon d1bc0ef0d4
Build script codegen initial impl 9 months ago
cyqsimon 52f94b4623
Clarify syntax selection algorithm behaviour 9 months ago
cyqsimon 37fd050100
Describe filename ordering more accurately 9 months ago
cyqsimon 83286975ff
Add ordering prefix to git-config example 9 months ago
cyqsimon f705fcb984
Add global git-config example 9 months ago
cyqsimon 9ca1f20f43
Add specification draft 9 months ago
Oliver looney 6ad800e43a
tidied commits 9 months ago
Oliver looney 069318b139
fixed formatting of terminal title 9 months ago
Oliver looney b9b554248d
successfully setting the terminal title to bat's input's names 9 months ago
Oliver looney 4863d428dd
title is being reset on quit, so no need to restore terminal title 9 months ago
Oliver looney 2e103ee6b3
able to set terminal title to hardcoded value 9 months ago
Lena 28990bc451
fix: display color when NO_COLOR is an empty string (#2767) 10 months ago
cyqsimon 748e2a681f Add `columns=3` to repology badge 10 months ago
Broono Lu bfa0b5241f
Update Arch Linux package URL in README files (#2779) 10 months ago
Oliver looney 4af4bfc0f1 fixed syntax typo in russian readme 10 months ago
cyqsimon 51203ff750
Use GitHub API to get correct PR submitter (#2791) 10 months ago
dependabot[bot] 96cef9a24e
Bump assets/themes/zenburn from `43dc527` to `e627f1c` (#2790)
Bumps [assets/themes/zenburn](https://github.com/colinta/zenburn) from `43dc527` to `e627f1c`.
- [Commits](43dc527731...e627f1cb22)

---
updated-dependencies:
- dependency-name: assets/themes/zenburn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
Oliver Kiddle b43d31b75a Improvements and fixes to zsh completion
* Use correct return status so that approximate completion isn't broken
* Follow zsh conventions on description forms
* Some options can be used multiple times, e.g. -H, -r, --file-name
* Set completion context correctly for the cache subcommand
* Better completion for --map-syntax argument
* Add --nonprintable-notation option
* Correct some of the mutual exclusion lists for options
10 months ago
dependabot[bot] ad3ff26960
Bump serde from 1.0.190 to 1.0.193 (#2788)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.190 to 1.0.193.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.190...v1.0.193)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot] 86b40993c3
Bump grep-cli from 0.1.9 to 0.1.10 (#2789)
Bumps [grep-cli](https://github.com/BurntSushi/ripgrep) from 0.1.9 to 0.1.10.
- [Release notes](https://github.com/BurntSushi/ripgrep/releases)
- [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md)
- [Commits](https://github.com/BurntSushi/ripgrep/compare/grep-cli-0.1.9...0.1.10)

---
updated-dependencies:
- dependency-name: grep-cli
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
dependabot[bot] 31bed250ba
Bump clap from 4.4.6 to 4.4.10 (#2786)
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.10.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.6...v4.4.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 months ago
Cosmic Horror 7658334645 Consider adding `?exclude_unsupported=1` to repology badge 10 months ago
cyqsimon 491ae70aa9 Write changelog 11 months ago
cyqsimon d64c568196 Allow overriding `{WARMUP,RUN}_COUNT` using env 11 months ago
cyqsimon b5982a6174 Allow setting number of runs in `run-benchmarks.sh` 11 months ago
Maria José Solano 04e7d2a313 fix(completions): add missing fish completions 11 months ago
cyqsimon bcc2de86b4
CI: add changelog check (#2766)
* Added changelog item check

Fetch the base branch and diff correctly

- See: https://github.com/actions/checkout/issues/160

Improve organisation

Add some echo for easier debugging

Fix bad variable syntax

Clarify the double-print in the success case

* Write to changelog

* Don't block dependabot PRs
11 months ago
cyqsimon 1296aea836 Write changelog for #2756
- I always forget to write changelog.
11 months ago
cyqsimon 5498c24c33 Rerun build script only when necessary 11 months ago
cyqsimon 79a03b4299 Reorganise build script into modules 11 months ago
cyqsimon f3a5e9a73c Use implicit format string capture syntax 11 months ago
cyqsimon 2710a19ecb Immutably construct variables map 11 months ago
cyqsimon 6d0ef259f6 Read env in build script at runtime 11 months ago
cyqsimon b1577cc083 Reorganise functions in build script 11 months ago
cyqsimon 28d947fd8b Use anyhow in build script 11 months ago
cyqsimon b000db8f32 Remove old completion generation code 11 months ago
dependabot[bot] 116a6cc9a8
Bump thiserror from 1.0.49 to 1.0.50 (#2758)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.49 to 1.0.50.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.49...1.0.50)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago
dependabot[bot] c8291a36b7
Bump serde from 1.0.189 to 1.0.190 (#2760)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.189 to 1.0.190.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.189...v1.0.190)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 months ago