From owner-freebsd-git@freebsd.org Thu Jul 16 17:16:48 2020 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 51769368602 for ; Thu, 16 Jul 2020 17:16:48 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4B71Bm0m2Lz3YqX for ; Thu, 16 Jul 2020 17:16:48 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mailman.nyi.freebsd.org (Postfix) id 184DD36813E; Thu, 16 Jul 2020 17:16:48 +0000 (UTC) Delivered-To: git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 18149368601 for ; Thu, 16 Jul 2020 17:16:48 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-yb1-f174.google.com (mail-yb1-f174.google.com [209.85.219.174]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B71Bj1pKSz3Z24; Thu, 16 Jul 2020 17:16:44 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: by mail-yb1-f174.google.com with SMTP id 134so3188083ybd.6; Thu, 16 Jul 2020 10:16:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LO4exCieiSy3Kfqxa5ics1CtlqtWP9ZWcejQYMHKxoI=; b=gRltAOEles7iZMFVwQAP6cRElAiGUa/4/Rd5S4D1Fc5rqutTpml/vmCviB+JQe3yY7 i4Ht5dfjaL2WUrQPjgLSLa8UCzYS004IqSLhkuo7v0E8M6SmrPFBGDkrQ6OIr5kATFmB 87JUrBpM7BALa8B5zMDK4oNyC6aK3wDekA1ZV1Hh6RbrjzcE8BkjT4x5g9gnUpy3ZL1b zllBmdUKPXZFIfdxv5F3ySD5qVLthy04flpOTXv6TGh9RKvceZHRPhBNCjVyA+KflTG/ A1ofL1JR+J/piZk+HcfdFzAl0+U3bP+gcUIcDXta5Hfsl4bVrc8PK105+aiosDImCXaH DiwQ== X-Gm-Message-State: AOAM5327dVfBUEHdEMrw6frz9gOX7lqvR+bV/vQOWVAoYCzIyyxsa3am Nn+EtSv025ynlOvIrzUlMQN5qxcPtDKlNuLa7n23BWGw0oY= X-Google-Smtp-Source: ABdhPJzmrjxKySBzOk91MZl2zLmpc44Naj0cOnA6hmWr4UA8RX7vFiLSdl4ESReI2dfQ6f+AtawEAIDXfZeg6OE0ATI= X-Received: by 2002:a25:b1a5:: with SMTP id h37mr7976239ybj.241.1594919803920; Thu, 16 Jul 2020 10:16:43 -0700 (PDT) MIME-Version: 1.0 References: <100a7eb6-a51c-43e0-8c64-e0ecadfd1f74@www.fastmail.com> In-Reply-To: From: Li-Wen Hsu Date: Fri, 17 Jul 2020 01:16:32 +0800 Message-ID: Subject: Re: Links to individual file diffs To: Ed Maste Cc: Sean Chittenden , git@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4B71Bj1pKSz3Z24 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:15169, ipnet:209.85.128.0/17, country:US]; TAGGED_FROM(0.00)[] X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jul 2020 17:16:48 -0000 On Fri, Jul 17, 2020 at 12:51 AM Ed Maste wrote: > > On Thu, 16 Jul 2020 at 12:19, Sean Chittenden wrote: > > > > You have to come about it differently because git isn't file-based. > > Not quite; this is just functionaly that GitHub doesn't implement. The > cgit instance will happily show changes to only one file. Yeah, most git commands can take path/file to only show the related file(s). This is totally doable in the command line: git show 0957c7db9bf1fc4313cdefdcdc2608a0c965dda7 sysutils/goaccess/Makefile