Fossil

Timeline
Login

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

23 check-ins related to "stash-fixes"

2016-10-16
01:21
Merge fixes in this branch to trunk prior to release. ... (check-in: b2d51b1b22 user: andybradford tags: trunk)
00:22
Merge updates from trunk. ... (Closed-Leaf check-in: 5634375d0b user: mistachkin tags: stash-fixes)
00:21
Remove a 'knownbug' marker because the underlying issue appears to be fixed on this branch. ... (check-in: 43e122c763 user: mistachkin tags: stash-fixes)
2016-10-15
05:02
Coding style, removing superfluous 'then' clauses from tester.tcl. ... (check-in: 4946b5b186 user: mistachkin tags: trunk)
2016-10-05
03:03
Merge latest updates from trunk. ... (check-in: 4c1971147e user: andybradford tags: stash-fixes)
00:25
Add initial tests for the 'unversioned' command. ... (check-in: e464dd963c user: mistachkin tags: trunk)
2016-09-26
21:16
Fix some compilation issues, related to merging. ... (check-in: 2f07c443fb user: mistachkin tags: stash-fixes)
21:12
Merge updates from trunk. ... (check-in: 80aaef528d user: mistachkin tags: stash-fixes)
17:49
Add pre-commit warning tests. ... (check-in: a8b0c5f113 user: mistachkin tags: trunk)
2016-09-08
02:49
Merge updates from trunk. ... (check-in: 63bcf60e4d user: mistachkin tags: stash-fixes)
02:09
Merge in latest changes from trunk. ... (Closed-Leaf check-in: 1912b2f864 user: andybradford tags: stash-fixes-openssl-1.1.0)
2016-09-07
10:12
Fix mingw64 build (broken by [8f2dd0106ef3b5aa]) ... (check-in: db59821f89 user: jan.nijtmans tags: trunk)
2016-07-04
22:08
Detect old stashfile schema and recreate to allow file renames to be stashed in existing checkout databases. ... (check-in: a13217b897 user: andybradford tags: stash-fixes)
20:13
Merge in trunk and resolve conflict. ... (check-in: 003b6581ef user: andybradford tags: stash-fixes)
2016-06-28
09:10
Unnecessary type='text/javascript on <script> tag. ... (check-in: 5cdaeb0d82 user: jan.nijtmans tags: trunk)
2016-03-06
06:38
Merge updates from trunk. ... (check-in: ccf01b243f user: mistachkin tags: stash-fixes)
2016-03-05
20:01
Added add_content_sql_commands() to /admin_sql, as per ML discussion. ... (check-in: 93f514ca2c user: stephan tags: trunk)
2016-02-27
16:38
Bring in latest developments on trunk. ... (check-in: eda22812d1 user: andybradford tags: stash-fixes)
02:12
Fix glitch in tester.tcl on Windows which caused repo_init to fail to guard the users's lists of all repositories and checkouts. Setting FOSSIL_HOME as well as HOME to [pwd] resolves this neatly, and likely makes it more robust on other platforms since FOSSIL_HOME is always checked first and if set by a user, would still override the attempt made by repo_init to protect them. ... (check-in: dc72fd9624 user: rberteig tags: trunk)
2016-02-17
04:49
Given that both origname and newname are always provided when stashing a file, allow both a rename and an add by changing the PRIMARY KEY for stashfile. This does mean the schema for stashfile has changed and to take advantage it will be necessary to close and open the repository again (or update manually with SQL). ... (check-in: ca574f818a user: andybradford tags: stash-fixes)
2016-02-13
06:57
Updated stash.test to reflect the incidental changes in output caused by the changes made in [fea4d80ee7]. ... (check-in: a9afb1f049 user: rberteig tags: stash-fixes)
05:00
If a file has been renamed in a stash, restore this information also in the vfile table so it doesn't show up as MISSING. ... (check-in: fea4d80ee7 user: andybradford tags: stash-fixes)
02:42
More fossil stash cases, this time with snapshot and interesting results of fossil stash diff in when a DELETE was snapshotted. ... (check-in: 94b9530774 user: rberteig tags: trunk)