Author Topic: FYI: I have modified the commit message of rev 10147  (Read 5095 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
FYI: I have modified the commit message of rev 10147
« on: April 06, 2015, 04:56:29 pm »
I just found a typo in the commit message, so I changed it through TortoiseSVN's Edit Log Message menu. (change the wrong word "account" to "count")
So, I think all the git mirrors are still have the wrong message.  ;)
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline osdt

  • Multiple posting newcomer
  • *
  • Posts: 63
Re: FYI: I have modified the commit message of rev 10147
« Reply #1 on: April 06, 2015, 07:52:20 pm »
So, I think all the git mirrors are still have the wrong message.  ;)
Unfortunally the message ist part of git's SHA-ID (Commit-ID) and therefore the history will be different. From git's point of view it's a different branch starting at the modified revision.