X-Git-Url: https://git.cworth.org/git?p=hgbook-git;a=blobdiff_plain;f=tour.mdwn;h=fdaa9a5577f2e07308f4cbca2c27080f80b4a3fe;hp=0ddf4081d52498a34f25f34680a0f06ff8eb32a8;hb=5a25922d84fe47eef6b9d6cd3c59e1d1aeed451e;hpb=daba3bb77d0b9bbd08d812c539f5bb6580da14c0 diff --git a/tour.mdwn b/tour.mdwn index 0ddf408..fdaa9a5 100644 --- a/tour.mdwn +++ b/tour.mdwn @@ -376,7 +376,7 @@ case): Besides filtering by commit identifiers, git allows you to easily filter the log output according to which files (or directories) are -modified by listing them after "--" wihch is necessary to distinguish +modified by listing them after "--" which is necessary to distinguish commit names from file names: $ git log -- Makefile