Actions
Defect #7485
closedgit commit --amend doesn't produce appropriate results in the repository browser
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2011-01-28
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
I pushed a commit that I created with --amend since I had forgotten to add two files. In the repository browser, I can see a list of files like this:
file1 <git rev spec> file2 <another git rev spec> added1 added2 file3 <yet another git rev spec>
Please note the missing rev specs for the two files 'added1' and 'added2'. I can click 'View', though, and see the file, just not the history & stuff.
I'm using git 1.7.1.
Actions