summaryrefslogtreecommitdiff
path: root/Documentation/technical
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-04-28 07:46:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-04-28 07:46:25 (GMT)
commit2254da06a5473ffde973337bad2c6a96eea61e20 (patch)
treec7b1bf0ba4094dbc3e6f209e379a15b66d6864aa /Documentation/technical
parentf06b9f1dffa67c1d28793bdaf7b2165d3d392d35 (diff)
parent3e73cb2f48cc4044905455a9936692f967a0f9b3 (diff)
downloadgit-2254da06a5473ffde973337bad2c6a96eea61e20.zip
git-2254da06a5473ffde973337bad2c6a96eea61e20.tar.gz
git-2254da06a5473ffde973337bad2c6a96eea61e20.tar.bz2
Merge branch 'maint-1.6.1' into maint
* maint-1.6.1: grep: fix segfault when "git grep '('" is given Documentation: fix a grammatical error in api-builtin.txt builtin-merge: fix a typo in an error message
Diffstat (limited to 'Documentation/technical')
-rw-r--r--Documentation/technical/api-builtin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-builtin.txt b/Documentation/technical/api-builtin.txt
index 7ede1e6..5cb2b05 100644
--- a/Documentation/technical/api-builtin.txt
+++ b/Documentation/technical/api-builtin.txt
@@ -37,7 +37,7 @@ where options is the bitwise-or of:
Make sure there is a work tree, i.e. the command cannot act
on bare repositories.
- This makes only sense when `RUN_SETUP` is also set.
+ This only makes sense when `RUN_SETUP` is also set.
. Add `builtin-foo.o` to `BUILTIN_OBJS` in `Makefile`.