Sign in
googlers
/
jrn
/
git
/
9f4bcf81eafa72587b2e3ec19690f127bc3ad7c8
/
http-push.c
e12cbea
Merge branch 'bw/ref-prefix-for-configured-refspec'
by Junio C Hamano
· 7 years ago
c89b6e1
Merge branch 'ds/lazy-load-trees'
by Junio C Hamano
· 7 years ago
5c7ec84
remote: convert match_push_refs to take a struct refspec
by Brandon Williams
· 7 years ago
38490dd
http-push: store refspecs in a struct refspec
by Brandon Williams
· 7 years ago
d807c4a
exec_cmd: rename to use dash in file name
by Stefan Beller
· 7 years ago
cf0b179
Merge branch 'sb/object-store'
by Junio C Hamano
· 7 years ago
2e27bd7
treewide: replace maybe_tree with accessor methods
by Derrick Stolee
· 7 years ago
891435d
treewide: rename tree to maybe_tree
by Derrick Stolee
· 7 years ago
2d5792f
Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees
by Junio C Hamano
· 7 years ago
a80d72d
object-store: move packed_git and packed_git_mru to object store
by Stefan Beller
· 7 years ago
b4f5aca
sha1_file: convert read_sha1_file to struct object_id
by brian m. carlson
· 7 years ago
169c9c0
Merge branch 'bw/c-plus-plus'
by Junio C Hamano
· 7 years ago
debca9d
object: rename function 'typename' to 'type_name'
by Brandon Williams
· 7 years ago
a2b9820
http-push: improve error log
by Patryk Obara
· 7 years ago
c3bdc4e
http-push: use hex_to_bytes()
by René Scharfe
· 7 years ago
98c03a0
Merge branch 'tg/memfixes'
by Junio C Hamano
· 7 years ago
51bfb73
http-push: fix construction of hex value from path
by Thomas Gummerer
· 7 years ago
1cf01a3
consistently use "fallthrough" comments in switches
by Jeff King
· 7 years ago
d6fe003
pack: move find_sha1_pack()
by Jonathan Tan
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
· 8 years ago
1aa40df
http-push: convert process_ls_object and descendants to object_id
by brian m. carlson
· 8 years ago
740ee05
Convert lookup_tree to struct object_id
by brian m. carlson
· 8 years ago
3aca1fc
Convert lookup_blob to struct object_id
by brian m. carlson
· 8 years ago
bc83266
Convert lookup_commit* to struct object_id
by brian m. carlson
· 8 years ago
8eb9460
http-push: convert some static functions to struct object_id
by brian m. carlson
· 8 years ago
e94eac4
http-push: don't check return value of lookup_unknown_object()
by René Scharfe
· 8 years ago
faacc8e
Merge branch 'jk/common-main' into maint
by Junio C Hamano
· 9 years ago
02962d3
use strbuf_addstr() for adding constant strings to a strbuf
by René Scharfe
· 9 years ago
de61ceb
Merge branch 'jk/common-main-2.8' into jk/common-main
by Junio C Hamano
· 9 years ago
5ce5f5f
common-main: call git_setup_gettext()
by Jeff King
· 9 years ago
650c449
common-main: call git_extract_argv0_path()
by Jeff King
· 9 years ago
3f2e229
add an extra level of indirection to main()
by Jeff King
· 9 years ago
8429f2b
Merge branch 'bc/object-id'
by Junio C Hamano
· 9 years ago
8cb01e2
http: support sending custom HTTP headers
by Johannes Schindelin
· 9 years ago
7d924c9
struct name_entry: use struct object_id instead of unsigned char sha1[20]
by brian m. carlson
· 9 years ago
4159593
http-push: stop using name_path
by Jeff King
· 9 years ago
ed1c997
Remove get_object_hash.
by brian m. carlson
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
7999b2c
Add several uses of get_object_hash.
by brian m. carlson
· 9 years ago
6f3d57b
ref_newer: convert to use 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
2b87d3a
drop strcpy in favor of raw sha1_to_hex
by Jeff King
· 9 years ago
a0355f6
http-push: use an argv_array for setup_revisions
by Jeff King
· 9 years ago
7d0581a
http-push: use strbuf instead of fwrite_buffer
by Jeff King
· 9 years ago
0cc4142
http-push: replace strcat with xsnprintf
by Jeff King
· 9 years ago
ef1286d
use xsnprintf for generating git object headers
by Jeff King
· 9 years ago
5096d49
convert trivial sprintf / strcpy calls to xsnprintf
by Jeff King
· 9 years ago
553c622
Merge branch 'sb/leaks'
by Junio C Hamano
· 10 years ago
e280888
http-push: remove unneeded cleanup
by Stefan Beller
· 10 years ago
6902c4d
Merge branch 'rs/deflate-init-cleanup'
by Junio C Hamano
· 10 years ago
9a6f128
zlib: initialize git_zstream in git_deflate_init{,_gzip,_raw}
by René Scharfe
· 10 years ago
f6786c8
http-push: trim trailing newline from remote symref
by Jeff King
· 10 years ago
cd989a9
Merge branch 'ah/fix-http-push' into maint
by Junio C Hamano
· 11 years ago
d9037ea
Merge branch 'ah/fix-http-push'
by Junio C Hamano
· 11 years ago
479eaa8
http-push.c: make CURLOPT_IOCTLDATA a usable pointer
by Abbaad Haider
· 11 years ago
3b8e8af
Merge branch 'jk/xstrfmt'
by Junio C Hamano
· 11 years ago
67a31f6
http-push: refactor parsing of remote object names
by Jeff King
· 11 years ago
ae021d8
use skip_prefix to avoid magic numbers
by Jeff King
· 11 years ago
2831018
use xstrfmt to replace xmalloc + sprintf
by Jeff King
· 11 years ago
95244ae
use xstrdup instead of xmalloc + strcpy
by Jeff King
· 11 years ago
f3d51ff
http-push.c: rearrange xcalloc arguments
by Brian Gesiak
· 11 years ago
208acbf
object.h: centralize object flag allocation
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
177f0a4
Merge branch 'jk/http-auth-redirects'
by Junio C Hamano
· 11 years ago
1bbcc22
http: refactor options to http_get_*
by Jeff King
· 11 years ago
238504b
Merge branch 'nd/fetch-into-shallow'
by Junio C Hamano
· 11 years ago
b8f2311
Merge branch 'jk/free-tree-buffer'
by Junio C Hamano
· 11 years ago
e76a5fb
list-objects: reduce one argument in mark_edges_uninteresting
by Nguyễn Thái Ngọc Duy
· 12 years ago
3def06e
http-push.c::add_send_request(): do not initialize transfer_request
by Stefan Beller
· 12 years ago
6e454b9
clear parsed flag when we free tree buffers
by Jeff King
· 12 years ago
4df13f6
http: drop http_error function
by Jeff King
· 12 years ago
67d2a7b
http: simplify http_error helper function
by Jeff King
· 12 years ago
081fd8d
Allow building with xmlparse.h
by Matt Kraai
· 12 years ago
271cd23
Merge branch 'sp/smart-http-content-type-check'
by Junio C Hamano
· 12 years ago
4656bf4
Verify Content-Type from smart HTTP servers
by Shawn Pearce
· 12 years ago
37141f2
xml_entities(): use function strbuf_addstr_xml_quoted()
by Michael Haggerty
· 12 years ago
34f5130
Merge branch 'jc/merge-bases'
by Junio C Hamano
· 13 years ago
6571225
http-push: use in_merge_bases() for fast-forward check
by Junio C Hamano
· 13 years ago
5cb2194
http-push: do not access git_default_email directly
by Jeff King
· 13 years ago
82247e9
remove superfluous newlines in error messages
by Pete Wyckoff
· 13 years ago
2dccad3
Merge branch 'ab/enable-i18n'
by Junio C Hamano
· 13 years ago
a4ddbc3
http-push: enable "proactive auth"
by Jeff King
· 13 years ago
5e9637c
i18n: add infrastructure for translating Git with gettext
by Ævar Arnfjörð Bjarmason
· 13 years ago
470bbbc
Merge branch 'jc/match-refs-clarify'
by Junio C Hamano
· 13 years ago
9638384
Merge branch 'jk/http-auth'
by Junio C Hamano
· 13 years ago
deba493
http_init: accept separate URL parameter
by Jeff King
· 13 years ago
0fd8cb3
Merge branch 'nd/maint-autofix-tag-in-head'
by Junio C Hamano
· 13 years ago
baf18fc
Accept tags in HEAD or MERGE_HEAD
by Nguyễn Thái Ngọc Duy
· 13 years ago
29753cd
rename "match_refs()" to "match_push_refs()"
by Junio C Hamano
· 14 years ago
cd2b8ae
whitespace: have SP on both sides of an assignment "="
by Junio C Hamano
· 14 years ago
a35d78c
Merge branch 'jc/zlib-wrap' into maint
by Junio C Hamano
· 14 years ago
eb4f407
Merge branch 'jc/zlib-wrap'
by Junio C Hamano
· 14 years ago
ef49a7a
zlib: zlib can only process 4GB at a time
by Junio C Hamano
· 14 years ago
225a6f1
zlib: wrap deflateBound() too
by Junio C Hamano
· 14 years ago
55bb5c9
zlib: wrap deflate side of the API
by Junio C Hamano
· 14 years ago
ebaaf31
http-push: refactor curl_easy_setup madness
by Dan McGee
· 14 years ago
2aab167
http-push: use const for strings in signatures
by Dan McGee
· 14 years ago
9cba13c
standardize brace placement in struct definitions
by Jonathan Nieder
· 14 years ago
1462d1a
http-push: add trailing slash at arg-parse time, instead of later on
by Tay Ray Chuan
· 14 years ago
Next »