Message ID | pull.1210.v3.git.git.1643898412.gitgitgadget@gmail.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <git-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 047C6C433EF for <git@archiver.kernel.org>; Thu, 3 Feb 2022 14:27:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351081AbiBCO1C (ORCPT <rfc822;git@archiver.kernel.org>); Thu, 3 Feb 2022 09:27:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56738 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234908AbiBCO05 (ORCPT <rfc822;git@vger.kernel.org>); Thu, 3 Feb 2022 09:26:57 -0500 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F783C061714 for <git@vger.kernel.org>; Thu, 3 Feb 2022 06:26:57 -0800 (PST) Received: by mail-wr1-x430.google.com with SMTP id k18so5353411wrg.11 for <git@vger.kernel.org>; Thu, 03 Feb 2022 06:26:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=xM88lzAMxlZn0Dh9wt2SQEqjWpgaGm+FYVWXDP/biMQ=; b=NpVPGRcq6ji0ALiXfRR0lCKe3qpiT7HkySJnjUfstDx5VaZCPdCthHOzt95HgsK6fG 2iQ4wB9KV7ioeP6FnF3fKplJtQMPSZYWSpx73l0OkWaPESGUCqjhkoUhEzmfgMekzg5Y tATE3UoUoUnuHvzZuGXvBnaj0xC78JLm/tMbEoP8tPicc8FG49QsLH2VInlAY21my8pm 5Lb8WE+00uRy1q5JNWXI6Ge6gHeNhuID459Vl1Iy55eVfgxHxEeuLQCqpBK2Bmr9WzYs +KqwOD9e7pGEdSBeKpqBi7cEW7dyMwhTcp/CGVemXHgXOlWyI6Hp4n1ydVJNVN4Qb4qf hNrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=xM88lzAMxlZn0Dh9wt2SQEqjWpgaGm+FYVWXDP/biMQ=; b=Q9kZdKexnPkxatEJ1Km9VuyTmgm/1lVQb4eSnQnSsERNBBcL99SPUptHzjh0fIZFdb j1z78unCNoVJB9vULvD/M9gby3SC4AoivnP31blTqfx86id84J0Q4vV4JTohHGz1fuEA 7jkKg2ETf8eh11n9DQZIXcZhd6WJlIE999FNhZ24snE4AxAFxTg5uKPm6dJNCZIAWrcT 00DxmV3sO8E1RLi+IsZFbjr9D5zpL+kf3xFm26RW9BKBdlPZjwihE7UQG0EDbXgvvC1r 0ZkzqZDw67qQQjLke6B7jAmfIHtnUUmbK/Ezpi8FqbVbKG31qHAXlFCkEqkqmfgNLwWt NjCw== X-Gm-Message-State: AOAM533ZiG1g9hdc6jOQOUxYTklCHnCHJYJC9oAEz6dp6FffPW3JaHDp inaLPkMNFs+ACEpC8mKbNfwReGWEDg8= X-Google-Smtp-Source: ABdhPJxBSuqI6nHj75gFk0edoVNeaT75LWNR/KPZp+Gb+IlQ5TWHnp4uVlwxgRMAAtY+4o5XjSxQbg== X-Received: by 2002:a5d:430f:: with SMTP id h15mr8527210wrq.15.1643898414677; Thu, 03 Feb 2022 06:26:54 -0800 (PST) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id h8sm1034987wre.89.2022.02.03.06.26.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 03 Feb 2022 06:26:54 -0800 (PST) Message-Id: <pull.1210.v3.git.git.1643898412.gitgitgadget@gmail.com> In-Reply-To: <pull.1210.v2.git.git.1643719616840.gitgitgadget@gmail.com> References: <pull.1210.v2.git.git.1643719616840.gitgitgadget@gmail.com> From: "Han-Wen Nienhuys via GitGitGadget" <gitgitgadget@gmail.com> Date: Thu, 03 Feb 2022 14:26:50 +0000 Subject: [PATCH v3 0/2] refs.h: make all flags arguments unsigned Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: Han-Wen Nienhuys <hanwen@google.com>, =?utf-8?b?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason <avarab@gmail.com>, Han-Wen Nienhuys <hanwenn@gmail.com> Precedence: bulk List-ID: <git.vger.kernel.org> X-Mailing-List: git@vger.kernel.org |
Series |
refs.h: make all flags arguments unsigned
|
expand
|