Merge remote-tracking branch 'comet-ml/line-ending-convert-support'
[jelmer/dulwich.git] / bin / dulwich
2019-01-15 Jelmer VernooijMerge remote-tracking branch 'comet-ml/line-ending... master bitbucket/master github/master
2019-01-13 Jelmer VernooijAdd support for creating signed tags.
2018-11-28 Jelmer VernooijAdd dulwich.porcelain.write_tree.
2018-11-04 Jelmer VernooijPass through deepen flag.
2018-07-01 Sylvia van OsSimple describe implementation
2018-06-20 Jelmer VernooijImplement dulwich.porcelain.ls_files, avoid digraph...
2018-06-15 Jelmer VernooijMerge basic stash support.
2018-05-18 Jelmer VernooijAdd --remote argument to 'dulwich archive'.
2018-05-07 Jelmer VernooijUpdate my email address. jelmer@samba.org => jelmer...
2018-04-11 Jelmer VernooijSupport setting DULWICH_PDB to have SIGQUIT trigger...
2018-04-08 Jelmer VernooijAdd really basic dulwich.porcelain.fsck.
2018-04-02 Jelmer VernooijMerge change from PuttySSHVendor => PLinkSSHVendor.
2018-04-02 Jelmer VernooijAdd stash push.
2018-04-02 Jelmer VernooijAdd basic Stash class.
2018-03-31 Jelmer VernooijFix 'remote add' command.
2018-03-17 Jelmer VernooijAdd simple check-mailmap command to bin/dulwich.
2017-08-06 Jelmer VernooijImplement 'dulwich push'.
2017-07-21 Jelmer VernooijFix exit code for check-ignore.
2017-07-13 Jelmer VernooijImplement check-ignore.
2017-03-01 Jelmer VernooijAdd really basic pull command.
2017-03-01 Jelmer VernooijFix remote commands in command-line tool.
2017-02-13 Jelmer VernooijAdd porcelain.remote_add.
2017-01-15 Jelmer VernooijAdd a superclass for Dulwich subcommands.
2017-01-15 Jelmer VernooijDon't print "Changes to be committed" header if there...
2016-11-09 Jelmer VernooijAdd --name-status argument to porcelain.log.
2016-11-09 Jelmer VernooijPass --reverse argument on in porcelain.
2016-11-09 Jelmer VernooijSupport paths argument to 'dulwich log'.
2016-11-09 Jelmer VernooijAdd a very simple help command.
2016-09-17 Jelmer VernooijUpdate header to reflect that license is now Apachev2...
2016-08-07 Jelmer VernooijAdd dulwich.porcelain.ls_tree.
2015-09-13 Jelmer VernooijAdd porcelain.pack_objects.
2015-09-13 Jelmer VernooijAdd porcelain.repack().
2015-06-20 Mike Edgarporcelain: add ls-remote equivalent using client.get_refs
2015-04-25 Jelmer VernooijActually run the web server when invoking 'dulwich...
2015-04-20 Jelmer VernooijFix python3 support in bin/dulwich.
2014-07-19 Jelmer VernooijMerge dul-web into dulwich command.
2014-06-09 Jelmer VernooijAdd basic 'status' support to bin/dulwich.
2014-06-09 Jelmer VernooijHandle SIGINT signals in dulwich script.
2014-06-09 Jelmer VernooijAdd porcelain for receive-pack and upload-pack.
2014-06-07 Jelmer VernooijAdd porcelain 'daemon'.
2014-06-07 Jelmer VernooijMove the swift backend to dulwich/contrib.
2014-06-07 Fabien BoucherOpenstack Swift backend support for bare repositories
2014-05-24 Michael Kprint(): Switch from statement to funtion.
2014-05-15 Michael KBugfix: cmd_reset could not determine the mode
2014-05-11 Michael KFix copy-&-paste errors in command line interface.
2014-03-29 Jelmer VernooijSort command names in bin/dulwich.
2014-03-29 Jelmer VernooijAdd bin/dulwich support for reset command.
2014-03-29 Jelmer VernooijSupport creating unannotated tags.
2014-01-18 Jelmer VernooijSupport non-commit objects and multiple objects in...
2013-11-24 Jelmer VernooijAdd porcelain for 'dulwich rev-list'.
2013-11-24 Jelmer VernooijFix typo in commit_tree command.
2013-10-28 Jelmer VernooijAdd wrapper for commit-tree.
2013-10-27 Jelmer VernooijAdd porcelain for diff-tree.
2013-10-22 Marcin KuzminskiAdded_symbolic_ref function into porcelain module.
2013-10-17 Jelmer VernooijMerge branch 'porcelain' of git://git.samba.org/jelmer...
2013-09-29 Jelmer VernooijAdd implementation of 'show' for porcelain.
2013-09-29 Jelmer VernooijAdd log command to porcelain.
2013-09-29 Jelmer VernooijProvide a rm command in porcelain.
2013-09-29 Jelmer VernooijAdd 'add' command to porcelain.
2013-09-29 Jelmer VernooijAdd clone to porcelain.
2013-09-29 Jelmer VernooijAdd init support to porcelain.
2013-09-29 Jelmer VernooijAdd basic commit support to porcelain.
2013-09-29 Jelmer VernooijAdd porcelain for update_server_info.
2013-09-29 Jelmer VernooijAdd porcelain for 'archive' command.
2013-08-26 Jelmer VernooijAdd 'dulwich diff' command.
2012-10-03 Jelmer VernooijPrint refs after fetch.
2012-03-21 Jelmer VernooijMerge addition of dulwich.index.build_index_from_tree...
2012-02-09 Jelmer VernooijMerge fix for formatting of 'extension not found' messages.
2012-02-09 Jelmer VernooijSome more docstrings.
2012-02-09 Risto KankkunenMerged master
2012-01-21 Jelmer VernooijAdd a 'dulwich fetch' implementation.
2011-12-26 Jelmer VernooijMerge trunk.
2011-12-09 Jelmer VernooijNew method ``update_server_info`` which generates data
2011-12-09 Jelmer VernooijAdd support for retrieving tarballs from remote servers.
2011-11-22 Jelmer VernooijMerge fix from Chris Eberle for 'dulwich init --bare'.
2011-11-20 Chris Eberlegetopt longopts weren't specified correctly, couldn...
2011-11-02 Jelmer VernooijUse unbuffered standard I/O in dulwich script.
2010-06-04 Ross LightMerged changes from trunk
2010-05-30 Jelmer VernooijMerge refactoring of report-status parsing.
2010-05-29 Jelmer VernooijMerge code cleanups from Dave.
2010-05-24 Dave BorowitzClean up file headers.
2010-04-11 Jelmer VernooijMerge pack protocol receiver fix.
2010-03-27 Jelmer VernooijImprove formatting, update docstring.
2010-03-24 Jelmer VernooijMove get_transport_and_path to dulwich.client.
2010-03-11 Jelmer VernooijAllow specifying path to 'dulwich log'.
2010-03-11 Jelmer VernooijSimplify clone code.
2010-03-09 Jelmer VernooijFix indentation.
2009-10-18 Jelmer VernooijAdd convenience function for creating a new commit...
2009-10-18 Jelmer VernooijAdd convenience functions for fetching objects.
2009-07-22 Jelmer VernooijMerge fixes from abderrahim.
2009-07-17 Abderrahim Kitounifix uses of old api (Repo.{set,remove}_ref ObjectStore...
2009-05-09 Jelmer VernooijRefactor GraphWalker.
2009-05-08 Jelmer VernooijFix typo.
2009-04-30 Jelmer VernooijCope with the fact that Index.__iter__ now returns...
2009-04-30 Jelmer VernooijMerge optimized version of tree parsing.
2009-04-30 Jelmer VernooijUse separate function for tree parsing, allow C extensi...
2009-04-29 Jelmer VernooijDon't close file twice.
2009-03-11 Jelmer VernooijSkip ^{} tags.
2009-01-24 Jelmer VernooijMerge John.
2009-01-19 John CarrDon't force : on us
next