Skip to content

Commit

Permalink
Add begin..end tags to the git log command
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Aug 25, 2011
1 parent d6baefd commit 04ae674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -47,9 +47,9 @@ with at least three different methods:
you will see the list of commits involved in the tutorial, and by
clicking on each individual commit, you will see the file modifications
for this step;
* by running ``git log --patch --reverse`` in your local repository,
for a text-mode equivalent (with the added benefit of being available
offline!);
* by running ``git log --patch --reverse begin..end`` in your local
repository, for a text-mode equivalent (with the added benefit of being
available offline!);
* by browsing a more `traditional version
<http://docs.dotcloud.com/tutorials/ruby/thin/>`_ on DotCloud's
documentation website.
Expand Down

0 comments on commit 04ae674

Please sign in to comment.