32
I Use This!
High Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Oct 29, 2024 — Oct 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed a copy-paste-induced extra table row. More... over 12 years ago
Added /timeline?yw=YYYY-WW (year/week-of-year). Added links to /stats_report. Disabled year/week links for the year/month view because the current approach is way too slow. More... over 12 years ago
Remove old SSH transport code and spawn remote fossil http as remote SSH command instead. Also make it possible to configure SSH command prior to cloning. Change remote fossil command to be configurable (really this should probably be simply a matter of fixing PATH on remote end).
amb
More... over 12 years ago
Create new branch named "ssh-transport-changes"
amb
More... over 12 years ago
added some docs, removed an unused var, fixed formatting snafu caused by xemacs' confusion regarding the @ bits. More... over 12 years ago
More work on the by-week report, but it is (A) way too slow for the by year/month view (4.5 sec on my machine) and (B) bed time again. More... over 12 years ago
Started work on adding by-calendar-week info to /stats_report. Incomplete but it's bed time. More... over 12 years ago
Tk diff: New "Files" menu implementation to better handle long file lists. More... over 12 years ago
Documentation More... over 12 years ago
Rebase. Use -4 as INTEGRATE tag, not -3 More... over 12 years ago
added missing word "to" More... over 12 years ago
Tk diff: Fix up scrolling code that previously assumed equal line lengths. More... over 12 years ago
Improved header comment provides addition documentation for the "translate.c" compilation tool. No changes to code.
drh
More... over 12 years ago
typo More... over 12 years ago
submitTicketCmd() must not return TH_ERROR if ticket_put() fails. More... over 12 years ago
Better error reporting using fossil_error mechanism. More... over 12 years ago
rebase More... over 12 years ago
rebase More... over 12 years ago
Any vmerge.id < -2 should be handled as a MERGED_WITH by default, not as BACKOUT (even though trunk fossil cannot produce that yet). More... over 12 years ago
In case of a dry-run, output manifest before printing other information about the merge. More... over 12 years ago
Minor tweaks in error/warning messages. Well-tested now. More... over 12 years ago
Move the "looks_like" functions out of diff.c and into a source file of their own: "lookslike.c".
drh
More... over 12 years ago
Implementation complete. Should be thorougly tested now. More... over 12 years ago
First shot at better error-reporting. More... over 12 years ago
wrong default return value. More... over 12 years ago
Code cleanup. Revert manifest_crosslink() to its original signature. More... over 12 years ago
Don't allow "tktnew" and "tktedit" pages or the "Common" hook to use the "http" command any more. Don't let "fossil rebuild" run any hooks. More... over 12 years ago
Implement "fossil merge --integrate" as suggested by Harald Oehlmann. The only part missing is the actual closing of the branch. More... over 12 years ago
Remove (again) the hack of adding tabs to the end of every line in the --tk display in order to make the horizontal scrollbars prettier. The extra tab is removed when copying the text from the selection into the clipboard, but many applications (ex: xterm and the editor that I use daily) paste out of the PRIMARY selection (when available) rather than the CLIPBOARD and thus retain the tabs, which is unacceptable. Better to have jumpy horizontal scrollbars than extra end-of-line whitespace accidently inserted into files due to a paste that bypassed the tab removal.
drh
More... over 12 years ago
Tk diff: Cycle through diffs based on current location rather than the last one you selected in the menu. Menu button now has generic "Files" label. More... over 12 years ago