Commit 88731e3c33124d28dcedf5df160a666fe12a55df

Patrick Steinhardt 2019-06-14T12:34:37

examples: implement git-stash example Implement a new example that resembles the git-stash(1) command. Right now, it only provides the apply, list, save and pop subcommands without any options. This example is mostly used to test libgit2's stashing performance on big repositories.