Fossil SCM

In the help text for "fossil annotate", move the -t and -T options into alphabetical order.

drh 2026-02-24 12:59 trunk
Commit 12d31f0733d2fc13fc7130c5035a8cee42b9dc519b9c1ac8bb638d34563b6190
1 file changed +2 -2
+2 -2
--- src/diff.c
+++ src/diff.c
@@ -3957,15 +3957,15 @@
39573957
** none No limit
39583958
** -o|--origin VERSION The origin check-in. By default this is the
39593959
** root of the repository. Set to the name of
39603960
** the main branch (usually "trunk") or
39613961
** similar for a reverse annotation.
3962
-** -w|--ignore-all-space Ignore white space when comparing lines
3963
-** -Z|--ignore-trailing-space Ignore whitespace at line end
39643962
** -t Show latest check-in and its author for each
39653963
** tracked file in the tree as of VERSION
39663964
** -T Like -t, plus comment snippet
3965
+** -w|--ignore-all-space Ignore white space when comparing lines
3966
+** -Z|--ignore-trailing-space Ignore whitespace at line end
39673967
**
39683968
** See also: [[info]], [[finfo]], [[timeline]]
39693969
*/
39703970
void annotate_cmd(void){
39713971
const char *zRevision; /* Revision name, or NULL for current check-in */
39723972
--- src/diff.c
+++ src/diff.c
@@ -3957,15 +3957,15 @@
3957 ** none No limit
3958 ** -o|--origin VERSION The origin check-in. By default this is the
3959 ** root of the repository. Set to the name of
3960 ** the main branch (usually "trunk") or
3961 ** similar for a reverse annotation.
3962 ** -w|--ignore-all-space Ignore white space when comparing lines
3963 ** -Z|--ignore-trailing-space Ignore whitespace at line end
3964 ** -t Show latest check-in and its author for each
3965 ** tracked file in the tree as of VERSION
3966 ** -T Like -t, plus comment snippet
 
 
3967 **
3968 ** See also: [[info]], [[finfo]], [[timeline]]
3969 */
3970 void annotate_cmd(void){
3971 const char *zRevision; /* Revision name, or NULL for current check-in */
3972
--- src/diff.c
+++ src/diff.c
@@ -3957,15 +3957,15 @@
3957 ** none No limit
3958 ** -o|--origin VERSION The origin check-in. By default this is the
3959 ** root of the repository. Set to the name of
3960 ** the main branch (usually "trunk") or
3961 ** similar for a reverse annotation.
 
 
3962 ** -t Show latest check-in and its author for each
3963 ** tracked file in the tree as of VERSION
3964 ** -T Like -t, plus comment snippet
3965 ** -w|--ignore-all-space Ignore white space when comparing lines
3966 ** -Z|--ignore-trailing-space Ignore whitespace at line end
3967 **
3968 ** See also: [[info]], [[finfo]], [[timeline]]
3969 */
3970 void annotate_cmd(void){
3971 const char *zRevision; /* Revision name, or NULL for current check-in */
3972

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button