I Use This!
Moderate Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug: Popen objects do not have .write() More... 8 days ago
No idea why dos2unix is needed. More... 9 days ago
Use "seq" rather than python for a list of revnums. More... 9 days ago
Clarify/document the configuration of groups. More... 9 days ago
Test some basic option fetching. More... 9 days ago
Remove the _groups instance variable. More... 9 days ago
Sort some output for stability/diffs. More... 9 days ago
Use pathlib for path processing. More... 10 days ago
Refine workflow for constructing path-groups. More... 10 days ago
Initial draft for a test of config processing. More... 10 days ago
Small tweak to clarify a constant. More... 10 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... 10 days ago
swig bindings: Allow wri_abspath in svn_client_ra_session2() NULL. More... 19 days ago
Make svn_apply_autoprops.py Python 3-compatible.
danielsahlberg
as Daniel Sahlberg
More... 19 days ago
r1917397 contained mixed space and tab. Replace all tabs.
danielsahlberg
as Daniel Sahlberg
More... 22 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... 22 days ago
Make svn_apply_autoprops.py Windows-compatible.
danielsahlberg
as Daniel Sahlberg
More... 23 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... 23 days ago
Remove unnecessary #include; no functional change: More... 26 days ago
Omit the content of the diffs, when the message becomes too long. Just rely on leaving a diff URL. More... about 1 month ago
Implement a maximum message length; will be used for emails (SMTP, Pipe outputs). More... about 1 month ago
Minor tweaks to start thinking about email using just URLs to keep the message within the size limit. More... about 1 month ago
Remove experimental move-tracking development. More... 3 months ago
swig-pl: Fix `unable to close filehandle` warnings on termination of each test. More... 4 months ago
Follow-up to r1908547, prevent error message when receiving SIGTERM/SIGINT to stop svnserve process. More... 4 months ago
* COMMITTERS: (vinc17) Add myself as a full committer. More... 4 months ago
Follow-up to r1915215
danielsahlberg
as Daniel Sahlberg
More... 4 months ago
Following up on r1912500, fix `none_dealloc` error caused by `apply_textdelta` function incorrectly decrementing the reference count of the `None` object twice when `delta.Editor.apply_textdelta` returns `None`, and the issue that `parse_fn3_apply_textdelta` function which doesn't decrement the reference count of the handler returned from `ParseFn3.apply_textdelta`. More... 4 months ago
swig-rb: Add type casting for some generic function pointers More... 4 months ago
swig-rb: Fix condition to check that apr_hash_t * type value More... 4 months ago