From: "Elijah Newren via GitGitGadget" <gitgitgadget@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 0/1] unpack-trees: exit check_updates() early if updates are not wanted
Date: Fri, 03 Jan 2020 21:42:08 +0000 [thread overview]
Message-ID: <pull.686.git.git.1578087730.gitgitgadget@gmail.com> (raw)
In trying to understand check_updates(), I found I was able to simplify the
function by making it exit early when updates are not wanted.
Elijah Newren (1):
unpack-trees: exit check_updates() early if updates are not wanted
unpack-trees.c | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
base-commit: 8679ef24ed64018bb62170c43ce73e0261c0600a
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-686%2Fnewren%2Fsimplify-check-updates-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-686/newren/simplify-check-updates-v1
Pull-Request: https://github.com/git/git/pull/686
--
gitgitgadget
next reply other threads:[~2020-01-03 21:42 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-03 21:42 Elijah Newren via GitGitGadget [this message]
2020-01-03 21:42 ` [PATCH 1/1] unpack-trees: exit check_updates() early if updates are not wanted Elijah Newren via GitGitGadget
2020-01-04 23:48 ` Junio C Hamano
2020-01-05 0:49 ` Elijah Newren
2020-01-07 6:57 ` [PATCH v2 0/1] " Elijah Newren via GitGitGadget
2020-01-07 6:57 ` [PATCH v2 1/1] " Elijah Newren via GitGitGadget
2020-01-07 16:37 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=pull.686.git.git.1578087730.gitgitgadget@gmail.com \
--to=gitgitgadget@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.