summaryrefslogtreecommitdiff
path: root/examples/stash.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: implement git-stash examplePatrick Steinhardt2019-07-201-0/+157
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.