Sign in
googlers
/
jrn
/
git
/
73ffac3b38e1a62b922a0eb462f41fced6a18ebf
/
transport.h
caa7d79
Sync with 'maint'
by Junio C Hamano
· 12 years ago
41ccfdd
Correct common spelling mistakes in comments and tests
by Stefano Lattarini
· 12 years ago
55f6fbe
Merge branch 'jc/push-follow-tag'
by Junio C Hamano
· 12 years ago
c2aba15
push: --follow-tags
by Junio C Hamano
· 12 years ago
370855e
Merge branch 'jc/push-reject-reasons'
by Junio C Hamano
· 12 years ago
75e5c0d
push: introduce REJECT_FETCH_FIRST and REJECT_NEEDS_FORCE
by Junio C Hamano
· 12 years ago
ec55559
push: Add support for pre-push hooks
by Aaron Schrab
· 12 years ago
b24e604
push: add advice for rejected tag reference
by Chris Rorvick
· 12 years ago
10643d4
push: return reject reasons as a bitset
by Chris Rorvick
· 12 years ago
f5d942e
send-pack: move core code to libgit.a
by Nguyễn Thái Ngọc Duy
· 12 years ago
754395d
fetch: align per-ref summary report in UTF-8 locales
by Nguyễn Thái Ngọc Duy
· 13 years ago
419f2ec
Merge branch 'hv/submodule-recurse-push'
by Junio C Hamano
· 13 years ago
eb21c73
push: teach --recurse-submodules the on-demand option
by Heiko Voigt
· 13 years ago
e339aa9
clean up struct ref's nonfastforward field
by Jeff King
· 13 years ago
6ddba5e
push: add '--prune' option
by Felipe Contreras
· 13 years ago
d2b17b3
push: Don't push a repository with unpushed submodules
by Fredrik Gustafsson
· 14 years ago
114a6a8
refactor refs_from_alternate_cb to allow passing extra data
by Jeff King
· 14 years ago
36cfda1
refs_from_alternate: helper to use refs from alternates
by Junio C Hamano
· 14 years ago
419f37d
Add bidirectional_transfer_loop()
by Ilari Liusvaara
· 14 years ago
53997a3
Merge branch 'tc/transport-verbosity'
by Junio C Hamano
· 15 years ago
bd282f5
Merge branch 'ml/send-pack-transport-refactor'
by Junio C Hamano
· 15 years ago
212cfe1
transport: update flags to be in running order
by Tay Ray Chuan
· 15 years ago
d01b3c0
transport->progress: use flag authoritatively
by Tay Ray Chuan
· 15 years ago
8afd8dc
push: support multiple levels of verbosity
by Tay Ray Chuan
· 15 years ago
bde873c
fetch: refactor verbosity option handling into transport.[ch]
by Tay Ray Chuan
· 15 years ago
f1863d0
refactor duplicated code in builtin-send-pack.c and transport.c
by Michael Lukashov
· 15 years ago
b0d66e1
transport: add got_remote_refs flag
by Tay Ray Chuan
· 15 years ago
533e8af
Merge branch 'il/push-set-upstream'
by Junio C Hamano
· 15 years ago
42aac96
Merge branch 'tc/clone-v-progress'
by Junio C Hamano
· 15 years ago
e9fcd1e
Add push --set-upstream
by Ilari Liusvaara
· 15 years ago
486a3d7
check stderr with isatty() instead of stdout when deciding to show progress
by Tay Ray Chuan
· 15 years ago
b236752
Support remote archive from all smart transports
by Ilari Liusvaara
· 15 years ago
61b075b
Support taking over transports
by Ilari Liusvaara
· 15 years ago
aa5af97
Refactor git transport options parsing
by Ilari Liusvaara
· 15 years ago
a24a32d
Merge branch 'master' into il/vcs-helper
by Junio C Hamano
· 15 years ago
3714831
Allow fetch to modify refs
by Daniel Barkalow
· 15 years ago
cff7123
fetch: Allow transport -v -v -v to set verbosity to 3
by Shawn O. Pearce
· 15 years ago
cd03eeb
Merge branch 'db/vcs-helper'
by Junio C Hamano
· 15 years ago
c9e388b
Make the "traditionally-supported" URLs a special case
by Daniel Barkalow
· 16 years ago
6ffd781
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
07436e4
push: point to 'git pull' and 'git push --force' in case of non-fast forward
by Matthieu Moy
· 16 years ago
afdeeb0
push: add --quiet flag
by Jeff King
· 16 years ago
6eb996b
Add support for external programs for handling native fetches
by Daniel Barkalow
· 16 years ago
1965ff7
add --porcelain option to git-push
by Larry D'Anna
· 16 years ago
47abd85
fetch: Strip usernames from url's before storing them
by Andreas Ericsson
· 16 years ago
64fcef2
Move push matching and reporting logic into transport.c
by Daniel Barkalow
· 16 years ago
21188b1
Implement git clone -v
by Miklos Vajna
· 16 years ago
2d5c298
Mark the list of refs to fetch as const
by Daniel Barkalow
· 17 years ago
41fa7d2
Teach git-fetch to exploit server side automatic tag following
by Shawn O. Pearce
· 17 years ago
bcd2e26
Merge branch 'aw/mirror-push' into jk/send-pack
by Junio C Hamano
· 17 years ago
a108e53
Merge branch 'db/remote-builtin' into jk/send-pack
by Junio C Hamano
· 17 years ago
1b2486d
push: teach push to pass --verbose option to transport layer
by Steffen Prohaska
· 17 years ago
94c89ba
git-push: plumb in --mirror mode
by Andy Whitcroft
· 17 years ago
4577370
Miscellaneous const changes and utilities
by Daniel Barkalow
· 17 years ago
2e13e5d
Merge branch 'master' into db/fetch-pack
by Shawn O. Pearce
· 17 years ago
2b5a06e
Restore default verbosity for http fetches.
by Daniel Barkalow
· 17 years ago
50ab5fd
Ensure builtin-fetch honors {fetch,transfer}.unpackLimit
by Shawn O. Pearce
· 17 years ago
824d577
Refactor struct transport_ops inlined into struct transport
by Shawn O. Pearce
· 17 years ago
e5f4e21
Remove unnecessary 'fetch' argument from transport_get API
by Shawn O. Pearce
· 17 years ago
1788c39
Remove pack.keep after ref updates in git-fetch
by Shawn O. Pearce
· 17 years ago
425b139
Simplify fetch transport API to just one function
by Shawn O. Pearce
· 17 years ago
c29727d
Add fetch methods to transport library.
by Daniel Barkalow
· 18 years ago
9b28851
Push code for transport library
by Daniel Barkalow
· 18 years ago