Fossil

Check-in [849cf1d1a0]
Login

Check-in [849cf1d1a0]

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

Overview
Comment:Minor comment correction, no functional change.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | andygoth-metadata-changes
Files: files | file ages | folders
SHA1: 849cf1d1a05121fdc1b8a3b6bd689db94184e9ec
User & Date: andygoth 2015-05-15 05:02:57.427
References
2015-05-15
05:19
Cherrypick [849cf1d1]: Minor comment correction, no functional change. ... (check-in: 2c77d1d643 user: andygoth tags: trunk)
Context
2015-05-15
17:10
Merge trunk. ... (check-in: d186eb56f1 user: andygoth tags: andygoth-metadata-changes)
05:19
Cherrypick [849cf1d1]: Minor comment correction, no functional change. ... (check-in: 2c77d1d643 user: andygoth tags: trunk)
05:02
Minor comment correction, no functional change. ... (check-in: 849cf1d1a0 user: andygoth tags: andygoth-metadata-changes)
05:00
Add EXECUTABLE, SYMLINK, UNEXEC, UNLINK reports to [fossil changes] and [fossil status] when a file becomes or ceases to be executable or a symlink yet is otherwise unmodified. This change does not apply to Windows. Update the changelog accordingly. Update vfile_check_signature() comment to also describe "integrate" changes. BUG: [fossil commit] does not update the "isexe" and "islink" flags. Thus the files continue to show as changed. Fixed by [076c8544]. ... (check-in: 03679b5827 user: andygoth tags: andygoth-metadata-changes)
Changes
Unified Diff Ignore Whitespace Patch
Changes to src/main.c.
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
  sqlite3_int64 now;      /* Seconds since 1970 */
  int repositoryOpen;     /* True if the main repository database is open */
  char *zRepositoryOption; /* Most recent cached repository option value */
  char *zRepositoryName;  /* Name of the repository database */
  char *zLocalDbName;     /* Name of the local database */
  const char *zMainDbType;/* "configdb", "localdb", or "repository" */
  const char *zConfigDbType;  /* "configdb", "localdb", or "repository" */
  char *zOpenRevision;    /* Check-in version to during database open */
  int localOpen;          /* True if the local database is open */
  char *zLocalRoot;       /* The directory holding the  local database */
  int minPrefix;          /* Number of digits needed for a distinct UUID */
  int fSqlTrace;          /* True if --sqltrace flag is present */
  int fSqlStats;          /* True if --sqltrace or --sqlstats are present */
  int fSqlPrint;          /* True if -sqlprint flag is present */
  int fQuiet;             /* True if -quiet flag is present */







|







133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
  sqlite3_int64 now;      /* Seconds since 1970 */
  int repositoryOpen;     /* True if the main repository database is open */
  char *zRepositoryOption; /* Most recent cached repository option value */
  char *zRepositoryName;  /* Name of the repository database */
  char *zLocalDbName;     /* Name of the local database */
  const char *zMainDbType;/* "configdb", "localdb", or "repository" */
  const char *zConfigDbType;  /* "configdb", "localdb", or "repository" */
  char *zOpenRevision;    /* Check-in version to use during database open */
  int localOpen;          /* True if the local database is open */
  char *zLocalRoot;       /* The directory holding the  local database */
  int minPrefix;          /* Number of digits needed for a distinct UUID */
  int fSqlTrace;          /* True if --sqltrace flag is present */
  int fSqlStats;          /* True if --sqltrace or --sqlstats are present */
  int fSqlPrint;          /* True if -sqlprint flag is present */
  int fQuiet;             /* True if -quiet flag is present */