Re: [PATCH] git-commit.txt: better description what it does

2019-01-31 Thread Eric Sunshine
On Thu, Jan 31, 2019 at 6:04 AM Duy Nguyen wrote: > On Thu, Jan 31, 2019 at 5:49 PM Eric Sunshine wrote: > > On Thu, Jan 31, 2019 at 4:21 AM Nguyễn Thái Ngọc Duy > > wrote: > > > +NOTES > > > +- > > > +If a branch is associated with the working tree, 'HEAD' points to this > > > +branch. Whe

Re: [PATCH] git-commit.txt: better description what it does

2019-01-31 Thread Duy Nguyen
On Thu, Jan 31, 2019 at 5:49 PM Eric Sunshine wrote: > > On Thu, Jan 31, 2019 at 4:21 AM Nguyễn Thái Ngọc Duy > wrote: > > The description of git-commit jumps right into the commit content, which > > is important, but it fails to mention how the commit is "added" to the > > repository. Update th

Re: [PATCH] git-commit.txt: better description what it does

2019-01-31 Thread Eric Sunshine
On Thu, Jan 31, 2019 at 4:21 AM Nguyễn Thái Ngọc Duy wrote: > The description of git-commit jumps right into the commit content, which > is important, but it fails to mention how the commit is "added" to the > repository. Update the first paragraph saying a bit more about branch > update to fill t

[PATCH] git-commit.txt: better description what it does

2019-01-31 Thread Nguyễn Thái Ngọc Duy
The description of git-commit jumps right into the commit content, which is important, but it fails to mention how the commit is "added" to the repository. Update the first paragraph saying a bit more about branch update to fill this gap. While at there, add a couple linkgit references when the co