davideuler / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
0 stars 0 forks source link

reflog only shows last commit when a new branch is pushed #536

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create some commits (more than 1)
2. Push them into a new remote branch
3. Open the reflog

What is the expected output?
Show the all the commits that have been pushed into the new branch

What do you see instead?
Only the last commit that has been performed before pushing into the new branch.

What version of the product are you using? On what operating system?
1.6.2 (Windows)

Please provide any additional information below.
Also the sendmail hook is erroneous. 

Subject sais: 
[Gitblit] {user} pushed 1 commits => {repository}

However, if one pushes multiple commits at once this is misleading. Team 
members unfamiliar/insecure with git tend to get confused.

Original issue reported on code.google.com by benedikt.wolters on 20 Nov 2014 at 10:34