On Thu, May 16, 2013 at 3:29 AM, Ramkumar Ramachandra
[off-list ref] wrote:
Felipe Contreras wrote:
quoted
git-pull.sh | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
This one obviously looks good. I'm not sure why you sent it along
with the other two patches though.
Because this patch depends on the previous one.
On a related note, I'm interested in fixing pull. What I have on paper so far:
- pull.condition = clean-worktree | ff-update | no-local-changes |
always | never
- pull.action = merge | rebase* | reset
- pull.resetType = soft | hard | merge | keep
- pull.autostash = true | false
I don't understand that. But my only concern is that there's no way to
do something like:
% git fetch backup 'refs/tags/*:refs/tags/*' 'refs/heads/*:refs/heads/*'
--
Felipe Contreras