aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2020-05-06 15:07:40 -0700
committerJunio C Hamano <gitster@pobox.com>2020-05-06 15:38:06 -0700
commit2b695ecd74d174e23ed09c1c044f1313de538d15 (patch)
treef3f9df23b806c64fd772d0df715c2679f18967ec /commit-graph.c
parentfetch-pack: in protocol v2, reset in_vain upon ACK (diff)
downloadgit-2b695ecd74d174e23ed09c1c044f1313de538d15.tar.gz
git-2b695ecd74d174e23ed09c1c044f1313de538d15.zip
t5500: count objects through stderr, not trace
In two tests introduced by 4fa3f00abb ("fetch-pack: in protocol v2, in_vain only after ACK", 2020-04-28) and 2f0a093dd6 ("fetch-pack: in protocol v2, reset in_vain upon ACK", 2020-04-28), the count of objects downloaded is checked by grepping for a specific message in the packet trace. However, this is flaky as that specific message may be delivered over 2 or more packet lines. Instead, grep over stderr, just like the "fetch creating new shallow root" test in the same file. Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
2006-10-01show-ref --hash=len, --abbrev=len, and --abbrevJunio C Hamano2-8/+39 2006-09-30git-branch: remove D/F check done by hand.Junio C Hamano1-10/+0 2006-09-30delete_ref(): delete packed refJunio C Hamano1-32/+77 2006-09-30lock_ref_sha1(): check D/F conflict with packed ref when creating.Junio C Hamano1-0/+24 2006-09-30lock_ref_sha1(): do not sometimes error() and sometimes die().Junio C Hamano1-8/+18 2006-09-30refs: minor restructuring of cached refs data.Junio C Hamano1-13/+43 2006-09-30ref locking: allow 'foo' when 'foo/bar' used to exist but not anymore.Junio C Hamano1-0/+64 2006-09-30gitweb: tree view: hash_base and hash are now context sensitiveLuben Tuikov1-9/+9 2006-09-29git-diff -B output fix.v1.4.2.2Junio C Hamano1-1/+1 2006-09-29fetch: Reset remote refs list each time fetch_main is calledSanti Béjar1-0/+1 2006-09-29Remove -fPIC which was only needed for Git.xsJunio C Hamano4-22/+1 2006-09-29Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Linus Torvalds1-10/+16 2006-09-29git-diff -B output fix.Junio C Hamano1-1/+1 2006-09-29Make cvsexportcommit remove files.Robin Rosenberg1-1/+1 2006-09-28diff --stat: ensure at least one '-' for deletions, and one '+' for additionsJohannes Schindelin1-4/+7 2006-09-28diff --stat=width[,name-width]: allow custom diffstat output width.Linus Torvalds2-10/+30 2006-09-28gitweb: History: blob and tree are first, then commitdiff, etcLuben Tuikov1-2/+2 2006-09-28gitweb: Remove redundant "commit" from historyLuben Tuikov1-1/+0 2006-09-28http/ftp: optionally ask curl to not use EPSV commandSasha Khapyorsky5-1/+31 2006-09-28gitweb: Don't use quotemeta on internally generated stringsLuben Tuikov1-5/+4 2006-09-28gitweb: Add snapshot to shortlogLuben Tuikov1-1/+2 2006-09-28gitweb: Factor out gitweb_have_snapshot()Luben Tuikov1-5/+9 2006-09-28gitweb: Remove redundant "commit" link from shortlogLuben Tuikov1-1/+0 2006-09-28gitweb: "alternate" starts with shade (i.e. 1)Luben Tuikov1-8/+8 2006-09-28git-format-patch: fix bug using -o in subdirectoriesMatthias Lederhofer1-2/+3 2006-09-28do not discard constness in interp_set_entry value argumentAlex Riesen2-3/+3 2006-09-28Fix approxidate() to understand more extended numbersLinus Torvalds1-0/+40 2006-09-28Clean up approxidate() in preparation for fixesLinus Torvalds1-3/+10 2006-09-28fix daemon.c compilation for NO_IPV6=1Alex Riesen1-1/+1 2006-09-28daemon: default to 256 for HOST_NAME_MAX if it is not definedJohannes Schindelin1-0/+4 2006-09-28format-patch: use cwd as default output directoryMatthias Lederhofer1-0/+2 2006-09-28svnimport: add support for parsing From: lines for authorAndy Whitcroft1-4/+8