[git-users] Re: Would like to generate logs just like in the official documentation from a real git repo

2022-10-14 Thread Philip Oakley
Hi Amine, Would you be able to provide a link to any particular example that you felt may have been formatted via `git log` or similar. Likely places are via the //git-scm.com/doc site, and/or (even better) via /git.git/Documentation/

[git-users] Would like to generate logs just like in the official documentation from a real git repo

2022-10-14 Thread A A
Suppose I have a small local repo which I have set up exactly as follows, following the docs for rebasing with Git : A---B---C topic / D---E---F---G master I tag each commit with its respective letter, D, E or F for example. I woul