@@ -60,7 +60,7 @@ unbundle <file>::
6060[git-rev-list-args...]::
6161 A list of arguments, acceptable to 'git rev-parse' and
6262 'git rev-list', that specifies the specific objects and references
63- to transport. For example, `master\ ~10..master` causes the
63+ to transport. For example, `master~10..master` causes the
6464 current master reference to be packaged along with all objects
6565 added since its 10th ancestor commit. There is no explicit
6666 limit to the number of references and objects that may be
@@ -79,12 +79,12 @@ SPECIFYING REFERENCES
7979
8080'git bundle' will only package references that are shown by
8181'git show-ref': this includes heads, tags, and remote heads. References
82- such as `master\~ 1` cannot be packaged, but are perfectly suitable for
82+ such as `master{tilde} 1` cannot be packaged, but are perfectly suitable for
8383defining the basis. More than one reference may be packaged, and more
8484than one basis can be specified. The objects packaged are those not
8585contained in the union of the given bases. Each basis can be
86- specified explicitly (e.g. `^master\~ 10`), or implicitly (e.g.
87- `master\~ 10..master`, `--since=10.days.ago master`).
86+ specified explicitly (e.g. `^master{tilde} 10`), or implicitly (e.g.
87+ `master{tilde} 10..master`, `--since=10.days.ago master`).
8888
8989It is very important that the basis used be held by the destination.
9090It is okay to err on the side of caution, causing the bundle file
0 commit comments