]> git.proxmox.com Git - libgit2.git/history - src/rebase.c
rebase: provide NULL `exec` on non-EXEC operations
[libgit2.git] / src / rebase.c
2015-02-13 Edward Thomsonrebase: provide NULL `exec` on non-EXEC operations
2015-02-13 Carlos Martín NietoMerge pull request #2883 from urkud/reget-reader-pointer
2015-02-13 Carlos Martín NietoMerge pull request #2897 from leoyanggit/fix_fileop_warning
2015-02-12 Edward ThomsonMerge pull request #2899 from libgit2/jamill/rebase_opt...
2015-02-12 Jameson MillerCheck rebase options version on public entry points
2015-01-14 Edward ThomsonMerge branch 'pr/2740'
2015-01-05 Carlos Martín NietoMerge commit 'refs/pull/2632/head' of github.com:libgit...
2014-12-30 Edward ThomsonMerge pull request #2761 from libgit2/cmn/fetch-prune
2014-12-30 Edward ThomsonMerge pull request #2762 from libgit2/cmn/hide-push
2014-12-30 Carlos Martín NietoMerge pull request #2785 from jacquesg/coverity
2014-12-30 Jacques GermishuysCheck the result of git_buf_joinpath
2014-12-29 Jacques GermishuysPlug some leaks
2014-12-22 Edward ThomsonMerge pull request #2745 from libgit2/cmn/pkg-config-ssh
2014-12-10 Edward ThomsonMerge pull request #2678 from libgit2/cmn/io-stream
2014-12-07 Edward ThomsonMerge pull request #2746 from libgit2/cmn/neg-ignore-dir
2014-12-06 Edward ThomsonMerge pull request #2748 from libgit2/cmn/doc-all
2014-12-06 Edward ThomsonMerge pull request #2730 from libgit2/cmn/local-push
2014-12-06 Edward ThomsonMerge pull request #2747 from libgit2/cmn/notes-consistency
2014-12-06 Carlos Martín Nietonotes: move the notes name argument
2014-11-18 Edward ThomsonMerge pull request #2654 from linquize/missing-obj
2014-11-09 Carlos Martín NietoMerge pull request #2653 from ethomson/contributing
2014-10-27 Carlos Martín NietoMerge commit 'refs/pull/2366/head' of github.com:libgit...
2014-10-27 Edward ThomsonMerge pull request #2482 from libgit2/ed/rebase
2014-10-27 Edward Thomsonrebase: updates based on PR comments
2014-10-27 Edward Thomsons/git_merge_head/git_annotated_commit
2014-10-27 Edward Thomsonrebase: clean up some warnings and memory leaks
2014-10-27 Edward Thomsonrebase: oid member of operation should be const
2014-10-27 Edward Thomsongit_rebase: iterators for operations
2014-10-27 Edward Thomsonrebase: preload all operations
2014-10-27 Edward Thomsonrebase: init/open a git_rebase object
2014-10-27 Edward Thomsongit_rebase_next: provide info about the operation
2014-10-27 Edward Thomsongit_rebase_finish: rewrite notes when finishing rebase
2014-10-27 Edward Thomsongit_rebase_commit: write HEAD's reflog appropriately
2014-10-27 Edward ThomsonIntroduce git_rebase_finish to complete a rebase
2014-10-27 Edward Thomsongit_rebase_commit: drop already-picked commits
2014-10-27 Edward ThomsonIntroduce git_rebase_commit
2014-10-27 Edward Thomsongit_rebase_next: write conflicts nicely during rebase
2014-10-27 Edward ThomsonIntroduce git_rebase_next
2014-10-27 Edward ThomsonIntroduce git_rebase_abort
2014-10-27 Edward ThomsonIntroduce git_rebase to set up a rebase session