Sign in
googlers
/
jrn
/
git
/
d4470c5a46f0fa965b1916308025d031545005fe
/
transport-helper.c
3c5077f
i18n: transport-helper.c: change N_() call to _()
by Vasco Almeida
· 9 years ago
40cfc95
Merge branch 'nd/error-errno'
by Junio C Hamano
· 9 years ago
1fee1dc
transport-helper.c: use error_errno()
by Nguyễn Thái Ngọc Duy
· 9 years ago
832c0e5
typofix: assorted typofixes in comments, documentation and messages
by Li Peng
· 9 years ago
e84d5e9
Merge branch 'ew/force-ipv4'
by Junio C Hamano
· 9 years ago
c915f11
connect & http: support -4 and -6 switches for remote operations
by Eric Wong
· 9 years ago
692dfdf
transport-helper: read helper response with strbuf_getline()
by Junio C Hamano
· 9 years ago
1a0c8df
strbuf: give strbuf_getline() to the "most text friendly" variant
by Junio C Hamano
· 9 years ago
8f309ae
strbuf: introduce strbuf_getline_{lf,nul}()
by Junio C Hamano
· 9 years ago
27912a0
push_refs_with_export: convert to struct object_id
by brian m. carlson
· 9 years ago
f4e54d0
Convert struct ref to use object_id.
by brian m. carlson
· 9 years ago
3adc4ec
Sync with v2.5.4
by Junio C Hamano
· 9 years ago
11a458b
Sync with 2.4.10
by Junio C Hamano
· 9 years ago
6343e2f
Sync with 2.3.10
by Junio C Hamano
· 9 years ago
a5adace
transport: add a protocol-whitelist environment variable
by Jeff King
· 9 years ago
b21089d
Merge branch 'db/push-sign-if-asked'
by Junio C Hamano
· 10 years ago
3026109
push: support signing pushes iff the server supports it
by Dave Borowitz
· 10 years ago
ae25fd3
transport-helper: die on errors reading refs.
by Stefan Beller
· 10 years ago
b1cffbf
Merge branch 'jc/push-cert' into maint
by Junio C Hamano
· 10 years ago
6db0497
Merge branch 'mh/deref-symref-over-helper-transport' into maint
by Junio C Hamano
· 10 years ago
be94b33
Merge branch 'mh/transport-capabilities'
by Junio C Hamano
· 10 years ago
a75c663
Merge branch 'dp/remove-duplicated-header-inclusion'
by Junio C Hamano
· 10 years ago
74f45df
Merge branch 'jc/push-cert'
by Junio C Hamano
· 10 years ago
5d30851
do not include the same header twice
by Дилян Палаузов
· 10 years ago
aab1beb
transport-helper: ask the helper to set the same options for import as for fetch
by Mike Hommey
· 10 years ago
2879bc3
transport-helper: ask the helper to set progress and verbosity options after asking for its capabilities
by Mike Hommey
· 10 years ago
45917f0
transport-helper: fix typo in error message when --signed is not supported
by Mike Hommey
· 10 years ago
33cae54
transport-helper: do not request symbolic refs to remote helpers
by Mike Hommey
· 10 years ago
8828f29
use child_process_init() to initialize struct child_process variables
by René Scharfe
· 10 years ago
217610d
Merge branch 'rs/run-command-env-array'
by Junio C Hamano
· 10 years ago
a915459
use env_array member of struct child_process
by René Scharfe
· 10 years ago
7695d11
refs.c: change resolve_ref_unsafe reading argument to be a flags field
by Ronnie Sahlberg
· 11 years ago
fb06b52
Merge branch 'jc/push-cert'
by Junio C Hamano
· 10 years ago
0ea47f9
signed push: teach smart-HTTP to pass "git push --signed" around
by Junio C Hamano
· 10 years ago
483bbd4
run-command: introduce child_process_init()
by René Scharfe
· 11 years ago
21a2d4a
transport-helper: avoid reading past end-of-string
by Jeff King
· 11 years ago
c9fc3a6
Merge branch 'fc/remote-helper-refmap'
by Junio C Hamano
· 11 years ago
a634a6d
Merge branch 'bg/xcalloc-nmemb-then-size'
by Junio C Hamano
· 11 years ago
92e25b6
transport-helper.c: rearrange xcalloc arguments
by Brian Gesiak
· 11 years ago
b2c851a
Revert "Merge branch 'jc/graduate-remote-hg-bzr' (early part)"
by Junio C Hamano
· 11 years ago
10e1fee
Revert "Merge branch 'fc/transport-helper-sync-error-fix'"
by Junio C Hamano
· 11 years ago
173fd1a
get_importer: use run-command's internal argv_array
by Jeff King
· 11 years ago
2aeae40
get_exporter: use argv_array
by Jeff King
· 11 years ago
e0ab2ac
get_helper: use run-command's internal argv_array
by Jeff King
· 11 years ago
e143ef4
transport-helper: remove unnecessary strbuf resets
by Felipe Contreras
· 11 years ago
f3d0376
transport-helper: add support to delete branches
by Felipe Contreras
· 11 years ago
9193f74
transport-helper: add support to push symbolic refs
by Felipe Contreras
· 11 years ago
d98c815
transport-helper: add support for old:new refspec
by Felipe Contreras
· 11 years ago
3994e64
transport-helper: fix sync issue on crashes
by Felipe Contreras
· 11 years ago
852e54b
transport-helper: trivial cleanup
by Felipe Contreras
· 11 years ago
0551a06
transport-helper: propagate recvline() error pushing
by Felipe Contreras
· 11 years ago
5931b33
remote-helpers: make recvline return an error
by Felipe Contreras
· 11 years ago
4a1b59c
transport-helper: remove barely used xchgline()
by Felipe Contreras
· 11 years ago
90e6255
Merge branch 'fc/transport-helper-fixes'
by Junio C Hamano
· 11 years ago
cf31f70
transport-helper.c: do not overwrite forced bit
by Max Horn
· 11 years ago
7b4e2b7
Merge branch 'ef/mingw-write'
by Junio C Hamano
· 11 years ago
92251b1
Merge branch 'nd/shallow-clone'
by Junio C Hamano
· 11 years ago
7edc02f
prefer xwrite instead of write
by Erik Faye-Lund
· 11 years ago
1609488
smart-http: support shallow fetch/clone
by Nguyễn Thái Ngọc Duy
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
f9e3c6b
transport-helper: check for 'forced update' message
by Felipe Contreras
· 11 years ago
510fa6f
transport-helper: add 'force' to 'export' helpers
by Felipe Contreras
· 11 years ago
23cd01e
transport-helper: trivial style fix
by Felipe Contreras
· 11 years ago
5a75353
transport-helper: don't update refs in dry-run
by Felipe Contreras
· 11 years ago
a21455a
transport-helper: mismerge fix
by Felipe Contreras
· 11 years ago
100ce1c
Merge branch 'mm/mediawiki-dumb-push-fix'
by Junio C Hamano
· 12 years ago
2233ad4
Merge branch 'jc/push-cas'
by Junio C Hamano
· 12 years ago
711b276
Merge branch 'nd/clone-connectivity-shortcut'
by Junio C Hamano
· 12 years ago
597b831
transport-helper: add no-private-update capability
by Matthieu Moy
· 12 years ago
05c1eb1
push: teach --force-with-lease to smart-http transport
by Junio C Hamano
· 12 years ago
98e023d
many small typofixes
by Ondřej Bílka
· 12 years ago
9ba3804
smart http: use the same connectivity check on cloning
by Nguyễn Thái Ngọc Duy
· 12 years ago
631b5ef
push --force-with-lease: tie it all together
by Junio C Hamano
· 12 years ago
e9f1a6c
Merge branch 'jk/gcc-function-attributes'
by Junio C Hamano
· 12 years ago
4621085
add missing "format" function attributes
by Jeff King
· 12 years ago
266f1fd
transport-helper: be quiet on read errors from helpers
by Jeff King
· 12 years ago
99d9ec0
Merge branch 'fc/transport-helper-no-refspec'
by Junio C Hamano
· 12 years ago
766f0f8
Merge branch 'fc/transport-helper-error-reporting'
by Junio C Hamano
· 12 years ago
21457f5
transport-helper: check if the dry-run is supported
by Felipe Contreras
· 12 years ago
67c9c78
transport-helper: barf when user tries old:new
by Felipe Contreras
· 12 years ago
126aac5
transport-helper: fix remote helper namespace regression
by Felipe Contreras
· 12 years ago
b387c77
Sync with v1.8.2.3
by Junio C Hamano
· 12 years ago
b120ef3
transport-helper: trivial style cleanup
by Felipe Contreras
· 12 years ago
2be2eb9
Merge branch 'fc/push-with-export-reporting-result'
by Junio C Hamano
· 12 years ago
b056620
transport-helper: improve push messages
by Felipe Contreras
· 12 years ago
664059f
transport-helper: update remote helper namespace
by Felipe Contreras
· 12 years ago
9c51558
transport-helper: trivial code shuffle
by Felipe Contreras
· 12 years ago
a93b4a0
transport-helper: warn when refspec is not used
by Felipe Contreras
· 12 years ago
21610d8
transport-helper: clarify pushing without refspecs
by Felipe Contreras
· 12 years ago
7a43c55
transport-helper: clarify *:* refspec
by Felipe Contreras
· 12 years ago
0d957a4
transport-helper: add 'signed-tags' capability
by John Keeping
· 12 years ago
b8bd826
transport-helper: pass --signed-tags=warn-strip to fast-export
by John Keeping
· 12 years ago
41ccfdd
Correct common spelling mistakes in comments and tests
by Stefano Lattarini
· 12 years ago
5034fde
transport-helper: improve push messages
by Felipe Contreras
· 12 years ago
c096955
transport-helper: mention helper name when it dies
by Jeff King
· 12 years ago
81d340d
transport-helper: report errors properly
by Felipe Contreras
· 12 years ago
75e5c0d
push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE
by Junio C Hamano
· 12 years ago
dbfeddb
push: require force for refs under refs/tags/
by Chris Rorvick
· 12 years ago
19ba02a
When debug==1, start fast-import with "--stats" instead of "--quiet"
by Florian Achleitner
· 12 years ago
bfc366d
Connect fast-import to the remote-helper via pipe, adding 'bidi-import' capability
by Florian Achleitner
· 12 years ago
Next »