Mon, 16 Sep 2024 15:36:44 +0200 |
Matt Harbison |
typing: add `from __future__ import annotations` to most files
|
Mon, 10 Jul 2023 16:47:25 +0200 |
Pierre-Yves David |
wrapfunction: use sysstr instead of bytes as argument in the "git" extension
|
Mon, 04 Jul 2022 15:01:52 +0400 |
Anton Shestakov |
git: make sure to fsdecode bookmark names everywhere (issue6723)
stable
|
Mon, 18 Apr 2022 11:21:09 -0400 |
Matt Harbison |
git: adapt to some recent dirstate API changes
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Wed, 05 Jan 2022 13:36:05 -0500 |
Augie Fackler |
git: add opener attribute to gitstore
|
Sat, 10 Jul 2021 14:07:02 +0200 |
Pierre-Yves David |
windows: use abspath in the git extension
|
Wed, 03 Feb 2021 16:33:10 -0800 |
Kyle Lippincott |
revlog: add a mechanism to verify expected file position before appending
|
Thu, 26 Nov 2020 15:09:57 -0500 |
Matt Harbison |
git: show the version of `pygit2` with verbose version output
|
Fri, 27 Nov 2020 15:17:42 -0500 |
Matt Harbison |
git: add the standard `testedwith` attribute
|
Fri, 27 Nov 2020 17:03:29 -0500 |
Augie Fackler |
formating: upgrade to black 20.8b1
|
Mon, 07 Sep 2020 16:27:12 -0400 |
Augie Fackler |
git: correctly handle "nothing changed" commits
|
Tue, 09 Jun 2020 17:13:26 -0400 |
Augie Fackler |
git: add debug logging when there's a mismatch in the cached heads list
|
Thu, 26 Mar 2020 17:49:30 -0400 |
Josef 'Jeff' Sipek |
git: implement basic bookmark activation
|
Thu, 26 Mar 2020 17:24:54 -0400 |
Josef 'Jeff' Sipek |
git: implement a basic checkconflict bookmark store method
|
Wed, 04 Mar 2020 22:13:15 +0530 |
Pulkit Goyal |
hgit: make sure repository is local before checking for store type
|
Tue, 10 Mar 2020 13:10:53 -0400 |
Augie Fackler |
git: key off `git` in .hg/requires rather than separate file
|
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
|