How to `git blame` individual characters?

2018-03-26 Thread Jan Keromnes
Dear Git developers, I'd like to understand what would be required to run `git blame` on individual characters instead of full lines. Could you please point me in the right direction? Someone asked a similar question about "Word-by-word blame/annotate" on StackOverflow a few years ago, and one of

Re: `make profile-fast` fails with "error: No $GIT_PERF_REPO defined, and your build directory is not a repo"

2017-07-19 Thread Jan Keromnes
`git init .` inside the extracted tarball, or maybe `git clone `? Many thanks, Jan Keromnes On Wed, Jul 19, 2017 at 12:16 PM, Jan Keromnes wrote: > Hello, > > I'm trying to build a profile-optimized Git. I used to do this with > the following commands: > > mkdir /tmp/git &

`make profile-fast` fails with "error: No $GIT_PERF_REPO defined, and your build directory is not a repo"

2017-07-19 Thread Jan Keromnes
at a similar problem was already fixed for `make profile`: http://git.661346.n2.nabble.com/make-profile-issue-on-Git-2-1-0-td7616964.html Is it possible that the above commit fixed `make profile`, but not `make profile-fast`? Or, is there a good way for me to work around this issue? Many thanks, Jan Keromnes

[regression] `make profile-install` fails in 2.10.1

2016-10-19 Thread Jan Keromnes
Hello, TL;DR - Probably a regression of a previously reported bug. [0] I'm trying to `profile-install` Git from source on Ubuntu 16.04, to have the latest stable Git optimized for my machine. However, this often fails, because the profile build runs all Git tests (to get an idea of how Git behav

`make profile-install` fails in 2.9.3

2016-09-01 Thread Jan Keromnes
roblem. Thanks, Jan Keromnes --- Steps to reproduce: curl https://www.kernel.org/pub/software/scm/git/git-2.9.3.tar.xz | tar xJ \ && cd git-2.9.3 \ && make prefix=/usr profile-install install-man -j18 Expected result: - runs all tests to get a profil

Re: Git 2.8.1 fails test 32 of t7300-clean.sh, breaks profile build

2016-05-03 Thread Jan Keromnes
rom the line "Removing possible_sub1/", it looks like Git 2.8.2 removes a possible submodule while executing `git clean -f -d`, whereas the test expects it not to. Is it possible to make Git's output even more verbose, so that it tells why it decides to remove "possible_sub1&q

Fwd: Git 2.8.1 fails test 32 of t7300-clean.sh, breaks profile build

2016-04-29 Thread Jan Keromnes
Hello, I tried running a full profile build of Git 2.8.1, but it looks like test #32 in `t7300-clean.sh` fails: Commands: > curl https://www.kernel.org/pub/software/scm/git/git-2.8.1.tar.xz | tar xJ > cd git-2.8.1 > make prefix=/usr profile-install install-man -j18 Logs of test-suite that fails