diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-02 00:31:51 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-02 00:31:51 -0800 |
commit | 8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a (patch) | |
tree | d3f7a259c8cbd478e5def0136fa9bf81f6ec035a /Documentation/git-add.txt | |
parent | 112f63851bae2ff6f04092a2eb4261d6e5990c65 (diff) | |
parent | eecc8367f4eaafc8449fc08c4e33f3f8ac474469 (diff) | |
download | git-8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a.tar.gz git-8b969a5fb5e5891d9ad4c236fd9487c4673bfa2a.tar.xz |
Merge branch 'maint'
* maint:
Another memory overrun in http-push.c
fetch.o depends on the headers, too.
Documentation: Correct minor typo in git-add documentation.
Documentation/git-send-email.txt: Fix labeled list formatting
Documentation/git-quiltimport.txt: Fix labeled list formatting
Documentation/build-docdep.perl: Fix dependencies for included asciidoc files
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index b73a99d61..755d7186f 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -52,7 +52,7 @@ OPTIONS -f:: Allow adding otherwise ignored files. -\i, \--interactive:: +-i, \--interactive:: Add modified contents in the working tree interactively to the index. |