log hgext/git/index.py @ 53042:cdd7bf612c7b stable tip

age author description
Sat, 04 Jan 2025 09:00:03 -0500 Josef 'Jeff' Sipek git: mention indexing in indexing progress messages
Fri, 04 Oct 2024 10:25:24 -0400 Josef 'Jeff' Sipek git: cache the number of commits to speed up large repo operations
Fri, 04 Oct 2024 10:51:44 -0400 Josef 'Jeff' Sipek git: index changed files on-demand
Fri, 04 Oct 2024 10:51:26 -0400 Josef 'Jeff' Sipek git: track which commit's file changes have been indexed
Fri, 04 Oct 2024 10:26:00 -0400 Josef 'Jeff' Sipek git: minor wording tweak to a comment
Sun, 10 Mar 2024 14:30:32 -0400 Josef 'Jeff' Sipek git: handle octopus merges
Thu, 03 Oct 2024 09:46:56 -0400 Josef 'Jeff' Sipek git: move file indexing into a helper
Wed, 02 Oct 2024 15:01:26 -0400 Josef 'Jeff' Sipek git: speed up possible head processing during indexing by ~100x
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 03 May 2021 18:55:19 +0200 Rapha?l Gom?s branching: merge stable into default
Tue, 27 Apr 2021 18:39:59 -0400 Matt Harbison git: consistently use str for parents when rebuilding the index database stable
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Tue, 09 Jun 2020 17:13:26 -0400 Augie Fackler git: add debug logging when there's a mismatch in the cached heads list
Tue, 09 Jun 2020 13:18:21 -0700 Hollis Blanchard git: decode node IDs back into Python strings (issue6349)
Mon, 09 Mar 2020 11:18:33 -0700 Martin von Zweigbergk git: don't fail import when pygit2 is not install
Tue, 11 Feb 2020 00:44:59 -0500 Augie Fackler git: skeleton of a new extension to _directly_ operate on git repos