search for: 33ed3

Displaying 3 results from an estimated 3 matches for "33ed3".

2011 Aug 23
2
[LLVMdev] git Status
...rectly to the working copy and commit them as new changeset 'Fixes for: Start if conversion work'. Now we call $ git rebase -i HEAD~2 This gives us the following text file: pick ef723 Start if conversion work pick 443de Middle of if conversion work, something interesting to commit pick 33ed3 Fixes for: Start if conversion work Here, we move the fixup right after the commit to fix and replace the default action 'pick' by the comment 'fixup'. pick ef723 Start if conversion work fixup 33ed3 Fixes for: Start if conversion work pick 443de Middle of if conversion work, som...
2011 Aug 22
0
[LLVMdev] git Status
FlyLanguage <flylanguage at gmail.com> writes: > 2) Nobody writing up how git should be used with the current llvm > workflow (which is not going to adapt to an SCM, but the other way > around, which is understandable.) Here is a first cut at that. Other git users, please chime in with suggestions, edits, etc. Non-git users, please ask for clarification where needed. This is
2011 Aug 19
11
[LLVMdev] git Status
> On Aug 18, 2011, at 10:57 AM, David Greene wrote: >> >> Did the project ever come to a decision about making a transition to >> git? I'm trying to do some longer-term planning and it would be helpful >> to know what the roadmap is. It's stuck on: 1) A misunderstanding that global revision numbers are necessary and that 'git describe' along with