I looked with

>
> $ git diff --stat --cached apache/master
>  git/src/org/netbeans/modules/git/ui/repository/remote/RemoteRepository.java
> | 13 ++++++++++---
>  1 file changed, 10 insertions(+), 3 deletions(-)

so I was only supposed to push one change.

But $ git push apache master

> Counting objects: 18, done.
> Delta compression using up to 8 threads.
> Compressing objects: 100% (13/13), done.
> Writing objects: 100% (18/18), 2.09 KiB | 0 bytes/s, done.
> Total 18 (delta 10), reused 1 (delta 1)
> remote: incubator-netbeans git commit: Merge branch 'master' of
> https://github.com/apache/incubator-netbeans
> remote: incubator-netbeans git commit: Made Git keyfile auto detection
> when key auth is selected.
> remote: incubator-netbeans git commit: [NETBEANS-54] Module Review server
> remote: incubator-netbeans git commit: [NETBEANS-54] Module Review defaults
> remote: incubator-netbeans git commit: [NETBEANS-54] Module Review db.mysql
> To https://git-wip-us.apache.org/repos/asf/incubator-netbeans.git
>    9a152a7..bd9aece  master -> master


So now I see those annoying "committed with emilianbold 4 days ago" commits.

What went wrong?

It was a fresh clone (git checkout -b master2 apache/master) too...

Sigh...

--emi

Reply via email to