Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 177
    • Issues 177
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 5
    • Merge requests 5
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

Do not update/delete: Banner broadcast message test data

Do not update/delete: Notification broadcast message test data

  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #2337
Closed
Open
Issue created Aug 02, 2015 by username-removed-112407@mrtuxOwner

Commit dialog: recent commit messages list isn't updated after commits in other dialog windows

By belorussov.va... on November 06, 2014 14:17 (imported from Google Code)


Steps to reproduce the problem:

  1. Open the clean repo with at least one commit in it; for example, this last commit has message "1st commit"
  2. Make some changes to commit
  3. Open two "Commit" dialog windows at the same time; let's name them dialog A and dialog B
  4. Switch to dialog A and commit the changes you've made; for example, with message "2nd commit"
  5. Dialog A will close after performing commit "2nd commit"
  6. Make some changes to commit
  7. Switch to dialog B
  8. Right click in the "Message" field and pick "Paste last commit message" or "Paste recent message..." in popup menu.

Expectations and reality
a) when "Paste last commit message" is picked:
- expected behavior: paste text "2nd commit", because when we're picking this menu item, the last commit is "2nd commit";
- actual behavior: "1st commit" is pasted instead, because it was the last commit when we opened dialog B
b) when "Paste recent message..." is picked:
- expected behavior: show the list where "2nd commit" message is in the top;
- actual behavior: message "2nd commit" isn't shown in the list of recent commit messages at all, and top message in this list is "1st commit", because it was the last commit when we opened dialog B

Using of F5 key (update and refresh) doesn't solve the problem.

TortoiseGit: 1.8.11.0
msysgit: 1.9.2.msysgit.0
Operating system: Microsoft Windows 8 Enterprise

Assignee
Assign to
Time tracking