Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

22 check-ins by user jamsek

2022-01-16
10:09
Implement -p|--prototype option for diff command. This commit introduces support for displaying in the chunk header which C function each change is in. Tested on OpenBSD, Ubuntu, and macOS. <b>[closed: feature rejected]</b> Closed-Leaf check-in: 792674372e user: jamsek tags: diff-show-func
2021-09-06
13:22
Expand the 'fossil wiki export --technote' interface to support technote retrieval via tag name as discussed in the chat. The query looks to match against both 'sym-TAG' and 'TAG' as technote tags are presently prefixed with 'sym-'. This identifier should be reserved for branches, however, so may be removed from technotes, at which point this query... check-in: d71b648c6c user: jamsek tags: trunk
2021-06-24
15:27
Minor typo fixes in new patch command help text. No code changes. check-in: 1190034e37 user: jamsek tags: trunk
2021-02-05
09:32
Amend 'fossil help' output for all commands to make options conform to GNU 'short|long' convention (e.g., -v|--verbose). check-in: 7f3c728db3 user: jamsek tags: trunk
2021-02-01
12:29
Fix typo: added missing word to 'fossil help all' output. check-in: bfa99a9399 user: jamsek tags: trunk
2021-01-31
06:30
Add DIFF_VERBOSE flag parameter so verbose commit also displays diff for newly added files, not just those modified, matching Git's 'commit -v' behaviour. Closed-Leaf check-in: b1c2ef5221 user: jamsek tags: dev-ci-verbose
2021-01-30
03:40
Make new --verbose commit option code compliant with Fossil style, and minor refactoring of the verboseFlag logic to cohere related global aCommitFile memory (de)allocation and make more readable. check-in: 8f41701eb0 user: jamsek tags: dev-ci-verbose
2021-01-29
16:10
Add new --verbose option to 'fossil commit' to display a unified diff of all changes to be committed in the editor. Only tested on OpenBSD 6.8 and preliminary testing on macOS 10.15.7 (Catalina); needs to be tested on Linux and Windows. check-in: a713e1e6c2 user: jamsek tags: dev-ci-verbose
2020-11-28
13:36
Fix how Fossil handles 'import --git' into a repository that already exists when neither the '--increment' nor '--force' options are passed, as reported by Warren in [forum:/forumpost/29e358909c|forum post 29e358909c]. The proposed fix required duplicating a file descriptor for stdin to accept keyboard input from the user and piped input from git f... Closed-Leaf check-in: a69f71a275 user: jamsek tags: import-git-dev
2020-11-19
13:34
Fix incorrect parsing of RFC 822 user contact info when exporting to a Git repository as reported by Warren in [forum:/info/29e358909c|forum post 29e358909c]. check-in: 9360b66a67 user: jamsek tags: trunk
2020-11-14
06:52
Add extra check in git_fast_import() so that 'import --git --incremental' queries the new 'fx_git' table if it exists in the repository database to attribute check-ins. check-in: 8eeba7a8db user: jamsek tags: trunk
06:34
Add documentation for the new '--attribute' option introduced with check-in [cd4fbdee00], 'fx_git' repository database table that's created when it's used, and subsequent operational changes to 'git export' and incremental 'import --git' calls. check-in: dd15d28d89 user: jamsek tags: trunk
2020-11-12
14:51
Forgot to remove redundant ternary operator after testing [cd4fbdee00]. check-in: 52fb87ba50 user: jamsek tags: trunk
14:26
Add new --attribute option to the 'fossil import --git' command that enables attributing commits to a username rather than the corresponding Git committer/author contact info of a given commit. Conversely, construct a full 'user <emailaddr>' Git committer string for commits when using 'fossil git export' by querying the new 'fx_git' table if it exi... check-in: cd4fbdee00 user: jamsek tags: trunk
2020-11-04
00:43
Add 'contact' subcommand to the 'fossil user' command. This enables changing contact information for a given user. If no argument is passed, this displays the current contact info of the passed in username. check-in: 03f0a4950c user: jamsek tags: trunk
2020-08-22
12:04
Amend broken link to OpenBSD server doc from file name change: server/openbsd/httpd.md -> server/openbsd/fastcgi.md check-in: 0fd7302d95 user: jamsek tags: trunk
2020-08-10
05:38
Amend OpenBSD httpd Fossil server instructions to use the mount_mfs -P option to automatically populate the chroot /dev tree as suggested by anon on the forum. check-in: 4b240ec31e user: jamsek tags: trunk
2020-08-09
08:28
Edit whitespace in previous commit to make format consistent with existing code blocks. check-in: d2ad5f2fe7 user: jamsek tags: trunk
08:11
Add missed instructions to edit rc.local with commands to automate device node creation at startup as identified by ams on the forum. check-in: a2585ea9ad user: jamsek tags: trunk
2020-06-27
12:45
OpenBSD server docs: Add instructions to make fossil.log owned by 'www' user, and repository directory group writeable; remove unnecessary 'directory index' option in httpd.conf; and fix redundant double backticks. check-in: 8ce8828d0c user: jamsek tags: trunk
2020-06-22
13:43
Fix typo in OpenBSD documentation httpd link, remove block quote formatting, and make section titles consistent with existing server docs. check-in: a9cc104eb3 user: jamsek tags: trunk
09:51
Add OpenBSD (httpd + FastCGI) Fossil server documentation check-in: 311f16953c user: jamsek tags: trunk