Re: Bug? Subtree merge seems to choke on trailing slashes.

2012-11-13 Thread Jack O'Connor
Do I have the right list for bug reports? Apologies if not. On Tue, Nov 6, 2012 at 5:58 PM, Jack O'Connor oconnor...@gmail.com wrote: I'm summarizing from here: http://stackoverflow.com/questions/5904256/git-subtree-merge-into-a-deeply-nested-subdirectory Quick repro: 1) I do an initial

Bug: version 2.4 seems to have broken `git clone --progress`

2015-05-11 Thread Jack O'Connor
is 2879bc3b0c3acc89f0415ac0d0e3946599d9fc88 (transport-helper: ask the helper to set progress and verbosity options after asking for its capabilities). Can anyone suggest a workaround? -- Jack O'Connor -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord

GIT_INDEX_FILE relative paths are relative to the work tree

2015-11-27 Thread Jack O'Connor
When I use a relative path in the GIT_INDEX_FILE environment variable, git interprets that path relative to the the work tree. This can be confusing if my cwd is some subdirectory of my project; in that case an index file is created in the project root rather than in my cwd. It can also be