I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Apr 11, 2024 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use pathlib for path processing. More... 3 days ago
Refine workflow for constructing path-groups. More... 3 days ago
Initial draft for a test of config processing. More... 3 days ago
Small tweak to clarify a constant. More... 3 days ago
Clarify/document some parameter processing, particular around groups that specify they only apply to particular repositories (via the "for_repos" config value). More... 3 days ago
swig bindings: Allow wri_abspath in svn_client_ra_session2() NULL. More... 12 days ago
Make svn_apply_autoprops.py Python 3-compatible.
danielsahlberg
as Daniel Sahlberg
More... 12 days ago
r1917397 contained mixed space and tab. Replace all tabs.
danielsahlberg
as Daniel Sahlberg
More... 15 days ago
svn_apply_autoprops: Support @-containing filenames. '@' is used by the peg revision syntax. If a filename contains '@' an additional '@' must be appended at the end of the filename, see the Subversion book: https://svnbook.red-bean.com/en/1.7/svn.advanced.pegrevs.html
danielsahlberg
as Daniel Sahlberg
More... 15 days ago
Make svn_apply_autoprops.py Windows-compatible.
danielsahlberg
as Daniel Sahlberg
More... 16 days ago
Python (at least 2.7.18) raise a SyntaxError on non-ascii characters, which in my case were introduced by Subversion's keyword expansion of $LastChangedDate: $ and non-english LANG setting the day as "lör" (Swedish for "sat").
danielsahlberg
as Daniel Sahlberg
More... 16 days ago
Remove unnecessary #include; no functional change: More... 19 days ago
Omit the content of the diffs, when the message becomes too long. Just rely on leaving a diff URL. More... 24 days ago
Implement a maximum message length; will be used for emails (SMTP, Pipe outputs). More... 24 days ago
Minor tweaks to start thinking about email using just URLs to keep the message within the size limit. More... 24 days ago