aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-13 00:23:26 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-13 00:23:26 +0000
commitbfbf0c11e5ad9102d857967d8495aa51c374827c (patch)
tree136a491969caf47b53a76daa5d20d582d11eec18 /README.md
parent7e4a3dd8f28450dc2fc7b19ed1ba281a0ba8ccec (diff)
downloadgit-deps-bfbf0c11e5ad9102d857967d8495aa51c374827c.tar.gz
monospace tweak in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 53fc85c..39adcd9 100644
--- a/README.md
+++ b/README.md
@@ -39,8 +39,8 @@ Sometimes it is useful to understand the nature of parts of this DAG,
as its nature will impact the success or failure of operations
including merge, rebase, cherry-pick etc.
-For example when porting a commit "A" between git branches via git
-cherry-pick, it can be useful to programmatically determine in advance
+For example when porting a commit "A" between git branches via `git
+cherry-pick`, it can be useful to programmatically determine in advance
the minimum number of other dependent commits which would also need to
be cherry-picked to provide the context for commit "A" to cleanly
apply.