]> git.madduck.net Git - etc/vim.git/shortlog

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

etc/vim.git
2021-04-22 Felix HildénDocument experimental string processing and docstring...
2021-04-22 CiderManHandle Docstrings as bytes + strip all whitespace ...
2021-04-22 Mark BellMake black remove leading and trailing spaces from...
2021-04-18 Felix HildénInstructions on documenting code style modifications...
2021-04-16 Laurent TréguierFix small comment typo (#2112)
2021-04-12 Pierre VerkestAdd missing instructions to make test passed (#2100)
2021-04-11 Pierre SassoulasRemove NBSP at the beginning of comments (#2092)
2021-04-11 SimonAdded not formatting files in gitignore (psf#1682)...
2021-04-11 Jelle Zijlstrafix typing issue around lru_cache arguments (#2098)
2021-04-10 johnthagenExclude venv directory by default (#1683)
2021-04-08 Jelle ZijlstraFix error from upcoming typeshed change (#2096)
2021-04-08 Cooper LeesAdd `black` Dockerfile (#1916)
2021-04-06 dependabot... Bump urllib3 from 1.26.3 to 1.26.4 (#2090)
2021-04-04 Jakub WarczarekGet rid of redundant spaces in docs (#2085)
2021-04-01 Cooper LeesRun lint in latest python + update precommit (#2081)
2021-04-01 Richard SiPush contributors to use Next PR Number (#2080)
2021-04-01 Cooper LeesAdd CONTRBUTING info about CHANGES.md requirement ...
2021-04-01 Cooper LeesAdd a GitHub Action to build + Upload black to PyPI...
2021-04-01 Harish RajagopalSupport for top-level user configuration (#1899)
2021-04-01 KotlinIslanddon't require typed-ast
2021-03-30 dependabot... Bump pygments from 2.6.1 to 2.7.4 in /docs (#2076)
2021-03-28 Mark BellGREP for PR reference accepts references that are split...
2021-03-26 ShantanuAdd `--skip-magic-trailing-comma` to CHANGES.md (#2064)
2021-03-24 Richard SiAdd entry for `--extend-exclude` in the right place...
2021-03-21 Cooper LeesAdd a GitHub CHANGELOG/News Check (#2057)
2021-03-20 Richard SiFix indentation in docs/editor_integration.md (#2056)
2021-03-18 Jairo LlopisRecommend B950 + 88 char limit instead of 80 (#2050)
2021-03-08 Konstantin... Use vim autoload script (#1157)
2021-03-06 Richard SiAdd missing changelog entry for fmt: skip (#2025)
2021-03-06 John MeowAdd ALE (#1753)
2021-03-05 Hadi AlqattanRemove unused import statements using Pycln. (#2021)
2021-03-05 dependabot... Bump aiohttp from 3.7.3 to 3.7.4 (#2009)
2021-03-04 Hugo van KemenadeBlack requires Python 3.6.2+ (#1668)
2021-03-04 Utkarsh GuptaAdd formatters-python for atom to editor_integration...
2021-03-03 Joshua CannonTurn test_regex into a click callback (#2016)
2021-03-02 Austin PrayAdds --stdin-filename back to changelog (#2017)
2021-03-01 Joshua CannonAdd --extend-exclude parameter (#2005)
2021-02-28 Rishav KunduStrip redundant parentheses from assignment exprs ...
2021-02-24 tpilewiczWrap arithmetic and binary arithmetic expressions in...
2021-02-22 James AddisonFuzzer testing: less strict special-case regex match...
2021-02-22 James AddisonFixup: update function name in docs to match source...
2021-02-22 JamesFix for enum changes in 3.10 (#1999)
2021-02-22 Paul "TBBle... Indicate that a final newline was added in --diff ...
2021-02-20 James AddisonMinimize changes: more closely resemble original condit...
2021-02-20 James AddisonReadability: reduce boolean nesting
2021-02-20 James AddisonCleanup: remove unused / redundant variables from condi...
2021-02-20 James AddisonSimplification: only yield empty omit list when magic...
2021-02-20 James AddisonSimplification: only use special-case token retrieval...
2021-02-20 James AddisonClarity: special case: avoid using variables that have...
2021-02-20 James AddisonConsistency: use variable names that correspond to...
2021-02-20 James AddisonBrevity: only use the variables required to convey...
2021-02-20 James AddisonClarity: isolate and extract each responsibility from...
2021-02-20 James AddisonBrevity: rename method
2021-02-20 James Addisonfuzzer: add special-case for multi-line EOF TokenError...
2021-02-16 Romain RigauxUse 'args' to Avoid GH workflow warning (#1990)
2021-02-15 Archit Gopaladd gedit integration (#1988)
2021-02-15 Sagi ShadurAdd "# fmt: skip" directive to black (#1800)
2021-02-14 rhtreadme: Include Zulip in used-by section (#1987)
2021-02-14 Richard SiFix duplication of checks on internal PRs (#1986)
2021-02-11 James AddisonStability fixup: interaction between newlines and comme...
2021-02-10 dependabot... Bump cryptography from 3.3.1 to 3.3.2 (#1981)
2021-02-10 James AddisonRegenerate documentation (#1980)
2021-02-05 Richard SiUpdate prettier in pre-commit config (#1966)
2021-02-04 Anthony Sottilespeed up cache by approximately 42x by avoiding pathlib...
2021-02-02 dependabot... Bump bleach from 3.2.1 to 3.3.0 (#1957)
2021-02-01 James AddisonRemove placeholder exit code in unreachable 'black...
2021-01-27 Oliver NewmanUpdate example exclude to match only files in root...
2021-01-18 ShantanuAdd --skip-magic-trailing-comma (#1824)
2021-01-16 Zac Hatfield... OSS-Fuzz integration (#1930)
2021-01-15 Emilv2Fix typo (#1931)
2021-01-14 Peter StensmyrUpdate link pointing to how-black-wraps-lines (#1925)
2021-01-13 Cooper LeesUpdate Contributing Docs (#1915)
2021-01-11 Thomas HagebolsSet gh action entrypoint interpreter to bash (#1919)
2021-01-11 Shota Ray Imakifix #1917 (#1918)
2021-01-08 Troy MurrayChanged max workers on windows to 60 (#1912)
2021-01-08 Rick StaaRelease gh action (#1909)
2021-01-03 Taneli HukkinenOnly require typing-extensions if Python < 3.8 (#1873)
2021-01-01 Paul "TBBle... Use Prettier pre-commit mirror (#1896)
2020-12-31 Jon DufresneBump minimum_pre_commit_version per recommendation...
2020-12-31 Jon DufresneAdd pyi file support to .pre-commit-hooks.yaml (#1875)
2020-12-31 Hugo van KemenadeBump typed-ast to fix for s390x (#1892)
2020-12-31 Hugo van KemenadeAs long as it's black (#1893)
2020-12-28 Bryan BugyiFix INTERNAL ERROR caused by removing parens from point...
2020-12-28 Richard SiBump mypy to 0.780 in pre-commit config (#1887)
2020-12-27 Richard SiFuzz on Python 3.9 too (#1882)
2020-12-27 nikkiefix format_str() docstring to prevent users from runnin...
2020-12-14 ShantanuRemove all trace of flake8-mypy (#1867)
2020-12-09 Noel Evansvim plugin: Add quiet flag so non-error actions go...
2020-11-26 Richard SiSwitch back to Python 3.8 for ReadTheDocs (#1839)
2020-11-24 Richard SiAllow same RHS expressions in annotated assignments...
2020-11-13 Thiago Bellini... Provide a stdin-filename to allow stdin to respect...
2020-11-13 Casper Weiss... Use lowercase hex numbers fixes #1692 (#1775)
2020-11-09 Justin PrietoCorrectly handle inline tabs in docstrings (#1810)
2020-11-07 Bryan BugyiFix bug which causes f-expressions to be split (#1809)
2020-11-01 Richard SiAutomatically build and upload binaries on release...
2020-10-31 Bryan BugyiFix bug where black tries to split string on escaped...
2020-10-30 Abdullah SelekStart using Python 3.9 on Travis (#1790)
2020-10-30 dependabot... Bump cryptography from 3.1 to 3.2 (#1791)
2020-10-30 Shota Ray ImakiAdd compatible configuration files. (psf#1789) (#1792)
2020-10-30 Sagi ShadurExtract formatting tests (#1785)
next