From owner-freebsd-current@freebsd.org Mon Jan 4 16:54:03 2021 Return-Path: Delivered-To: freebsd-current@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 D63774DC0D3 for ; Mon, 4 Jan 2021 16:54:03 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D8hY675LQz3J2B for ; Mon, 4 Jan 2021 16:54:02 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.16.1/8.16.1) with ESMTPS id 104GqjHg089269 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO) for ; Mon, 4 Jan 2021 08:52:45 -0800 (PST) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.16.1/8.16.1/Submit) id 104GqjUM089268 for freebsd-current@freebsd.org; Mon, 4 Jan 2021 08:52:45 -0800 (PST) (envelope-from warlock) Date: Mon, 4 Jan 2021 08:52:45 -0800 From: John Kennedy To: Current FreeBSD Subject: git non-time-sequential logs Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4D8hY675LQz3J2B X-Spamd-Bar: / X-Spamd-Result: default: False [-0.59 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[107.170.196.116:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[phouka.net]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[107.170.196.116:from:127.0.2.255]; TO_DN_ALL(0.00)[]; NEURAL_SPAM_SHORT(0.21)[0.207]; R_SPF_NA(0.00)[no SPF record]; FORGED_SENDER(0.30)[warlock@phouka.net,warlock@phouka1.phouka.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14061, ipnet:107.170.192.0/18, country:US]; FROM_NEQ_ENVFROM(0.00)[warlock@phouka.net,warlock@phouka1.phouka.net]; MAILMAN_DEST(0.00)[freebsd-current]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jan 2021 16:54:03 -0000 On Mon, Jan 04, 2021 at 08:22:56AM -0800, John Kennedy wrote: > The git logs in /usr/src aren't time-sequential, so maybe I shouldn't trust > those dates above (I pulled it ~Jan 3rd and let it compile overnight), but > I'm going to repull all the sources and recompile, just in case. I might > have initiall pulled it during the git conversion and maybe it is confused. This might be perfectly natural and just new to me, but when I look at the git logs this morning I see things like this (editing by me): commit e5df46055add3bcf074c9ba275ceb4481802ba04 (HEAD -> main, freebsd/main, freebsd/HEAD) Author: Emmanuel Vadot Date: Mon Jan 4 17:30:00 2021 +0100 commit f61a3898bb989edef7ca308043224e495ed78f64 Author: Emmanuel Vadot Date: Mon Dec 14 18:56:56 2020 +0100 commit b6cc69322a77fa778b00db873781be04f26bd2ee Author: Emmanuel Vadot Date: Tue Dec 15 13:50:00 2020 +0100 commit 4401fa9bf1a3f2a7f2ca04fae9291218e1ca56bf Author: Emmanuel Vadot Date: Mon Jan 4 16:23:10 2021 +0100 This is a fresh clone+pull off of anongit@git.FreeBSD.org:src.git. I've always assumed that the "Date:" there was when the commit happened, so they'd be increasing (most recent on top), but I suppose that you might have developers in branches that are committing to their branch at one point in time and it's getting merged into current (main) later, but the original date is preserved? I guess I only care because I was trying to use time to bisect the time I thought the problem might have been introduced.