summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-01-11Fix typo in bug report templateKeith Hall
2021-01-10Update map-syntax text in manpage to match --helpKeith Hall
2021-01-10Add missing command line options to the manpageKeith Hall
2021-01-10Add comment regarding use of bat as a library, closes #953sharkdp
2021-01-10Add 'batcat' comment in MANPAGER suggestion, closes #1434sharkdp
2021-01-10Improve --map-syntax documentation, see #1386sharkdp
2021-01-10Fix minor mistakes in --map-syntax documentationsharkdp
2021-01-10CICD: Build: Split up into separate 'Debian package' stepMartin Nordholts
2021-01-10Explicitly allow clippy::match_bool until we bump MSRVMartin Nordholts
2021-01-10Update number of syntaxesDavid Peter
2021-01-10Merge pull request #1402 from Enselic/fix-1063David Peter
2021-01-10CICD: simply use 'sed' to extract crate informationsharkdp
2021-01-10Use cache for faster installsharkdp
2021-01-10CICD: Use 'cargo get' to extract crate metadatasharkdp
2021-01-10Revert accidental change to assets/syntaxes/02_Extra/VimLMartin Nordholts
2021-01-10tests: Move 'mocked pagers' utils to separate fileMartin Nordholts
2021-01-10PagerKind::from(): SimplifyMartin Nordholts
2021-01-10fn mocked_pager: Simplify with format!Martin Nordholts
2021-01-10pager.rs: Some comment fixupsMartin Nordholts
2021-01-10PagerSource: [Bat]PagerEnvVar -> EnvVar[Bat]PagerMartin Nordholts
2021-01-10pager.rs: Limit visibilities to pub(crate)Martin Nordholts
2021-01-10Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts
2021-01-10CICD: Build: DEPLOY -> IS_RELEASE and inline itMartin Nordholts
2021-01-10CICD: Build: Adapt release version regex to batMartin Nordholts
2021-01-10CICD: Build: Always build and upload Debian packagesMartin Nordholts
2021-01-10CICD: Build: Use Cargo.toml version instead of tagMartin Nordholts
2021-01-10CICD: Use fixed OS versions instead of 'latest' onesMartin Nordholts
2021-01-09Add ChangeLog entrysharkdp
2021-01-09Add gnuplot syntaxsharkdp
2021-01-09--diagnostic: add MANPAGER environment variablesharkdp
2021-01-09Fix link in doc/assets.mdDavid Peter
2021-01-09Add note about breaking changesharkdp
2021-01-09Update dependenciessharkdp
2021-01-09Use unstable sort for theme testsharkdp
2021-01-09Use BatTester::default instead of BatTester::newsharkdp
2021-01-09Enable clippy::style checkssharkdp
2021-01-09Fix clippy suggestion: .or_else(|| Some(…)) => .or(Some(…))sharkdp
2021-01-09Use new matches!(…) macro to simplify codesharkdp
2021-01-09Add a Default implementation for PrettyPrintersharkdp
2021-01-09Addressed PR feedback. Upped min version and used matches! macromark chaitin
2021-01-09fix bug where long lines were truncated in plain mode without wrap=never not ...mark chaitin
2021-01-09CICD: Build: Make 'Upload build artifacts' more like deployMartin Nordholts
2021-01-09Add Enselic as a maintainerDavid Peter
2021-01-09CICD: Build: Stop building on Ubuntu 16.04Martin Nordholts
2021-01-09CICD: Build: Add and use disable-deploy matrix varMartin Nordholts
2021-01-08Fix theme dir hint in --list-themes outputCsaba Henk
2021-01-08CICD: Build: Remove unused JOB_DO_TESTING var and outputMartin Nordholts
2021-01-08CICD: Build: Remove unused PKG_suffix output varMartin Nordholts
2021-01-08CICD: Build: Remove unused TARGET_* vars and outputsMartin Nordholts
2021-01-07Merge remote-tracking branch 'origin/master' into fix-1063Martin Nordholts