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
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 382
    • Issues 382
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #2337
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@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

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking