From 04ae674ac2f3e9af082087a8bfbdab9e02d6b0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Petazzoni?= Date: Sun, 21 Aug 2011 08:14:33 -0700 Subject: [PATCH] Add begin..end tags to the git log command --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e0e1834..28c3049 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ on DotCloud's documentation website.