From 0f7fc6630a1b46a1038158ab66955769f23d5e4d Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Wed, 9 Sep 2015 09:01:09 -0600 Subject: [PATCH] Remove "in progress" from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e69010d0..863c7f9a5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A brief summary of the available functionality: * Read: log, diff, blame, reflog, status * Write: init, checkout, commit, branch, tag, reset * Internals: configuration, tree, blob, object database -* Network: clone, fetch, push, pull (in progress #464) +* Network: clone, fetch, push, pull * Transports: HTTP, HTTPS, SSH, local filesystem Not all libgit2 features are available, but if you run across something missing, please consider [contributing a pull request](#contributing)!