RFR: 8135292: Remove duplicate code in <OS>Address.java in SA [v2]
Jayashree Huttanagoudar
duke at openjdk.org
Thu Jun 23 16:36:38 UTC 2022
On Thu, 23 Jun 2022 16:16:00 GMT, Jayashree Huttanagoudar <duke at openjdk.org> wrote:
> > > ```
> > > $ git add <changed files>
> > > $ git commit --amend --no-edit
> > > ```
> >
> >
> > The `git commit --amend` changes the current commit. Don't use `--amend` and it should be fine.
>
> Ok thank you.
I tried just :
# git commit
Aborting commit due to empty commit message.
The commit is aborted.
-------------
PR: https://git.openjdk.org/jdk/pull/9112
More information about the serviceability-dev
mailing list