Re: [PATCH 07/11] Add a function to determine unique prefixes for a list of strings

2019-05-13 Thread Johannes Schindelin
Hi Jeff, On Thu, 18 Apr 2019, Jeff Hostetler wrote: > On 4/10/2019 1:37 PM, Slavica Djukic via GitGitGadget wrote: > > From: Slavica Djukic > > > > In the `git add -i` command, we show unique prefixes of the commands and > > files, to give an indication what prefix would select them. > > > > Nat

Re: [PATCH 07/11] Add a function to determine unique prefixes for a list of strings

2019-04-18 Thread Jeff Hostetler
On 4/10/2019 1:37 PM, Slavica Djukic via GitGitGadget wrote: From: Slavica Djukic In the `git add -i` command, we show unique prefixes of the commands and files, to give an indication what prefix would select them. Naturally, the C implementation looks a lot different than the Perl implemen

[PATCH 07/11] Add a function to determine unique prefixes for a list of strings

2019-04-10 Thread Slavica Djukic via GitGitGadget
From: Slavica Djukic In the `git add -i` command, we show unique prefixes of the commands and files, to give an indication what prefix would select them. Naturally, the C implementation looks a lot different than the Perl implementation: in Perl, a trie is much easier implemented, while we alrea