git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Use fast-forward
@ 2009-10-24  8:31 Felipe Contreras
  2009-10-24  8:31 ` [PATCH] Use 'fast-forward' all over the place Felipe Contreras
  2009-10-24 13:07 ` [PATCH] Use fast-forward Nanako Shiraishi
  0 siblings, 2 replies; 14+ messages in thread
From: Felipe Contreras @ 2009-10-24  8:31 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Michael J Gruber, Felipe Contreras

As suggested in the mailing list, now I've replaced all instances of 'fast
forward' with 'fast-forward'.

Felipe Contreras (1):
  Use 'fast-forward' all over the place

 Documentation/config.txt                     |    2 +-
 Documentation/git-http-push.txt              |    4 ++--
 Documentation/git-push.txt                   |   14 +++++++-------
 Documentation/git-read-tree.txt              |    2 +-
 Documentation/git-receive-pack.txt           |    2 +-
 Documentation/git-reset.txt                  |    4 ++--
 Documentation/git-send-pack.txt              |    4 ++--
 Documentation/gitcore-tutorial.txt           |    4 ++--
 Documentation/githooks.txt                   |    2 +-
 Documentation/glossary-content.txt           |    4 ++--
 Documentation/howto/maintain-git.txt         |    2 +-
 Documentation/howto/revert-branch-rebase.txt |    4 ++--
 Documentation/howto/update-hook-example.txt  |    2 +-
 Documentation/pull-fetch-param.txt           |    4 ++--
 Documentation/user-manual.txt                |   14 +++++++-------
 builtin-fetch--tool.c                        |    8 ++++----
 builtin-fetch.c                              |    4 ++--
 builtin-merge.c                              |    8 ++++----
 builtin-push.c                               |    2 +-
 builtin-receive-pack.c                       |    4 ++--
 builtin-remote.c                             |    2 +-
 builtin-send-pack.c                          |    2 +-
 contrib/examples/git-merge.sh                |    8 ++++----
 contrib/examples/git-resolve.sh              |    2 +-
 contrib/hooks/post-receive-email             |    6 +++---
 git-gui/lib/branch_create.tcl                |    2 +-
 git-merge-octopus.sh                         |    2 +-
 git-pull.sh                                  |    2 +-
 git-rebase--interactive.sh                   |    6 +++---
 git-rebase.sh                                |    2 +-
 t/t1001-read-tree-m-2way.sh                  |    6 +++---
 t/t5505-remote.sh                            |    2 +-
 t/t5518-fetch-exit-status.sh                 |    2 +-
 t/t6028-merge-up-to-date.sh                  |    2 +-
 transport.c                                  |    2 +-
 unpack-trees.c                               |    2 +-
 36 files changed, 72 insertions(+), 72 deletions(-)

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2009-10-25  9:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-24  8:31 [PATCH] Use fast-forward Felipe Contreras
2009-10-24  8:31 ` [PATCH] Use 'fast-forward' all over the place Felipe Contreras
2009-10-24 17:50   ` Junio C Hamano
2009-10-24 19:12     ` Felipe Contreras
2009-10-24 19:44       ` Junio C Hamano
2009-10-25  8:56         ` Felipe Contreras
2009-10-25  3:41   ` Junio C Hamano
2009-10-25  7:15     ` Junio C Hamano
2009-10-25  7:19       ` Junio C Hamano
2009-10-25  7:22         ` Junio C Hamano
2009-10-25  9:06       ` Felipe Contreras
2009-10-25  9:02     ` Felipe Contreras
2009-10-24 13:07 ` [PATCH] Use fast-forward Nanako Shiraishi
2009-10-24 14:17   ` Felipe Contreras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).