Fossil SCM
Add documentation for empty-dirs setting
Commit
eb93d6ae0ea50cf25665dbcfdd94e316e112ab71
Parent
b5d45262111e754…
1 file changed
+5
M
src/db.c
+5
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1777,10 +1777,15 @@ | ||
| 1777 | 1777 | ** diff-command External command to run when performing a diff. |
| 1778 | 1778 | ** If undefined, the internal text diff will be used. |
| 1779 | 1779 | ** |
| 1780 | 1780 | ** dont-push Prevent this repository from pushing from client to |
| 1781 | 1781 | ** server. Useful when setting up a private branch. |
| 1782 | +** | |
| 1783 | +** empty-dirs A comma or newline-separated list of pathnames. On | |
| 1784 | +** (versionable) update and checkout commands, if no file or directory | |
| 1785 | +** exists with that name, an empty directory will be | |
| 1786 | +** created. | |
| 1782 | 1787 | ** |
| 1783 | 1788 | ** editor Text editor command used for check-in comments. |
| 1784 | 1789 | ** |
| 1785 | 1790 | ** gdiff-command External command to run when performing a graphical |
| 1786 | 1791 | ** diff. If undefined, text diff will be used. |
| 1787 | 1792 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1777,10 +1777,15 @@ | |
| 1777 | ** diff-command External command to run when performing a diff. |
| 1778 | ** If undefined, the internal text diff will be used. |
| 1779 | ** |
| 1780 | ** dont-push Prevent this repository from pushing from client to |
| 1781 | ** server. Useful when setting up a private branch. |
| 1782 | ** |
| 1783 | ** editor Text editor command used for check-in comments. |
| 1784 | ** |
| 1785 | ** gdiff-command External command to run when performing a graphical |
| 1786 | ** diff. If undefined, text diff will be used. |
| 1787 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1777,10 +1777,15 @@ | |
| 1777 | ** diff-command External command to run when performing a diff. |
| 1778 | ** If undefined, the internal text diff will be used. |
| 1779 | ** |
| 1780 | ** dont-push Prevent this repository from pushing from client to |
| 1781 | ** server. Useful when setting up a private branch. |
| 1782 | ** |
| 1783 | ** empty-dirs A comma or newline-separated list of pathnames. On |
| 1784 | ** (versionable) update and checkout commands, if no file or directory |
| 1785 | ** exists with that name, an empty directory will be |
| 1786 | ** created. |
| 1787 | ** |
| 1788 | ** editor Text editor command used for check-in comments. |
| 1789 | ** |
| 1790 | ** gdiff-command External command to run when performing a graphical |
| 1791 | ** diff. If undefined, text diff will be used. |
| 1792 |