On Sunday 25 March 2018 10:03 AM, Jeff King wrote:
> ...
> but I'd prefer to avoid those kinds of magic rules if we can. They're
> very hard to explain to the user, and can be quite baffling when they go
> wrong.
>
I fell the same too.
> IMHO we should do one of:
>
> 1. Nothing. ;)
>
> 2. C
On Sat, Mar 24, 2018 at 1:37 PM, Joel Teichroeb wrote:
> diff --git a/builtin/stash--helper.c b/builtin/stash--helper.c
> @@ -402,6 +408,36 @@ static int drop_stash(int argc, const char **argv, const
> char *prefix)
> +static int pop_stash(int argc, const char **argv, const char *prefix)
> +{
> +
On Sat, Mar 24, 2018 at 1:37 PM, Joel Teichroeb wrote:
> diff --git a/builtin/stash--helper.c b/builtin/stash--helper.c
> @@ -313,6 +348,60 @@ static int apply_stash(int argc, const char **argv,
> const char *prefix)
> +static int drop_stash(int argc, const char **argv, const char *prefix)
> +{
>
On Sat, Mar 24, 2018 at 1:37 PM, Joel Teichroeb wrote:
> diff --git a/builtin/stash--helper.c b/builtin/stash--helper.c
> @@ -307,6 +313,42 @@ static int apply_stash(int argc, const char **argv,
> const char *prefix)
> +static int branch_stash(int argc, const char **argv, const char *prefix)
> +{
On Sat, Mar 24, 2018 at 1:37 PM, Joel Teichroeb wrote:
> diff --git a/builtin/stash--helper.c b/builtin/stash--helper.c
> @@ -0,0 +1,339 @@
> +static int get_stash_info(struct stash_info *info, const char *commit)
> +{
> + struct strbuf w_commit_rev = STRBUF_INIT;
> + struct strbuf b_c
On Sun, Mar 25, 2018 at 09:11:34AM +0530, Kaartic Sivaraam wrote:
> On Sunday 25 March 2018 07:04 AM, Eric Sunshine wrote:
> > Can we have a couple new tests: one checking "git branch --list" for
> > the typical case (when rebasing off a named branch) and one checking
> > when rebasing from a detac
On Sun, Mar 25, 2018 at 12:28:30AM -0400, Eric Sunshine wrote:
> On Sun, Mar 25, 2018 at 12:10 AM, Jeff King wrote:
> > Alternatively, we could at least detect the situation that confused you:
> >
> > diff --git a/builtin/branch.c b/builtin/branch.c
> > @@ -676,6 +676,9 @@ int cmd_branch(int argc
On Sun, Mar 25, 2018 at 12:10 AM, Jeff King wrote:
> Alternatively, we could at least detect the situation that confused you:
>
> diff --git a/builtin/branch.c b/builtin/branch.c
> @@ -676,6 +676,9 @@ int cmd_branch(int argc, const char **argv, const char
> *prefix)
> + if (list && reflog)
On Sun, Mar 25, 2018 at 12:10 AM, Jeff King wrote:
> So:
>
> git branch -l
>
> _looks_ like it works, but only because list mode is the default. If you
> did:
>
> git branch -l foo
>
> you would find that it does list "foo" at all, but instead creates a new
> branch "foo" with reflog.
s/does/
On Sun, Mar 25, 2018 at 09:11:34AM +0530, Kaartic Sivaraam wrote:
> >> When rebasing interacitvely (rebase -i), "git branch -l" prints a line
> >
> > The "git branch -l" threw me since "-l" is short for --create-reflog.
> > I'm guessing you meant "git branch --list".
>
> That's surprising, I jus
On Sunday 25 March 2018 07:04 AM, Eric Sunshine wrote:
> On Sat, Mar 24, 2018 at 2:38 PM, Kaartic Sivaraam
> wrote:
>> When rebasing interacitvely (rebase -i), "git branch -l" prints a line
>
> The "git branch -l" threw me since "-l" is short for --create-reflog.
> I'm guessing you meant "git bra
Hello,
I am new to this community ,so please ignore if I am asking anything silly.
Case :
Today when I built my submodule , and did a git status , it shows as modified.
After reading certain suggestions on web i found out that i can ignore
that adding a line in .gitmodules
But, I had to add tha
On Sat, Mar 24, 2018 at 2:38 PM, Kaartic Sivaraam
wrote:
> When rebasing interacitvely (rebase -i), "git branch -l" prints a line
The "git branch -l" threw me since "-l" is short for --create-reflog.
I'm guessing you meant "git branch --list".
> indicating the current branch being rebased. This
On Sat, Mar 24, 2018 at 4:35 PM, Nguyễn Thái Ngọc Duy wrote:
> Many builtin commands use parseopt which supports expose the option
s/expose/exposing/ maybe?
> list via --git-completion-helper but do not have explicit support in
> git-completion.bash. This patch detects those commands and uses
>
Hi,
this is the first draft of my proposal.
---
ABSTRACT
git is a modular source control management software, and all of its
subcommands are programs on their own. A lot of them are written in C,
but a couple of them are shell or Perl scripts. This is the case of
=git-rebase--interactive= (or int
On Sat, Mar 24, 2018 at 8:53 AM, Nguyễn Thái Ngọc Duy wrote:
> The set of extra warnings we enable when DEVELOPER has to be
> conservative because we can't assume any compiler version the
> developer may use. Detect the compiler version so we know when it's
> safe to enable -Wextra and maybe more.
Herzlichen Glückwunsch, Sie haben 650.000 Euro in den monatlichen Gewinnspielen
von Euro Millions/Google Promo am 10. März 2018 gewonnen.
Kontaktieren Sie unseren Schadenregulierungsbeauftragten mit den folgenden
Informationen
Vollständiger Name
Heimatadresse
Geschlecht
Alter
Telefon
Mr.Pianes
From: "Christian Couder"
Hi everyone,
The 37th edition of Git Rev News is now published:
https://git.github.io/rev_news/2018/03/21/edition-37/
Thanks a lot to all the contributors!
Enjoy,
Christian, Jakub, Markus and Gabriel.
Thank you for the Git Rev News. I've been off-line for 5 weeks
On 03/20, Eric Sunshine wrote:
> On Sat, Mar 17, 2018 at 6:22 PM, Thomas Gummerer wrote:
> > [...]
> > However we can do a little better than that, and check the branch out if
> > it is not checked out anywhere else. This will help users who just want
> > to check an existing branch out into a ne
Am 24.03.2018 um 18:42 schrieb Jeremy Feusi:
> Hi,
> While bootstrapping a gnu repository I noticed that git segfaulted when
> called as "git submodule status". After compiling git with address
> sanitizer and minimizing the directory I finally narrowed it down to the
> files which I have attached
The new function __git_complete_common can take over this job with
less code to maintain.
Signed-off-by: Nguyễn Thái Ngọc Duy
---
contrib/completion/git-completion.bash | 15 ---
1 file changed, 15 deletions(-)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completio
Many builtin commands use parseopt which supports expose the option
list via --git-completion-helper but do not have explicit support in
git-completion.bash. This patch detects those commands and uses
__gitcomp_builtin for option completion.
This does not pollute the command name completion though
This is more of a note for git-completion.bash contributors, not
users. The bash version is from MacOS [1]. Most Linux distros should
be 4.x at this point.
[1]
https://public-inbox.org/git/%3ccapig+cqxt1ov4mjzszqilbzr4wn1xcp7asxmp+_dhtwtywh...@mail.gmail.com%3E/
Signed-off-by: Nguyễn Thái Ngọc D
This series adds option completion for many more commands. More
importantly it introduces a generic completion function
__git_complete_common(). With --git-completion-helper providing more
and more information in future, this function can start to replace
many other _git_xxx() in this file.
Nguyễn
Signed-off-by: Nguyễn Thái Ngọc Duy
---
contrib/completion/git-completion.bash | 7 +++
1 file changed, 7 insertions(+)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 0ee0ad7ac3..2f16264413 100644
--- a/contrib/completion/git-completion.ba
This is another step to help automate git-completion.bash. This option
gives a list of all builtin commands that do use parse_options(),
which supports another hidden option --git-completion-helper. The
output is prepared for easy consumption by git-completion.bash and
separates items by spaces ins
Signed-off-by: Nguyễn Thái Ngọc Duy
---
contrib/completion/git-completion.bash | 17 +
1 file changed, 13 insertions(+), 4 deletions(-)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 9bef457792..b3a9ecfad0 100644
--- a/contrib/
In a later patch we need access to one of these command option
constants near the top of this file. Move this block up so we will be
able to access the command options.
Signed-off-by: Nguyễn Thái Ngọc Duy
---
git.c | 34 +-
1 file changed, 17 insertions(+), 17 del
Signed-off-by: Nguyễn Thái Ngọc Duy
---
contrib/completion/git-completion.bash | 6 ++
1 file changed, 6 insertions(+)
diff --git a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 2f16264413..0fe91d016f 100644
--- a/contrib/completion/git-completion.bas
On 03/20, Eric Sunshine wrote:
> On Tue, Mar 20, 2018 at 3:26 AM, Eric Sunshine
> wrote:
> > On Sat, Mar 17, 2018 at 6:22 PM, Thomas Gummerer
> > wrote:
> >> Currently there is no indication in the "git worktree add" output that
> >> a new branch was created. This would be especially useful in
On 03/20, Eric Sunshine wrote:
> On Sat, Mar 17, 2018 at 6:22 PM, Thomas Gummerer wrote:
> > [...]
> > Fix these inconsistencies, and no longer show the identifier by making
> > the 'git reset --hard' call quiet, and printing the message directly
> > from the builtin command instead.
> >
> > Signe
"git filter-branch -- --all" print error messages when refs that point at
objects that are not committish. Such refs can be created by "git replace" with
trees or blobs. And also "git tag" with trees or blobs can create such refs.
Filter these problematic refs out early, before they are seen by th
>> "git filter-branch -- --all" print unwanted error messages when refs that
>> cannot be used with ^0 exist.
>
> It is not incorrect per-se, but if I were writing this, I'd say
> "... when refs that point at objects that are not committish" or
> something like that, as that is much closer to peopl
On 23.03.2018 19:11, Christian Couder wrote:
* Ensure that no regression occurred: considering that there are plenty
of tests and that I have a good understanding of the function, this
should be a trivial task.
There are a lot of things that the test suite doesn't test.
Hopefully, by first a
When rebasing interacitvely (rebase -i), "git branch -l" prints a line
indicating the current branch being rebased. This works well when the
interactive rebase was intiated when a local branch is checked out.
This doesn't play well when the rebase was initiated on a remote
branch or an arbitrary c
Building the pu branch at commit 8b49f5c076c using Travis-Ci all linux
builds worked but the two OSX builds failed with:
CC ident.o
CC json-writer.o
json-writer.c:123:38: error: format specifies type 'uintmax_t' (aka 'unsigned
long') but the argument has type 'uint64_t' (aka 'unsigned lo
Correct a compile error on Mac OSX by adding a cast to uintmax_t
in calls to strbuf_addf.
Helped-by: Ramsay Jones
Tested-by: travis-ci
Signed-off-by: Wink Saville
---
json-writer.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/json-writer.c b/json-writer.c
index 89a6ab
Currently, because git stash is not fully converted to C, I
introduced a new helper that will hold the converted commands.
---
Makefile| 1 +
builtin.h | 1 +
builtin/stash--helper.c | 52 +
git-stash.sh| 7 +-
> + argv_array_pushl(&args, "reflog", "delete", "--updateref",
> "--rewrite", NULL);
> + argv_array_push(&args, info->revision);
> + ret = cmd_reflog(args.argc, args.argv, prefix);
> + if (!ret) {
> + if (!quiet) {
> + printf(_("Dropped %
> + if (unpack_trees(nr_trees, t, &opts))
> + return -1;
> +
> + if (write_locked_index(&the_index, &lock_file, COMMIT_LOCK)) {
> + error(_("unable to write new index file"));
> + return -1;
Maybe: return error(...);
> + }
> +
> +
Hi,
While bootstrapping a gnu repository I noticed that git segfaulted when
called as "git submodule status". After compiling git with address
sanitizer and minimizing the directory I finally narrowed it down to the
files which I have attached as a tar archive. Here is a detailed backtrace:
Addres
---
builtin/stash--helper.c | 44
git-stash.sh| 3 ++-
2 files changed, 46 insertions(+), 1 deletion(-)
diff --git a/builtin/stash--helper.c b/builtin/stash--helper.c
index e9a9574f40..18c4aba665 100644
--- a/builtin/stash--helper.c
+++ b/
I've been working on converting all of git stash to be a
builtin, however it's hard to get it all working at once with
limited time, so I've moved around half of it to a new
stash--helper builtin and called these functions from the shell
script. Once this is stabalized, it should be easier to conve
---
builtin/stash--helper.c | 93 +
git-stash.sh| 4 +--
2 files changed, 95 insertions(+), 2 deletions(-)
diff --git a/builtin/stash--helper.c b/builtin/stash--helper.c
index 18c4aba665..1598b82ac2 100644
--- a/builtin/stash--helper.c
---
builtin/stash--helper.c | 38 ++
git-stash.sh| 3 ++-
2 files changed, 40 insertions(+), 1 deletion(-)
diff --git a/builtin/stash--helper.c b/builtin/stash--helper.c
index 1598b82ac2..b912f84c97 100644
--- a/builtin/stash--helper.c
+++ b/builti
---
.gitignore | 1 +
Makefile| 1 +
builtin.h | 1 +
builtin/stash--helper.c | 339
git-stash.sh| 3 +-
git.c | 1 +
6 files changed, 345 insertions(+), 1 deletion(-
On Friday 16 March 2018 02:03 AM, Junio C Hamano wrote:
> Quite honestly, I am not sure if this amount of new code that
> results in sentence lego is really worth it.
Speaking specifically about the new code for the sentence lego: I
currently lack knowledge of a better way to achieve the same outc
Replace the custom binary search in unique_in_pack() with a call to
bsearch_pack(). This reduces code duplication and makes use of the
fan-out table of packs.
Signed-off-by: Rene Scharfe
---
This is basically the same replacement as done by patch 3. Speed is
less of a concern here -- at least I
On 24/03/18 15:14, Ramsay Jones wrote:
>
>
> On 24/03/18 05:37, Wink Saville wrote:
>> In routines jw_object_uint64 and jw_object_double strbuf_addf is
>> invoked with strbuf_addf(&jw->json, ":%"PRIuMAX, value) where value
>> is a uint64_t. This causes a compile error on OSX.
>>
>> The correct
Am Miss. Mariel. i work in one of the prime bank here in Burkina
Faso, i want the bank to transfer the money left by our late customer
is a foreigner from Korea. can you invest this money and also help the
poor' the amount value at $13,300,000.00 (Thirteen Million Three
Hundred Thousand United
On 24/03/18 05:37, Wink Saville wrote:
> In routines jw_object_uint64 and jw_object_double strbuf_addf is
> invoked with strbuf_addf(&jw->json, ":%"PRIuMAX, value) where value
> is a uint64_t. This causes a compile error on OSX.
>
> The correct format specifier is PRIu64 instead of PRIuMax.
>
>
Herzlichen Glückwunsch, Sie haben 650.000 Euro in den monatlichen Gewinnspielen
von Euro Millions/Google Promo am 10. März 2018 gewonnen.
Kontaktieren Sie unseren Schadenregulierungsbeauftragten mit den folgenden
Informationen
Vollständiger Name
Heimatadresse
Geschlecht
Alter
Telefon
Mr.Pianes
On Thu, Mar 22, 2018 at 6:56 PM, Junio C Hamano wrote:
> Duy Nguyen writes:
>
>> +__git_main_with_parseopt_helper='
>> + blame cat-file check-attr check-ignore
>> + check-mailmap checkout-index column count-objects fast-export
>> + hash-object index-pack interpret-trailers merge-file
On Sat, Mar 24, 2018 at 1:50 PM, Ævar Arnfjörð Bjarmason
wrote:
>
> On Sat, Mar 24 2018, Nguyễn Thái Ngọc Duy wrote:
>
>> v2 fixes a couple of typos in commit messages and use the cmd__ prefix
>> for test commands instead of test_, which avoids a naming conflict
>> with the existing function test_
The set of extra warnings we enable when DEVELOPER has to be
conservative because we can't assume any compiler version the
developer may use. Detect the compiler version so we know when it's
safe to enable -Wextra and maybe more.
These warning settings are mostly from my custom config.mak a long
t
On Sat, Mar 24 2018, Nguyễn Thái Ngọc Duy wrote:
> v2 fixes a couple of typos in commit messages and use the cmd__ prefix
> for test commands instead of test_, which avoids a naming conflict
> with the existing function test_lazy_init_name_hash
>
> [the previous v2 send out was aborted because I
On Sat, Mar 24, 2018 at 10:42 AM, Ævar Arnfjörð Bjarmason
wrote:
>
> On Sat, Mar 24 2018, Nguyễn Thái Ngọc Duy wrote:
>
>> + if (pack->in_pack_by_idx) {
>> + if (p->index <= 0)
>> + die("BUG: found_pack should be NULL "
>> + "
On Sat, Mar 24, 2018 at 10:36 AM, Ævar Arnfjörð Bjarmason
wrote:
>
> On Sat, Mar 24 2018, Nguyễn Thái Ngọc Duy wrote:
>
>> struct option builtin_gc_options[] = {
>> OPT__QUIET(&quiet, N_("suppress progress reporting")),
>> @@ -362,6 +390,8 @@ int cmd_gc(int argc, const char **a
On Sat, Mar 24 2018, Nguyễn Thái Ngọc Duy wrote:
> Instead of using 8 bytes (on 64 bit arch) to store a pointer to a
> pack. Use an index instead since the number of packs should be
> relatively small.
>
> This limits the number of packs we can handle to 1k. Since we can't be
> sure people can ne
Hi,
On Sat, Mar 24, 2018 at 9:41 AM, Pratik Karki wrote:
>
> Hi Christian and Johannes,
>
> Though I sent a mail earlier, saying I would like to submit another
> proposal, I am now skeptical on re-writing another proposal as you
> guys are only available mentor for GSoC
Well Stefan Beller wrote
On 3/24/2018 1:37 AM, Wink Saville wrote:
In routines jw_object_uint64 and jw_object_double strbuf_addf is
invoked with strbuf_addf(&jw->json, ":%"PRIuMAX, value) where value
is a uint64_t. This causes a compile error on OSX.
The correct format specifier is PRIu64 instead of PRIuMax.
Signed-o
Hi,
On Wed, Mar 21, 2018 at 7:16 AM, Pratik Karki wrote:
>
> Thanks for the feedback. Thanks to you, I realized my proposal was
> a bit ambitious. Both git-stash and git-rebase are big
> commitment. After much analyzing, I found out I cannot complete
> both in the given time frame. So, I decided
The email address in --authors-file and --authors-prog can be empty but
git-svn translated it into a fictional email address in the form
jondoe
containing the SVN repository UUID. Now git-svn behaves like git-commit:
If the email is *explicitly* set to the empty string using '<>', the
co
On Sat, Mar 24 2018, Nguyễn Thái Ngọc Duy wrote:
> + if (pack->in_pack_by_idx) {
> + if (p->index <= 0)
> + die("BUG: found_pack should be NULL "
> + "instead of having non-positive index");
> + e->in_pack
On Sat, Mar 24 2018, Nguyễn Thái Ngọc Duy wrote:
> struct option builtin_gc_options[] = {
> OPT__QUIET(&quiet, N_("suppress progress reporting")),
> @@ -362,6 +390,8 @@ int cmd_gc(int argc, const char **argv, const char
> *prefix)
> OPT_BOOL(0, "aggressive", &ag
Hi,
On Fri, Mar 23, 2018 at 2:44 AM, Zhibin Li <08826794b...@gmail.com> wrote:
> Hi all,
>
> I'm Zhibin Li, an undergraduate from China and I'm interested in automated
> testing. Since the application deadline is coming, hope it's not too late
> for me to start with the microproject.
As the Stude
Hi Christian and Johannes,
Though I sent a mail earlier, saying I would like to submit another
proposal, I am now skeptical on re-writing another proposal as you
guys are only available mentor for GSoC and I believe Git doesn't
select more than 2 proposals. Hence, I will try to update my previous
On Sat, Mar 24, 2018 at 2:04 AM, Junio C Hamano wrote:
> Daniel Stenberg writes:
>
>> On Fri, 23 Mar 2018, Loganaden Velvindron wrote:
>>
>>> +#ifdef CURL_SSLVERSION_TLSv1_3
>>> +{ "tlsv1.3", CURL_SSLVERSION_TLSv1_3 }
>>> +#endif
>>
>> Unfortunately, CURL_SSLVERSION_TLSv1_3 is an enum so this
Hi,
On Sat, Mar 24, 2018 at 5:32 AM, Pratik Karki wrote:
>
> Hi Christian and Johannes,
>
> I will like to send another proposal on git log --oneline improvements.
> My first proposal[1] was on "Convert scripts to builtins". Can
> you provide me information about "git log --online improvements"
>
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile| 2 +-
t/helper/test-lazy-init-name-hash.c | 13 +++--
t/helper/test-tool.c| 1 +
t/helper/test-tool.h| 1 +
t/perf/p0004-lazy-init-name-hash.sh | 8 ---
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Documentation/howto/recover-corrupted-object-harder.txt | 2 +-
Makefile| 4 ++--
t/helper/test-sha1.c| 3 ++-
t/helper/test-sha1.sh | 4 ++
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-config.c| 5 +++--
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t1305-config-include.sh | 2 +-
t/t1308-config-set.sh | 22 +++---
t/t1309-early-config.sh
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile| 2 +-
t/helper/test-online-cpus.c | 3 ++-
t/helper/test-tool.c| 1 +
t/helper/test-tool.h| 1 +
t/t3008-ls-files-lazy-init-name-hash.sh | 2 +-
5 files changed, 6
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-prio-queue.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t0009-prio-queue.sh | 6 +++---
5 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makef
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-dump-split-index.c | 3 +-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t0090-cache-tree.sh| 4 +--
t/t1700-split-index.sh | 48 ++
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile| 2 +-
t/helper/test-dump-cache-tree.c | 3 ++-
t/helper/test-tool.c| 1 +
t/helper/test-tool.h| 1 +
t/t0090-cache-tree.sh | 6 +++---
t/t1700-split-index.sh | 2 +-
6 files change
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-path-utils.c | 3 +-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/lib-git-p4.sh| 2 +-
t/t0060-path-utils.sh | 60 +++---
t/t1501
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-read-cache.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/perf/p0002-read-cache.sh | 2 +-
5 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-mergesort.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
4 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 6552a8f4ed..67f37b849e 100644
---
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile| 2 +-
t/helper/test-regex.c | 7 ---
t/helper/test-tool.c| 1 +
t/helper/test-tool.h| 1 +
t/t0070-fundamental.sh | 2 +-
t/t7812-grep-icase-non-ascii.sh | 2 +-
6 files change
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-ref-store.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t1405-main-ref-store.sh | 2 +-
t/t1406-submodule-ref-store.sh | 2 +-
t/t1407-worktree-ref-sto
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-revision-walking.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t0062-revision-walking.sh | 2 +-
5 files changed, 6 insertions(+), 3 deletions(-)
dif
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/helper/test-wildmatch.c | 3 ++-
t/t3070-wildmatch.sh | 14 +++---
5 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/Makefil
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile| 2 +-
t/helper/test-tool.c| 1 +
t/helper/test-tool.h| 1 +
t/helper/test-write-cache.c | 3 ++-
t/perf/p0007-write-cache.sh | 2 +-
5 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Make
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-strcmp-offset.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t0065-strcmp-offset.sh | 2 +-
5 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Makef
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile| 2 +-
t/helper/test-match-trees.c | 3 ++-
t/helper/test-tool.c| 1 +
t/helper/test-tool.h| 1 +
4 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index d7342e3a8b..6552a8f4ed 10
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/helper/test-urlmatch-normalization.c | 5 +-
t/t0110-urlmatch-normalization.sh | 266 --
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-sha1-array.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t0064-sha1-array.sh | 16
5 files changed, 13 insertions(+), 10 deletions(-)
diff --git a
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile| 2 +-
t/helper/test-string-list.c | 3 ++-
t/helper/test-tool.c| 1 +
t/helper/test-tool.h| 1 +
t/perf/p0071-sort.sh| 2 +-
t/t0063-string-list.sh | 48 ++---
6
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-index-version.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t1600-index.sh | 2 +-
t/t1700-split-index.sh
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-submodule-config.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t7411-submodule-config.sh | 18 +-
5 files changed, 14 insertions(+
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-subprocess.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t1501-work-tree.sh | 2 +-
5 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-mktemp.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t0070-fundamental.sh | 4 ++--
5 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 67f37b849e..
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-sigchain.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t0005-signals.sh | 4 ++--
5 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index b5
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile| 2 +-
t/helper/test-run-command.c | 3 ++-
t/helper/test-tool.c| 1 +
t/helper/test-tool.h| 1 +
t/t0061-run-command.sh | 24
5 files changed, 17 insertions(+), 14 deletions(-)
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-scrap-cache-tree.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t0090-cache-tree.sh| 8
5 files changed, 9 insertions(+), 6 deletions(-
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile| 2 +-
t/helper/test-hashmap.c | 5 +++--
t/helper/test-tool.c| 1 +
t/helper/test-tool.h| 1 +
t/t0011-hashmap.sh | 4 ++--
5 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index d0bc6
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-example-decorate.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t9004-example.sh | 2 +-
5 files changed, 6 insertions(+), 3 deletions(-)
dif
v2 fixes a couple of typos in commit messages and use the cmd__ prefix
for test commands instead of test_, which avoids a naming conflict
with the existing function test_lazy_init_name_hash
[the previous v2 send out was aborted because I messed it up with some
other patches]
Nguyễn Thái Ngọc Duy
Signed-off-by: Nguyễn Thái Ngọc Duy
---
Makefile | 2 +-
t/helper/test-genrandom.c | 3 ++-
t/helper/test-tool.c | 1 +
t/helper/test-tool.h | 1 +
t/t0005-signals.sh| 2 +-
t/t0021-conversion.sh
1 - 100 of 132 matches
Mail list logo