summaryrefslogtreecommitdiff
path: root/doc/upgrades.mdwn
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-06-03 14:28:58 +0000
committerGravatar admin <admin@branchable.com>2015-06-03 14:28:58 +0000
commit153051c1c4f03e180e39433d64ae9f54ed1b6948 (patch)
tree92160ffa4d749d7342f9ba214bc4c9fc676c85d0 /doc/upgrades.mdwn
parentb4e8ec7698850ef2d1206f2fb1f6ee511ae29ac1 (diff)
remove superfluous header
Diffstat (limited to 'doc/upgrades.mdwn')
-rw-r--r--doc/upgrades.mdwn16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/upgrades.mdwn b/doc/upgrades.mdwn
index 439463de7..9fb56f62b 100644
--- a/doc/upgrades.mdwn
+++ b/doc/upgrades.mdwn
@@ -28,9 +28,9 @@ already have git conflicts in your repository or between repositories.
Upgrading a repository with conflicts is not recommended; resolve the
conflicts first before upgrading git-annex.
-## Upgrade events, so far
+The upgrade events, so far:
-### v4 -> v5 (git-annex version 5.x)
+## v4 -> v5 (git-annex version 5.x)
The upgrade from v4 to v5 is handled
automatically, and only affects [[direct mode]] repositories.
@@ -38,19 +38,19 @@ automatically, and only affects [[direct mode]] repositories.
This upgrade involves changing direct mode repositories to operate with
core.bare=true.
-### v3 -> v4 (git-annex version 4.x)
+## v3 -> v4 (git-annex version 4.x)
v4 was only used for [[direct_mode]], to ensure that a version of git-annex
that understands direct mode was used with a direct mode repository.
-### v2 -> v3 (git-annex version 3.x)
+## v2 -> v3 (git-annex version 3.x)
Involved moving the .git-annex/ directory into a separate git-annex branch.
After this upgrade, you should make sure you include the git-annex branch
when git pushing and pulling.
-#### tips for this upgrade
+### tips for this upgrade
This upgrade is easier (and faster!) than the previous upgrades.
You don't need to upgrade every repository at once; it's sufficient
@@ -64,7 +64,7 @@ Example upgrade process:
git commit -m "upgrade v2 to v3"
git gc
-### v1 -> v2 (git-annex version 0.20110316)
+## v1 -> v2 (git-annex version 0.20110316)
Involved adding hashing to .git/annex/ and changing the names of all keys.
Symlinks changed.
@@ -79,7 +79,7 @@ and that information will be used by git-annex for disk free space checking.
To ensure that information is available for all your annexed files, see
[[upgrades/SHA_size]].
-#### tips for this upgrade
+### tips for this upgrade
This upgrade can tend to take a while, if you have a lot of files.
@@ -106,7 +106,7 @@ Example upgrade process:
git annex upgrade
...
-### v0 -> v1 (git-annex version 0.04)
+## v0 -> v1 (git-annex version 0.04)
Involved a reorganisation of the layout of .git/annex/. Symlinks changed.