<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/src/cli/cmd.h, branch ethomson/objectformat</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>cli: introduce a clone command</title>
<updated>2022-04-14T13:59:07+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-04-04T17:31:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8a757ae24c8c4fdb3e2112de541aee8e7812ebda'/>
<id>8a757ae24c8c4fdb3e2112de541aee8e7812ebda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add `hash-object` command</title>
<updated>2022-02-26T19:43:48+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-11-30T15:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e427d0a1589c67bea3c1e822cd9edd83e0705f74'/>
<id>e427d0a1589c67bea3c1e822cd9edd83e0705f74</id>
<content type='text'>
Introduce a simple command that emulates `git hash-object`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a simple command that emulates `git hash-object`.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add `cat-file` command</title>
<updated>2022-02-26T19:43:48+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2021-11-28T15:32:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b877122750aa0435bab701825378754783d09485'/>
<id>b877122750aa0435bab701825378754783d09485</id>
<content type='text'>
Introduce a simple command that emulates `git cat-file`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce a simple command that emulates `git cat-file`.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: introduce a help command</title>
<updated>2022-02-26T19:43:48+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2020-02-23T11:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=c6dd82d9f14e9e24a52af637c4a56218ead13eda'/>
<id>c6dd82d9f14e9e24a52af637c4a56218ead13eda</id>
<content type='text'>
Add a framework for commands to be defined, and add our first one,
"help".  When `git2_cli help` is run, the `cmd_help` function will be
invoked with the remaining command line arguments.  This allows users to
invoke `git2_cli help foo` to get information about the `foo` subcommand.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a framework for commands to be defined, and add our first one,
"help".  When `git2_cli help` is run, the `cmd_help` function will be
invoked with the remaining command line arguments.  This allows users to
invoke `git2_cli help foo` to get information about the `foo` subcommand.
</pre>
</div>
</content>
</entry>
</feed>
