Thread (9 messages) flat view 9 messages, 4 authors, 2016-06-15

Re: Merging (only) subdirectories

From: Howard Miller <hidden>
Date: 2016-06-15 22:50:08

2010/12/1 "Martin Krüger" [off-list ref]:
quoted
I would say you are not working best practice with git. The idea of commit is a atomic  change of the whole project.  It seems like you mixed completely unrelated changes in a commit.

You can try as a resolution:
git rebase master  (on a temporary-branch)
git format-patch master

Strip the patches with filterdiff

Apply the stripped patches to another temporary-brach.
Merge to the target-Branch.

Best regards
    martin
thanks Martin,

There's a whole bunch of stuff there that I am not familiar with so I
need to do some reading!  When you say we are not using best practices
can you elaborate? I am very open to improving the way we do things.

Howard
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help