Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Message to oBFusCATed or other CB Devs about patches to CB Projects.
stahta01:
Took me a half dozen tries; but, I think I have done it.
Using this command
--- Code: ---git rebase -i HEAD~6
--- End code ---
After changing editor to notepad++ using this command; VIM is too much for me to try.
Found on http://stackoverflow.com/questions/1634161/how-do-i-use-notepad-or-other-with-msysgit
--- Code: ---git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
--- End code ---
stahta01:
Just added the message prefix to three of the commits in Git branch of "PCH Fix: ".
Decided that made more sense.
Tim S.
oBFusCATed:
Keep in mind that we are using the first character of the message to designate if the commit is important to the user. '-' is used for build fixes and other internal or minimal changes. '*' is used for changes to the ui, new features, fixing important bugs, etc. This help when making a release to gather to logs of changes.
Can I ask you to do another rebase and add '-' at the beginning of every commit?
stahta01:
--- Quote from: oBFusCATed on October 24, 2014, 10:23:01 am ---Keep in mind that we are using the first character of the message to designate if the commit is important to the user. '-' is used for build fixes and other internal or minimal changes. '*' is used for changes to the ui, new features, fixing important bugs, etc. This help when making a release to gather to logs of changes.
Can I ask you to do another rebase and add '-' at the beginning of every commit?
--- End quote ---
OK.
Will do so.
Tim S.
stahta01:
Will take a little time
FYI: "src/sdk/resources/lexers/lexer_bibtex.sample" is causing me problem because Git is complaining about LF issues.
But, I was messing with using using an .gitattributes file.
I had to tell Git that the file is Binary in it.
Should only take a few minutes more.
Tim S.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version