]> git.proxmox.com Git - libgit2.git/history - src/stash.c
push: remove own copy of callbacks
[libgit2.git] / src / stash.c
2015-05-12 Carlos Martín NietoMerge pull request #3111 from whoisj/centralizing-buffe...
2015-05-12 Carlos Martín NietoMerge pull request #3018 from ethomson/stash_apply
2015-05-11 Edward Thomsonstash: propagate the error when writing a tree
2015-05-11 Edward Thomsonstash_apply: provide progress callbacks
2015-05-11 Edward Thomsonstash_apply: provide its own options structure
2015-05-11 Edward Thomsonstash apply: default to at least GIT_CHECKOUT_SAFE
2015-05-11 Edward Thomsonstash: return GIT_EMERGECONFLICT on merge conflict
2015-05-11 Edward Thomsonstash: refactor to use merge_iterators
2015-05-11 Edward Thomsonstash: ensure a reflog has entries
2015-05-11 Edward Thomsonstash apply: check out a tree, not piecewise
2015-05-11 Edward Thomsonstash: use git_commit_summary for a summary
2015-05-11 Pierre-Olivier LatourAdded git_stash_apply() and git_stash_pop() APIs
2015-03-24 Carlos Martín NietoMerge pull request #3010 from ethomson/checkout_invalid...
2015-03-18 Carlos Martín NietoMerge remote-tracking branch 'ethomson/submodule_8dot3'
2015-03-11 Carlos Martín NietoMerge commit 'refs/pull/2879/head' of ssh://github...
2015-03-04 Carlos Martín NietoMerge pull request #2932 from jeffhostetler/jeffhostetl...
2015-03-04 Carlos Martín NietoMerge pull request #2886 from jeffhostetler/jeffhostetl...
2015-03-03 Edward ThomsonMerge pull request #2934 from akikoskinen/mingw_build_fix
2015-03-03 Edward ThomsonMerge pull request #2913 from ethomson/stash_fixup
2015-03-03 Edward ThomsonMerge pull request #2808 from libgit2/cmn/repo-ident
2015-03-03 Carlos Martín NietoRemove the signature from ref-modifying functions
2015-02-18 Edward Thomsonstash: correctly stash wd modified/index deleted
2014-10-27 Carlos Martín NietoMerge commit 'refs/pull/2366/head' of github.com:libgit...
2014-10-10 Edward ThomsonMerge pull request #2593 from libgit2/cmn/remote-delete...
2014-10-10 Carlos Martín NietoMerge pull request #2575 from cirosantilli/factor-struc...
2014-10-10 Carlos Martín NietoMerge pull request #2498 from linquize/read-large-file
2014-10-10 Carlos Martín NietoMerge pull request #2556 from sbc100/fix_warnings
2014-10-10 Carlos Martín NietoMerge pull request #2542 from linquize/fetch-head
2014-10-10 Carlos Martín NietoMerge pull request #2600 from libgit2/cmn/embed-ssh
2014-10-10 Carlos Martín NietoMerge pull request #2588 from swansontec/ssl-cert-path2
2014-10-10 Carlos Martín NietoMerge pull request #2499 from csware/hard-reset-checkou...
2014-10-10 Edward ThomsonMerge pull request #2574 from csware/hostname-for-certi...
2014-10-10 Edward ThomsonMerge pull request #2603 from libgit2/cmn/revwalk-merge...
2014-10-09 Carlos Martín NietoMerge pull request #2592 from libgit2/cmn/describe
2014-10-09 Edward ThomsonMerge pull request #2599 from linquize/config-trailing...
2014-10-09 Edward ThomsonMerge pull request #2601 from SeijiIto/master
2014-10-09 Edward ThomsonMerge pull request #2597 from ethomson/fixup
2014-10-09 Edward ThomsonMerge pull request #2448 from libgit2/cmn/reference...
2014-10-09 Carlos Martín Nietotransaction: rename lock() to lock_ref()
2014-09-30 Carlos Martín Nietostash: use a transaction to modify the reflog
2014-09-30 Carlos Martín NietoMerge remote-tracking branch 'upstream/master' into...
2014-09-29 Edward ThomsonMerge pull request #2581 from jacquesg/stash-ignored...
2014-09-26 Jacques GermishuysRecurse ignored directories when stashing
2014-09-16 Carlos Martín NietoMerge remote-tracking branch 'upstream/master' into...
2014-09-15 Vicent MartiMerge pull request #2554 from linquize/fetch-head-tag
2014-09-09 Vicent MartiMerge pull request #2511 from libgit2/cmn/remote-defaul...
2014-09-03 Vicent MartiMerge pull request #2543 from libgit2/cmn/known-transports
2014-09-03 Vicent MartiMerge pull request #2530 from libgit2/jamill/relative_g...
2014-09-03 Vicent MartiMerge pull request #2552 from KindDragon/master
2014-09-02 Arkady ShapkinSeveral CppCat warnings fixed
2014-06-20 Vicent Martilibgit2 v0.21.0
2014-06-11 Carlos Martín NietoMerge branch 'cmn/zlib-update' into cmn/update-zlib
2014-05-12 Russell BelferMerge pull request #2188 from libgit2/cmn/config-snapshot
2014-04-25 Vicent MartiMerge pull request #2284 from jacquesg/push-progress...
2014-04-25 Vicent MartiMerge pull request #2297 from libgit2/rb/status-with...
2014-04-25 Vicent MartiMerge pull request #2241 from libgit2/rb/stash-skip...
2014-04-22 Russell BelferMake stash and checkout ignore contained repos
2014-03-07 Vicent MartiMerge pull request #2028 from libgit2/options-names
2014-03-06 Ben Straubgit_checkout_opts -> git_checkout_options
2014-03-06 Vicent MartiMerge pull request #1997 from mgbowen/merge-options...
2014-03-05 Vicent MartiMerge pull request #2163 from ethomson/nobackend_odb_write
2014-03-04 Vicent MartiMerge pull request #2157 from libgit2/cmn/write-object-mem
2014-03-04 Russell BelferMerge pull request #2155 from jacquesg/stash-save-remov...
2014-03-04 Jacques GermishuysRemove ignored files from the working directory if...
2014-02-05 Ben StraubMerge pull request #2027 from libgit2/rb/only-windows...
2014-01-18 Edward ThomsonMerge pull request #2059 from linquize/git_config_get_crash
2014-01-16 Ben StraubMerge pull request #2044 from libgit2/coverity
2014-01-15 Vicent MartiMerge pull request #2050 from libgit2/cmn/always-reflog...
2014-01-15 Carlos Martín Nietorefs: remove the _with_log differentiation
2013-12-18 Vicent MartiMerge pull request #1920 from libgit2/cmn/ref-with-log
2013-12-13 Vicent MartiMerge pull request #1986 from libgit2/rb/error-handling...
2013-12-11 Russell BelferOne more rename/cleanup for callback err functions
2013-12-11 Russell BelferSome callback error check style cleanups
2013-12-11 Russell BelferRemove converting user error to GIT_EUSER
2013-12-11 Russell BelferFurther EUSER and error propagation fixes
2013-12-09 Carlos Martín Nietorefs: expose a way to ensure a ref has a log
2013-11-23 Carlos Martín Nietoreflog: integrate into the ref writing
2013-11-20 Vicent MartiMerge branch 'development'
2013-10-28 Ben StraubMerge remote-tracking branch 'libgit2/development'...
2013-10-28 Vicent MartíMerge pull request #1891 from libgit2/cmn/fix-thin...
2013-10-28 Vicent MartíMerge pull request #1912 from ethomson/push_err_messages
2013-10-28 Vicent MartíMerge pull request #1904 from libgit2/cmn/ssh-naming
2013-10-28 Ben StraubMerge pull request #1802 from libgit2/cmn/reflog-backend
2013-10-23 Vicent MartíMerge pull request #1905 from libgit2/cmn/list-deps
2013-10-22 Vicent MartíMerge pull request #1897 from libgit2/split-patch-from...
2013-10-15 Russell BelferDiff API cleanup
2013-10-11 Russell BelferRename diff objects and split patch.h
2013-10-11 Vicent MartíMerge pull request #1562 from libgit2/cmn/refs-namespac...
2013-10-03 Ben StraubMerge branch 'development' into blame
2013-10-02 Carlos Martín Nietoreflog: move the reflog implementation into refdb_fs
2013-10-01 Vicent MartíMerge pull request #1882 from linquize/config-subsectio...
2013-09-30 Vicent MartíMerge pull request #1879 from libgit2/redir-refactor
2013-09-30 Vicent MartíMerge pull request #1412 from jamill/push_progress
2013-09-30 Vicent MartíMerge pull request #1881 from libgit2/ignore-submodules...
2013-09-28 Justin Spahr-SummersNever consider submodules for stashing
2013-09-25 Ben StraubMerge branch 'development' into blame
2013-09-21 Vicent MartíMerge pull request #1840 from linquize/warning
2013-09-17 Vicent MartíMerge pull request #1833 from libgit2/cmn/config-include
2013-09-17 Vicent MartíMerge pull request #1856 from libgit2/cmn/no-orphans
2013-09-17 Carlos Martín NietoNo such thing as an orphan branch
next