summaryrefslogtreecommitdiff
path: root/src/push.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken build when MSVC SDL checks is enabledLinquize2013-05-111-1/+1
* Report some errors returnable by pushRussell Belfer2013-05-011-6/+8
* Make git_oid_cmp public and add git_oid__cmpRussell Belfer2013-04-291-1/+1
* remote: handle multiple refspecsCarlos Martín Nieto2013-04-201-2/+3
* Merge remote-tracking branch 'ben/unified-revparse' into developmentVicent Marti2013-04-151-11/+9
|\
| * Redeploy git_revparse_single.Ben Straub2013-04-151-2/+3
| * Deprecate git_revparse_single and _rangelikeBen Straub2013-04-091-13/+10
* | Fix dumb mistake in the comparison functionPhilip Kelley2013-03-191-3/+1
* | Convert enqueue_object to a functionPhilip Kelley2013-03-191-21/+19
* | Reduce the number of unnecessary objects in pushed packsPhilip Kelley2013-03-191-35/+142
|/
* Implemented push on the local transportabepern2013-03-111-14/+17
* Add git_push_options, to set packbuilder parallelismPhilip Kelley2013-02-111-2/+19
* Merge the push report into the refs to avoid a 3rd network callPhilip Kelley2013-02-081-2/+16
* Update remote tips on pushJameson Miller2013-01-221-0/+54
* Don't segfault if transport doesn't support push.Sebastian Bauer2013-01-171-0/+6
* push: properly handle tagsMichael Schubert2013-01-091-6/+42
* Relax refspecs accepted by pushJameson Miller2013-01-091-15/+32