summaryrefslogtreecommitdiff
path: root/src/push.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-7/+7
* tree-wide: do not compile deprecated functions with hard deprecationPatrick Steinhardt2020-06-091-0/+2
* push: check error code returned by `git_revwalk_hide`Patrick Steinhardt2020-02-071-2/+3
* oid: `is_zero` instead of `iszero`Edward Thomson2019-06-161-4/+4
* Rename opt init functions to `options_init`Edward Thomson2019-06-141-1/+6
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-17/+17
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-6/+6
* remote: store the connection data in a private structEtienne Samson2018-09-071-2/+3
* refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt2018-06-291-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* Merge pull request #4028 from chescock/improve-local-fetchEdward Thomson2017-12-301-169/+2
|\
| * Use git_packbuilder_insert_walk in queue_objects.Chris Hescock2016-12-201-169/+2
* | Clear the remote_ref_name buffer in git_push_update_tips()Slava Karpenko2017-09-111-0/+3
* | Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-2/+2
* | giterr_set: consistent error messagesEdward Thomson2016-12-291-6/+6
|/
* proxy: ask the user for credentials if necessaryCarlos Martín Nieto2016-04-191-1/+1
* tree: re-use the id and filename in the odb objectCarlos Martín Nieto2016-03-201-6/+6
* Tell the git_transport about the custom_headersMatt Burke2015-09-081-1/+2
* push: fix the update constructorcmn/push-notify-deletedCarlos Martín Nieto2015-05-141-3/+4
* push: free the update listCarlos Martín Nieto2015-05-131-0/+8
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-15/+14
* push: remove own copy of callbacksCarlos Martín Nieto2015-05-131-30/+6
* push: report the update plan to the callercmn/negotiation-notifyCarlos Martín Nieto2015-04-191-4/+43
* Fixed update_tips callback called for failed pushed referencesPierre-Olivier Latour2015-03-111-13/+14
* push: remove reflog message overrideCarlos Martín Nieto2015-03-031-4/+2
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-2/+1
* push: fold unpack_ok() into finish()Carlos Martín Nieto2014-12-101-5/+5
* Merge pull request #2713 from libgit2/jamill/push_fetch_firstVicent Marti2014-11-201-1/+2
|\
| * Update message for error during pushjamill/push_fetch_firstJameson Miller2014-11-171-1/+2
* | push: use the common refspec parsercmn/push-refspec-refactorCarlos Martín Nieto2014-11-091-48/+19
|/
* Make init_options fns use unsigned ints and macroRussell Belfer2014-05-021-9/+4
* Fire update_tips callback also for pushes.Jacques Germishuys2014-04-211-17/+29
* It is safe to free() a NULL pointerJacques Germishuys2014-04-211-3/+1
* Const correctness!Jacques Germishuys2014-04-031-1/+1
* Added function-based initializers for every options struct.Matthew Bowen2014-03-051-0/+12
* Add reflog parameters to git_push_update_tipsBen Straub2014-02-041-2/+7
* refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-1/+1
* refs: remove the _with_log differentiationCarlos Martín Nieto2014-01-151-1/+1
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* One more rename/cleanup for callback err functionsRussell Belfer2013-12-111-1/+1
* Some callback error check style cleanupsRussell Belfer2013-12-111-2/+3
* Remove converting user error to GIT_EUSERRussell Belfer2013-12-111-2/+2
* Add git_vector_free_allRussell Belfer2013-12-111-4/+1
* Further EUSER and error propagation fixesRussell Belfer2013-12-111-1/+1
* Fix warningsRussell Belfer2013-11-131-2/+2
* Fix warningsLinquize2013-11-121-1/+1
* remote: make _ls return the list directlyCarlos Martín Nieto2013-11-111-7/+13
* Support cancellation in push operationJameson Miller2013-10-021-3/+1
* Initial Implementation of progress reports during pushJameson Miller2013-09-301-0/+23
* push: handle tag chains correctlyCarlos Martín Nieto2013-08-161-11/+32