Re: Staging Individual Lines

2013-04-22 Thread Joshua Jensen
- Original Message - From: ode Date: 4/21/2013 4:22 PM I went looking on Google and found git-cola gui client which works for staging individual lines to the commit. The 'git gui' that ships with Git also stages individual lines and groups of lines, FWIW. -Josh -- To unsubs

Re: Staging Individual Lines

2013-04-21 Thread Felipe Contreras
oking on Google and found git-cola gui client which works for > staging individual lines to the commit. > > But it's a bit clumsy to do this with the mouse and I was wondering if > there is a way to do this without having manually editing the file and > changing the diff nu

Staging Individual Lines

2013-04-21 Thread ode
Hi, I had a big commit I wanted to break up and was wondering if there is any way to stage individual lines from the command line. I am using git add -i but it couldn't split the hunks any smaller. I went looking on Google and found git-cola gui client which works for staging individual