log hggit/git_handler.py @ 1116:bd1a01f98154

age author description
Mon, 27 Nov 2017 19:05:08 -0500 Sean Farley cleanup: wrap to 80 chars
Mon, 27 Nov 2017 18:46:07 -0500 Sean Farley cleanup: add some blank lines
Mon, 27 Nov 2017 18:34:24 -0500 Sean Farley cleanup: use tuple instead of list since path is immutable
Mon, 27 Nov 2017 18:26:57 -0500 Sean Farley cleanup: use is not None instead of !=
Mon, 27 Nov 2017 18:25:44 -0500 Sean Farley cleanup: put extra space before inline comment
Mon, 27 Nov 2017 18:22:34 -0500 Sean Farley cleanup: fix incorrect indentation
Mon, 27 Nov 2017 18:21:17 -0500 Sean Farley cleanup: remove unused imports
Tue, 06 Feb 2018 17:04:24 -0800 Tony Tung git_handler: store gpgsig header to maintain commit coherence
Tue, 06 Feb 2018 08:45:48 -0600 Kevin Bullock compat: extract function for memfilectx signature variants
Sat, 03 Feb 2018 14:54:35 -0600 Kevin Bullock exchange: check for remote refs to determine if we're cloning
Mon, 05 Feb 2018 23:21:35 -0800 Tony Tung compat: pass memctx to memfilectx constructor on hg 4.5+
Mon, 27 Nov 2017 19:15:25 -0500 Sean Farley git_handler: fix doctests
Mon, 27 Nov 2017 17:49:04 -0500 Sean Farley fetch_pack: refactor to use compat.FetchPackResult
Sun, 24 Dec 2017 11:48:24 -0500 Kevin Bullock shared: fix compatibility with hg < 4.2
Thu, 26 Oct 2017 18:20:00 +0200 Pierre-Yves David share: host the git repository alongside the store
Thu, 24 Dec 2015 15:51:17 -0600 Sean Farley git_handler: add config knob for marking git branches public
Fri, 15 May 2015 15:02:24 -0700 Sean Farley fetch: mark remote HEAD as public phase
Tue, 24 Oct 2017 14:46:36 -0500 Kevin Bullock config: register git.blockdothg
Tue, 24 Oct 2017 14:44:48 -0500 Kevin Bullock config: register git.findcopiesharder
Tue, 24 Oct 2017 14:42:07 -0500 Kevin Bullock config: register git.renamelimit
Tue, 24 Oct 2017 14:39:58 -0500 Kevin Bullock config: register git.similarity
Tue, 24 Oct 2017 14:37:55 -0500 Kevin Bullock config: register git.mindate
Tue, 24 Oct 2017 14:36:17 -0500 Kevin Bullock config: register git.debugextrainmessage
Tue, 24 Oct 2017 14:33:12 -0500 Kevin Bullock config: register hggit.mapsavefrequency
Tue, 24 Oct 2017 14:26:35 -0500 Kevin Bullock config: register git.authors
Tue, 24 Oct 2017 14:22:19 -0500 Kevin Bullock config: register git.branch_bookmark_suffix
Tue, 24 Oct 2017 14:18:26 -0500 Kevin Bullock config: register git.intree
Tue, 24 Oct 2017 15:21:55 -0500 Kevin Bullock renames: fix range check for renamelimit
Tue, 24 Oct 2017 15:10:15 -0500 Kevin Bullock renames: call hgutil.Abort from the correct module
Fri, 04 Aug 2017 14:34:57 -0700 Sean Farley ssh: avoid SSH command-line injection [SEC]