Re: [feature] how to output absolute paths in git diff? => --show-abs-path

2018-08-23 Thread Timothee Cour
th) instead of the currently used join(FOO,path1.removeLeadingSlash) On Thu, Aug 23, 2018 at 2:42 AM Ævar Arnfjörð Bjarmason wrote: > > On Thu, Aug 23, 2018 at 11:16 AM Timothee Cour > wrote: > > > > This has all the context: > > https://stackoverflow.com/question

[feature] how to output absolute paths in git diff? => --show-abs-path

2018-08-23 Thread Timothee Cour
This has all the context: https://stackoverflow.com/questions/22698505/how-to-show-full-paths-in-git-diff I'd like `--show-abs-path` to show absolute paths in: git diff --show-abs-path args... eg: git diff --no-index `get_file1` `get_file2` could show: --- a/Users/timothee/temp/ripgrep/help0.txt

how to output absolute paths in git diff?

2018-08-23 Thread Timothee Cour
This has all the context: https://stackoverflow.com/questions/22698505/how-to-show-full-paths-in-git-diff I'd like `--show-abs-path` to show absolute paths in: git diff --show-abs-path args... eg: git diff --no-index `get_file1` `get_file2` could show: --- a/Users/timothee/temp/ripgrep/help0.txt

how to ignore whitespace changes with --color-moved (git diff move detection)?

2018-02-01 Thread Timothee Cour
this PR from october 2017 was discussing a patch that'd introduce `--color-moved-[no-]ignore-space-change` https://public-inbox.org/git/20171025224620.27657-3-sbel...@google.com/ however not sure what happened since then as I can't find in `git help diff` options even after `brew install --HEAD gi

support block comments in gitconfig

2016-04-04 Thread Timothee Cour
Could we have block comments in gitconfig? It's a nice-to-have supported in most languages. eg: #{ commented out block #} or other intuitive syntax -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http: