···94946. There is a file command-list.txt in the distribution main directory
9595that categorizes commands by type, so they can be listed in appropriate
9696subsections in the documentation's summary command list. Add an entry
9797-for yours. To understand the categories, look at git-cmmands.txt
9797+for yours. To understand the categories, look at git-commands.txt
9898in the main directory.
99991001007. Give the maintainer one paragraph to include in the RelNotes file
+1-1
Documentation/technical/api-revision-walking.txt
···5959`reset_revision_walk`::
60606161 Reset the flags used by the revision walking api. You can use
6262- this to do multiple sequencial revision walks.
6262+ this to do multiple sequential revision walks.
63636464Data structures
6565---------------
+1-1
builtin/fast-export.c
···379379 int tagged_mark;
380380 struct commit *p;
381381382382- /* Trees have no identifer in fast-export output, thus we have no way
382382+ /* Trees have no identifier in fast-export output, thus we have no way
383383 * to output tags of trees, tags of tags of trees, etc. Simply omit
384384 * such tags.
385385 */
+1-1
builtin/push.c
···9292 if (!short_upstream)
9393 short_upstream = branch->merge[0]->src;
9494 /*
9595- * Don't show advice for people who explicitely set
9595+ * Don't show advice for people who explicitly set
9696 * push.default.
9797 */
9898 if (push_default == PUSH_DEFAULT_UNSPECIFIED)
+1-1
cache.h
···491491extern int ie_match_stat(const struct index_state *, const struct cache_entry *, struct stat *, unsigned int);
492492extern int ie_modified(const struct index_state *, const struct cache_entry *, struct stat *, unsigned int);
493493494494-#define PATHSPEC_ONESTAR 1 /* the pathspec pattern sastisfies GFNM_ONESTAR */
494494+#define PATHSPEC_ONESTAR 1 /* the pathspec pattern satisfies GFNM_ONESTAR */
495495496496struct pathspec {
497497 const char **raw; /* get_pathspec() result, not freed by free_pathspec() */
+1-1
combine-diff.c
···165165166166 /*
167167 * Coalesce new lines into base by finding the LCS
168168- * - Create the table to run dynamic programing
168168+ * - Create the table to run dynamic programming
169169 * - Compute the LCS
170170 * - Then reverse read the direction structure:
171171 * - If we have MATCH, assign parent to base flag, and consume
+1-1
contrib/ciabot/ciabot.py
···70707171# The template used to generate the XML messages to CIA. You can make
7272# visible changes to the IRC-bot notification lines by hacking this.
7373-# The default will produce a notfication line that looks like this:
7373+# The default will produce a notification line that looks like this:
7474#
7575# ${project}: ${author} ${repo}:${branch} * ${rev} ${files}: ${logmsg} ${url}
7676#
+2-2
contrib/ciabot/ciabot.sh
···3939# done
4040#
4141# The reason for the tac call is that git rev-list emits commits from
4242-# most recent to least - better to ship notifactions from oldest to newest.
4242+# most recent to least - better to ship notifications from oldest to newest.
4343#
4444# Configuration variables affecting this script:
4545#
···6464# down. It is unknown whether this is still an issue in 2010, but
6565# XML-RPC would be annoying to do from sh in any case. (XML-RPC does
6666# have the advantage that it guarantees notification of multiple commits
6767-# shpped from an update in their actual order.)
6767+# shipped from an update in their actual order.)
6868#
69697070# The project as known to CIA. You can set this with a -p option,
+1-1
contrib/subtree/git-subtree.txt
···270270name
271271272272You can omit the --squash flag, but doing so will increase the number
273273-of commits that are incldued in your local repository.
273273+of commits that are included in your local repository.
274274275275We now have a ~/git-extensions/git-subtree directory containing code
276276from the master branch of git://github.com/apenwarr/git-subtree.git
+1-1
git-mergetool--lib.sh
···144144setup_tool () {
145145 tool="$1"
146146147147- # Fallback definitions, to be overriden by tools.
147147+ # Fallback definitions, to be overridden by tools.
148148 can_merge () {
149149 return 0
150150 }
···7777 * variable is used, and if that is missing, the default notes ref is used
7878 * ("refs/notes/commits").
7979 *
8080- * If you need to re-intialize a notes_tree structure (e.g. when switching from
8080+ * If you need to re-initialize a notes_tree structure (e.g. when switching from
8181 * one notes ref to another), you must first de-initialize the notes_tree
8282 * structure by calling free_notes(struct notes_tree *).
8383 *
+2-2
read-cache.c
···489489}
490490491491/*
492492- * Remove all cache ententries marked for removal, that is where
492492+ * Remove all cache entries marked for removal, that is where
493493 * CE_REMOVE is set in ce_flags. This is much more effective than
494494 * calling remove_index_entry_at() for each entry to be removed.
495495 */
···17601760}
1761176117621762/*
17631763- * Opportunisticly update the index but do not complain if we can't
17631763+ * Opportunistically update the index but do not complain if we can't
17641764 */
17651765void update_index_if_able(struct index_state *istate, struct lock_file *lockfile)
17661766{
+1-1
t/gitweb-lib.sh
···36363737 # You can set the GITWEB_TEST_INSTALLED environment variable to
3838 # the gitwebdir (the directory where gitweb is installed / deployed to)
3939- # of an existing gitweb instalation to test that installation,
3939+ # of an existing gitweb installation to test that installation,
4040 # or simply to pathname of installed gitweb script.
4141 if test -n "$GITWEB_TEST_INSTALLED" ; then
4242 if test -d $GITWEB_TEST_INSTALLED; then
+1-1
t/lib-t6000.sh
···3434 mv sed.script.tmp sed.script
3535}
36363737-# Replace unhelpful sha1 hashses with their symbolic equivalents
3737+# Replace unhelpful sha1 hashes with their symbolic equivalents
3838entag () {
3939 sed -f sed.script
4040}
+1-1
t/t7601-merge-pull-config.sh
···109109'
110110111111# First do the merge with resolve and recursive then verify that
112112-# recusive is chosen.
112112+# recursive is chosen.
113113114114test_expect_success 'merge picks up the best result' '
115115 git config --unset-all pull.twohead &&
···77# Loading a node from a svn dumpfile without a Text-Content-Length
88# field causes svn to neglect to store or report an md5sum. (it will
99# calculate one if you had put Text-Content-Length: 0). This showed
1010-# up in a repository creted with cvs2svn.
1010+# up in a repository created with cvs2svn.
11111212cat > dumpfile.svn <<EOF
1313SVN-fs-dump-format-version: 1
+1-1
t/t9802-git-p4-filetype.sh
···2828 test_cmp f-unix-orig f-unix &&
29293030 # make sure stored in repo as unix newlines
3131- # use sed to eat python-appened newline
3131+ # use sed to eat python-appended newline
3232 p4 -G print //depot/f-unix | marshal_dump data 2 |\
3333 sed \$d >f-unix-p4-print &&
3434 test_cmp f-unix-orig f-unix-p4-print &&
+2-2
transport-helper.c
···11321132#ifndef NO_PTHREADS
1133113311341134/*
11351135- * Join thread, with apporiate errors on failure. Name is name for the
11351135+ * Join thread, with appropriate errors on failure. Name is name for the
11361136 * thread (for error messages). Returns 0 on success, 1 on failure.
11371137 */
11381138static int tloop_join(pthread_t thread, const char *name)
···11981198}
1199119912001200/*
12011201- * Join process, with apporiate errors on failure. Name is name for the
12011201+ * Join process, with appropriate errors on failure. Name is name for the
12021202 * process (for error messages). Returns 0 on success, 1 on failure.
12031203 */
12041204static int tloop_join(pid_t pid, const char *name)