Fossil

Timeline
Login

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

55 check-ins using file src/file.c version c4cac59128

2013-05-29
12:52
Only ask confirmation for deletion of "unmanaged" files, not for "IGNORED files". If you want to delete ignored files with confirmation, use [fossil clean --ignore ""], not [fossil clean --extreme] Closed-Leaf check-in: 020bb71f00 user: jan.nijtmans tags: cleanX
08:48
Update extreme prompt message. With --dry-run, the extreme prompt is not needed. check-in: e2dd2722c1 user: jan.nijtmans tags: cleanX
07:35
Protect fossil executable better against removal by "fossil clean -x" without getting a dialog for it. check-in: bd86711f84 user: jan.nijtmans tags: cleanX
2013-05-28
21:31
Merge updates from trunk. check-in: 4452f85156 user: mistachkin tags: cleanX
21:23
Add a robust warning and prompt for the 'extreme' clean operation. check-in: 4af673cc20 user: mistachkin tags: cleanX
15:17
Add the Tips and Usage Hints document. check-in: fda5b81880 user: drh tags: trunk
14:08
Change the cursor to "pointer" when mousing over nodes of the timeline graph, as a hint to users that they can click on the node. check-in: 4175c90f95 user: drh tags: trunk
11:12
Revise usage of dry run flag. Improvements to warnings. check-in: dcd868290f user: mistachkin tags: cleanX
10:53
Fix a division by zero that can occur when trying to annotate a file that has never been changed. check-in: f370ab3948 user: drh tags: trunk
10:39
Fix small merge issue and free pIgnore when no longer used. check-in: aec7aa8484 user: mistachkin tags: cleanX
10:32
Refactoring of the clean -x option, phase 1. check-in: 0dc31f4bf7 user: mistachkin tags: cleanX
00:48
Fix an uninitialized variable in the previous check-in. check-in: 9f3fb6cb98 user: drh tags: trunk
00:45
Add the ability to edit Wiki pages as either Fossil Wiki, or Markdown, or Plain Text. check-in: a5a5524659 user: drh tags: trunk
2013-05-27
09:56
rebase Closed-Leaf check-in: 7f0507c04d user: jan.nijtmans tags: cleanDashN
09:53
Implementation simplification: -n implies -f and -v, this way less separate flag-checks have to be done. No change in functionality. Closed-Leaf check-in: 4e573871bc user: jan.nijtmans tags: cleanDashN
08:53
Better implementation of "fossil clean -x". Previous implementation didn't prompt any more before before removing unknown files when the -x option was used. Closed-Leaf check-in: 6758c2b0d5 user: jan.nijtmans tags: cleanX
03:10
Minor documentation updates. check-in: 7794d72c5f user: drh tags: trunk
02:25
Remove an unused variable from the annotation logic in diff.c. check-in: 770fd05fe8 user: drh tags: trunk
02:18
Further improvements to the web display of annotations and file history. check-in: ef26e7624e user: drh tags: trunk
02:00
Do not redirect "diff" links on the "Show Files" option of the timeline to a different window. If the user wants to show the diff in a different window, let them click while holding down the Shift key. check-in: 71a916ee95 user: drh tags: trunk
01:56
Improvements to the web display of file annotations. check-in: 59d70140f6 user: drh tags: trunk
2013-05-25
20:41
Improvements to file history display in the web interface. check-in: 601c15421a user: drh tags: trunk
17:48
Fixed corner case in --args handling for 1-byte entry with no newline. check-in: ee990ebb99 user: stephan tags: trunk
17:22
Add the ci= query parameter to the finfo webpage, to trace the direct ancestors of a file from a particular check-in. check-in: 418ec701a3 user: drh tags: trunk
14:34
minor typo fix in help text. check-in: 24e259da5a user: stephan tags: trunk
14:30
Added notes about --args FILENAME to default help message, per ML request. check-in: 0e5bbade2c user: stephan tags: trunk
01:57
Remove unused variables in the annotation engine. check-in: 305e3951cc user: drh tags: trunk
01:52
Improvements to annotate. Faster. More correct. Added gradient background colors to the web view. Default to showing line numbers. Do not show the check-in user. Fix for ticket [58ce2f221ae2e64ed]. check-in: 89bf6f13f9 user: drh tags: trunk
01:49
Improved default background colors for web annotations. Remove the diff hyperlinks from the annotation log. Closed-Leaf check-in: 8987a6bbbf user: drh tags: annotate
01:27
Improvements to the longest-common-subsequence (LCS) function inside the diff engine. check-in: 477d1150cf user: drh tags: annotate
2013-05-24
21:54
Fix a minor formatting error in the web annotation page. check-in: 1fcc6bda2f user: drh tags: annotate
21:39
Add links to diff pages on the annotation log in the web interface. check-in: 7799ff3a00 user: drh tags: annotate
21:18
Do not display the user on annotation output. Show only the check-in ID, date, and line number. check-in: 8fee580ded user: drh tags: annotate
21:11
Show gradient background colors on the web annotation screen, with deeper colors the further back in time we go. check-in: 0b0ab858a8 user: drh tags: annotate
17:16
Web-based annotation shows lines numbers and the log by default. check-in: 434be79b43 user: drh tags: trunk
17:04
Fix the "Hide Line Numbers" button on the annotate web page. check-in: d3fd72f442 user: drh tags: trunk
17:02
On the web-based annotate screen, do not show the annotations on lines that are older than the analysis. check-in: e46935e962 user: drh tags: trunk
11:44
Add the "Integrating Fossil in the Microsoft Express 2010 IDE" document from Gilles Ganault. check-in: 33c651cea5 user: drh tags: trunk
07:01
"fossil update" operates on the local filesystem, so it should have the --case-sensitive option. check-in: 13c7c61ada user: jan.nijtmans tags: trunk
2013-05-23
22:36
Fix problems with update and merge when case-sensitive is off and two different checkouts each add files that differ only in case. check-in: a5a8d0477a user: drh tags: trunk
10:13
After a sync, report "Sync finished" in stead of "Pull finished" check-in: 97040d6436 user: jan.nijtmans tags: trunk
2013-05-22
07:11
Use-case demonstrating previous change. It restores the behavior of "fossil clean" and the "ignore-glob" documentation to what it was in 1.25 and before: clean everything unknown to fossil except the build artifacts (specified by "ignore-glob" or --ignore). Now the build artifacts can be removed by "fossil clean -X", while "fossil clean -x" cleans everything possible for a clean build. This renders --clean and "ignore-clean" unnecessary, it can be removed now. Closed-Leaf check-in: 003062b7d8 user: jan.nijtmans tags: cleanX
2013-05-21
14:45
Implement -x|-X|-e|--exclude options for "fossil clean". Compatible with "git clean -x|-X|-e|--exclude". check-in: 44025538c4 user: jan.nijtmans tags: cleanX
13:56
Add option -v|--verbose to "fossil ls" as replacement for (deprecated) -l. check-in: e91d65afe5 user: jan.nijtmans tags: trunk
2013-05-20
10:58
doc fix check-in: 122b631c31 user: jan.nijtmans tags: trunk
2013-05-17
12:04
Remove excess verbage from the output of "fossil clean" unless the --verbose or -v command-line option is used. Issue an error if an unrecognized command-line argument is seen, to prevent mistakes like using --dryrun instead of --dry-run. check-in: 273ec22f25 user: drh tags: trunk
2013-05-15
18:49
Load the latest SQLite library from upstream, for the purpose of testing the 3.7.17 beta of SQLite in a real-world application. check-in: 997ebf7ff4 user: drh tags: trunk
09:33
Allow "fossil all ... -U|--user <username>" check-in: b388e7347d user: jan.nijtmans tags: trunk
08:54
Allow "fossil all ... -v" as alternative to "fossil all ... --verbose" check-in: 6d09745a6f user: jan.nijtmans tags: trunk
08:16
doc fix. check-in: dd6adf451a user: jan.nijtmans tags: trunk
08:13
Some more -v|--verbose additions. Old options names are deprecated, but still work. check-in: e3f7ba556b user: jan.nijtmans tags: trunk
07:15
rebase Closed-Leaf check-in: 5dd6b69799 user: jan.nijtmans tags: clean-with-ignore
07:02
Doc update: ignore-glob setting should be used to prevent *.log files from being added. check-in: 1162df8e41 user: jan.nijtmans tags: trunk
2013-05-14
14:58
When trying to "fossil add" files which are expected to be ignored, ask for confirmation first. Add option -f|--force to override that. check-in: 24effbc370 user: jan.nijtmans tags: prevent-adding-ignored-files
14:15
Function file_tree_name() should respect case-sensitive setting. Add --case-sensitive option to test-tree-name. check-in: 0df0ce8025 user: jan.nijtmans tags: trunk