]> 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
2020-09-05 Hugo van KemenadeTest primer on Pillow (#1679)
2020-09-04 Richard SiUpdate primer.json to reflect Black's adoption (#1674)
2020-09-01 Łukasz LangaClarify current trailing comma behavior in the docs
2020-09-01 Łukasz LangaMention optional invalid W503 warning in pycodestyle
2020-08-31 Richard SiFix incorrect space before colon in if/while stmts...
2020-08-31 Jon DufresneRemove flake8 W503 from docs as it is ignored by defaul...
2020-08-28 Tristan SeligmannFix typo in comment (#1650)
2020-08-27 mbarkhaufix 1631 and add test (#1641)
2020-08-26 Richard SiFix multiline docstring quote normalization
2020-08-26 Rowan Rodrik... Fix g:black_fast and g:black_(skip)_string_normalizatio...
2020-08-26 Yurii Karabas Revert contains_pragma_comment function changes
2020-08-26 Yurii KarabasRevert contains_standalone_comments function changes
2020-08-26 Yurii KarabasSimplify black code by using generator expressions
2020-08-26 Łukasz LangaStop running Primer on macOS as it's flaky on GitHub...
2020-08-26 Łukasz Langav20.8b1
2020-08-26 Łukasz LangaMake dependency on Click 7.0, regex 2020.1.8, and toml...
2020-08-26 Łukasz LangaAdd expected failure tests with the unstable formattings
2020-08-26 Łukasz LangaInclude mode information for unstable formattings
2020-08-26 Łukasz LangaTreat all trailing commas as pre-existing, as they...
2020-08-26 Łukasz Langav20.8b0
2020-08-26 Cooper LeesPrimer update config - enable pytest (#1626)
2020-08-26 Ned TwiggAdd links regarding Spotless integration for gradle...
2020-08-25 Łukasz LangaImprove docstring re-indentation handling
2020-08-25 Łukasz LangaAddress pre-existing trailing commas when not in the...
2020-08-24 Łukasz LangaRun trailing comma tests with TargetVersion.PY38
2020-08-24 Łukasz LangaAdd more trailing comma test variants
2020-08-24 Łukasz LangaMake doc generation a little smarter, update doc sections
2020-08-24 Łukasz LangaUpdate the changelog
2020-08-21 Zac-HDProperty-based fuzz test
2020-08-21 Łukasz LangaFix dealing with generated files in docs
2020-08-21 Łukasz LangaUse properly renamed function name in docs
2020-08-21 Łukasz LangaRequire Sphinx 3
2020-08-21 Łukasz LangaMark Primer projects that will change formatting
2020-08-21 Łukasz LangaOpen file explicitly with UTF-8 so it works on Windows...
2020-08-21 Łukasz LangaReformat docs/conf.py according to the new style
2020-08-21 Łukasz LangaRe-implement magic trailing comma handling:
2020-08-21 Łukasz LangaReset trailing comma handling
2020-08-20 Richard SiUpgrade docs to Sphinx 3+ and add doc build test (...
2020-08-20 Jelle ZijlstraDisable string splitting/merging by default (#1609)
2020-08-18 Łukasz LangaUpdate all dependencies to latest versions
2020-08-17 Daanyaal SyedFix inline code style in README (#1608)
2020-08-14 David Szottenfix unary op detection (#1600)
2020-08-14 David Szottendon't strip brackets before lsqb (#1575) (#1590)
2020-08-13 Jelle Zijlstrafix some docstring crashes (#1593)
2020-08-13 Jelle Zijlstrain verbose mode, print stack trace (#1594)
2020-08-13 Richard SiMake --exclude only apply to recursively found files...
2020-08-13 Chris RoseAdd the direnv base directory to the default excludes...
2020-08-13 Jelle ZijlstraRemove slow assertion (#1592)
2020-08-01 Kaligulefix spelling (#1567)
2020-07-22 Maximilian... Update to accomodate isort 5 release changes. (#1559)
2020-07-16 Vinicius Gubiani... docs: Improve pre-commit use (#1551)
2020-07-15 Hugo van Kemenadepre-commit: show diff on failure on CI (#1552)
2020-07-15 Steven MaudeUpdate curl command to use stable branch (#1543)
2020-07-15 dhaug-opEnsure path for finding root is absolute (#1550)
2020-07-13 jtpavlockSpelling fix in CONTRIBUTING.md (#1547)
2020-07-08 OlexiyISSUE 1533: Fix --config argument description (#1534)
2020-07-06 Jelle Zijlstraadd Quora to orgs that use Black (#1532)
2020-07-06 Sylvestre LedruMozilla uses black too (#1531)
2020-07-01 Cooper LeesAdd pip install from GitHub command to README.md (...
2020-06-24 Lihu Ben-Ezri... Find project root correctly (#1518)
2020-06-20 Richard SiFix toml hashes and make it clear that only TOML is...
2020-06-18 Richard SiAdd missing contributors to README.md (Thank you everyo...
2020-06-16 Richard SiFix toml parsing and bump toml from 0.10.0 to 0.10...
2020-06-16 Bharat RaghunathanFix grammatical typos in black_primer and blackd (...
2020-06-15 Hugo van KemenadeIssue template: Add Python code formatting (#1485)
2020-06-15 Ralf SchmittFix find_pyproject_toml type hint (#1495)
2020-06-15 Keith SmileyMove vim flag cast to outside of get (#1486)
2020-06-03 Adam Williamsonexpression tests: adjust starred expression for Python...
2020-06-01 Hugo BarreraGitHub action (#1421)
2020-06-01 Richard SiConvert (most of the) configuration values from pyproje...
2020-05-27 Richard SiMake 'python -m black' work (#1460)
2020-05-24 Cooper LeesUpdate CONTRIBUTION.md with pre-commit + black-primer...
2020-05-24 Richard SiRefactor docs / Maintenance of docs (#1456)
2020-05-23 Richard SiScrollable sidebar (#1457)
2020-05-22 Cooper LeesCapture CalledProcessError for any postitive returncode...
2020-05-22 Cooper LeesAdd Primer badge to README.md (#1454)
2020-05-22 Hugo van KemenadeMove primer to own workflow (#1451)
2020-05-22 Gustavo CamargoUpdate README.md (#1453)
2020-05-22 Cooper LeesEnable primer on CI Runs + add all README listed black...
2020-05-21 Kevin KirscheFix typos (#1442)
2020-05-21 Hugo van Kemenadeblack-primer: handle singular and plural in output...
2020-05-21 Gustavo CamargoUpdate README.md (#1439)
2020-05-18 Cooper LeesAdd `black-primer` docs (#1427)
2020-05-17 Richard SiUpdate docs about stable tag now being a branch (#1422)
2020-05-17 Cooper LeesAdd black-primer unittests (#1426)
2020-05-17 Hugo van KemenadeUpdate and fix Flake8 (#1424)
2020-05-17 Hugo van KemenadeFix typos (#1423)
2020-05-17 Cooper LeesAdd primer CI tool 🏴 (#1402)
2020-05-16 Richard SiDocument git's ignore-revs-file feature (#1419)
2020-05-16 Richard SiExpand docs about slice formatting (#1418)
2020-05-16 Jelle Zijlstrafix crashes on docstring whitespace changes (#1417)
2020-05-13 Paul MeinhardtFix Boolean values in pyproject.toml config (#1410)
2020-05-09 Cooper LeesRemove no longer used appveyor (#1401)
2020-05-09 TerranceHandle ImportError from multiprocessing module (#1400)
2020-05-09 Sanket DasguptaAdd preference of parantheses over backslashes in docs...
2020-05-08 Hugo van KemenadeREADME/CHANGES: Fix links (#1397)
2020-05-08 Nathan HuntAdd py.typed file. (#1395)
2020-05-08 Cooper LeesRefactor black into packages in src/ dir (#1376)
2020-05-08 shaoranAdding documentation to the README for import errors...
2020-05-08 Dan DavisonAdd purcell/reformatter.el as an Emacs integration...
next