libgit2/tests/rebase
Edward Thomson ee6673070a rebase: introduce inmemory rebasing
Introduce the ability to rebase in-memory or in a bare repository.

When `rebase_options.inmemory` is specified, the resultant `git_rebase`
session will not be persisted to disk.  Callers may still analyze
the rebase operations, resolve any conflicts against the in-memory
index and create the commits.  Neither `HEAD` nor the working
directory will be updated during this process.
2016-02-11 10:48:48 -08:00
..
abort.c rebase: init and open take a rebase_options 2015-04-20 16:22:54 -04:00
inmemory.c rebase: introduce inmemory rebasing 2016-02-11 10:48:48 -08:00
iterator.c rebase: introduce inmemory rebasing 2016-02-11 10:48:48 -08:00
merge.c Fixed unused warning in tests/rebase/merge.c 2015-04-30 14:17:05 +02:00
setup.c rebase: init and open take a rebase_options 2015-04-20 16:22:54 -04:00