From eac529f273dcefbfc177cd4e0bfc601fd1b28a92 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez <vincent@typed.io> Date: Sat, 26 Jan 2019 11:34:36 +0000 Subject: [PATCH] misc update --- LICENSE | 2 +- README.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 5acab5e..157fb53 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2010-2016 Vincent Hanquez <vincent@snarc.org> +Copyright (c) 2010-2019 Vincent Hanquez <vincent@snarc.org> All rights reserved. diff --git a/README.md b/README.md index 01a4fa4..fcbd65d 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,14 @@ git git is a reimplementation of git storage and protocol in pure haskell. -what it does do: +What it does do: * read loose objects, and packed objects. * write new loose objects * git like operations available: commit, cat-file, verify-pack, rev-list, ls-tree. +* diff between commits -what is doesn't do: +What is doesn't do: * reimplement the whole of git. * checkout's index reading/writing, fetching, merging, diffing. -- GitLab