Timeline
Not logged in

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

11 check-ins using file src/file.c version 8d97c53e91

2024-12-04
11:58
Minor tweaks to the wording of the warning message that is show when commited to a moved branch. Closed-Leaf check-in: 8cfa177f64 user: drh tags: show-branch-change
2024-12-01
05:23
This should just be for propagating tags, not single. check-in: c34cf8352e user: andybradford tags: show-branch-change
01:44
Check the tagxref table for changes to branch name before commit and if there exists a change that wasn't made by the current user then prompt. check-in: 0aabb6bcac user: andybradford tags: show-branch-change
2024-11-30
17:37
When --no-prompt is being used and there is a branch name change during commit skip the prompt and the condition because it's not a fatal condition. check-in: c552f44058 user: andybradford tags: show-branch-change
2024-11-29
16:23
When --force is specified do not treat a branch name change that arrives during autosync as fatal. check-in: 82fee40e14 user: andybradford tags: show-branch-change
2024-11-27
20:29
I think this conveys the message with slightly more clarity. check-in: 4e7e1647de user: andybradford tags: show-branch-change
19:28
If the branch name changes during a commit, prompt user to confirm continue (behaves similar to other pre-commit checks). Inspired by [forum:d5a1b209186552dd | forum post d5a1b209186552dd]. check-in: a70f279a1d user: andybradford tags: show-branch-change
2024-11-26
19:49
Minor update to conform to style, no change in function. check-in: 8e06863eeb user: andybradford tags: show-branch-change
19:24
Only emit the change in branch if there is no VERSION argument to minimize additional output. check-in: 2ef47b81b4 user: andybradford tags: show-branch-change
2024-11-24
03:38
Improve situational awareness with "fossil update" by including a message in the changes: information if the name of the branch changes. See [forum:7f5ae505e4144a0c | forum discussion 7f5ae505e4144a0c] for details. check-in: bb9150c403 user: andybradford tags: show-branch-change
2024-11-23
21:27
Improvements to the logic in the "fossil all" command that removes redundant entries for repositories in the global_config table. If two or more entries share the same inode, only use the first one. On Windows (which lacks inodes) determine uniqueness by the full, canonical pathname. check-in: 106de276ee user: drh tags: trunk