index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
transport-helper.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-19
transport-helper: change import semantics
Sverre Rabbelier
1
-0
/
+3
2011-07-19
transport-helper: update ref status after push with export
Sverre Rabbelier
1
-0
/
+1
2011-07-19
transport-helper: use the new done feature where possible
Sverre Rabbelier
1
-7
/
+2
2011-07-19
transport-helper: check status code of finish_command
Sverre Rabbelier
1
-8
/
+15
2011-07-19
transport-helper: factor out push_update_refs_status
Sverre Rabbelier
1
-69
/
+84
2011-07-19
remote-helpers: export GIT_DIR variable to helpers
Dmitry Ivankov
1
-5
/
+10
2011-07-19
transport-helper: don't feed bogus refs to export push
Jeff King
1
-1
/
+2
2011-07-19
transport-helper: fix minor leak in push_refs_with_export
Jeff King
1
-0
/
+1
2011-03-22
Remove unused variables
Johannes Schindelin
1
-2
/
+1
2011-03-22
Fix sparse warnings
Stephen Boyd
1
-1
/
+1
2011-03-16
Merge branch 'maint'
Junio C Hamano
1
-2
/
+1
2011-03-16
standardize brace placement in struct definitions
Jonathan Nieder
1
-2
/
+1
2011-03-08
transport-helper.c: fix check for (size_t < 0)
Nicolas Kaiser
1
-1
/
+1
2010-12-10
thread-utils.h: simplify the inclusion
Junio C Hamano
1
-4
/
+0
2010-11-19
remote-fd/ext: finishing touches after code review
Ilari Liusvaara
1
-0
/
+5
2010-10-13
Add bidirectional_transfer_loop()
Ilari Liusvaara
1
-0
/
+311
2010-07-05
string_list: Add STRING_LIST_INIT macro and make use of it.
Thiago Farina
1
-1
/
+1
2010-06-27
string_list: Fix argument order for string_list_append
Julian Phillips
1
-2
/
+2
2010-03-31
remote-helpers: add support for an export command
Sverre Rabbelier
1
-12
/
+120
2010-03-31
remote-helpers: allow requesing the path to the .git directory
Sverre Rabbelier
1
-0
/
+5
2010-03-15
Merge branch 'tc/transport-verbosity'
Junio C Hamano
1
-3
/
+1
2010-02-24
transport->progress: use flag authoritatively
Tay Ray Chuan
1
-2
/
+1
2010-02-24
push: support multiple levels of verbosity
Tay Ray Chuan
1
-1
/
+0
2010-02-03
Typofixes outside documentation area
Junio C Hamano
1
-1
/
+1
2010-01-20
Merge branch 'js/exec-error-report'
Junio C Hamano
1
-4
/
+10
2010-01-20
Merge branch 'tr/http-push-ref-status'
Junio C Hamano
1
-8
/
+20
2010-01-17
Merge branch 'tc/clone-v-progress'
Junio C Hamano
1
-1
/
+1
2010-01-12
Improve error message when a transport helper was not found
Ilari Liusvaara
1
-4
/
+10
2010-01-09
transport-helper.c::push_refs(): emit "no refs" error message
Tay Ray Chuan
1
-1
/
+4
2010-01-09
transport-helper.c::push_refs(): ignore helper-reported status if ref is not ...
Tay Ray Chuan
1
-0
/
+9
2010-01-09
refactor ref status logic for pushing
Tay Ray Chuan
1
-7
/
+7
2009-12-28
check stderr with isatty() instead of stdout when deciding to show progress
Tay Ray Chuan
1
-1
/
+1
2009-12-28
Support remote archive from all smart transports
Ilari Liusvaara
1
-0
/
+19
2009-12-28
Support remote helpers implementing smart transports
Ilari Liusvaara
1
-6
/
+118
2009-12-26
Merge branch 'sr/vcs-helper'
Junio C Hamano
1
-4
/
+120
2009-12-09
Support taking over transports
Ilari Liusvaara
1
-1
/
+18
2009-12-09
Pass unknown protocols to external protocol handlers
Ilari Liusvaara
1
-1
/
+11
2009-12-09
Support mandatory capabilities
Ilari Liusvaara
1
-6
/
+19
2009-12-09
Add remote helper debug mode
Ilari Liusvaara
1
-25
/
+69
2009-12-06
Merge branch 'master' into il/vcs-helper
Junio C Hamano
1
-15
/
+250
2009-11-17
Allow helpers to report in "list" command that the ref is unchanged
Daniel Barkalow
1
-0
/
+22
2009-11-17
Fix various memory leaks in transport-helper.c
Sverre Rabbelier
1
-0
/
+4
2009-11-17
Allow helper to map private ref names into normal names
Daniel Barkalow
1
-1
/
+33
2009-11-17
Add support for "import" helper command
Daniel Barkalow
1
-0
/
+52
2009-11-17
Allow fetch to modify refs
Daniel Barkalow
1
-2
/
+2
2009-11-17
Fix memory leak in helper method for disconnect
Daniel Barkalow
1
-1
/
+8
2009-10-30
remote-helpers: return successfully if everything up-to-date
Clemens Buchacher
1
-0
/
+2
2009-10-30
Move WebDAV HTTP push under remote-curl
Shawn O. Pearce
1
-3
/
+134
2009-10-30
remote-helpers: Support custom transport options
Shawn O. Pearce
1
-1
/
+87
2009-10-30
remote-helpers: Fetch more than one ref in a batch
Shawn O. Pearce
1
-11
/
+28
[prev]
[next]