Sign in
googlers
/
jrn
/
git
/
9331bdbaf48073564f059fc04e8e1c3152f8d855
/
http-push.c
8cbad49
Merge branch 'cb/http-push-null-in-message-fix'
by Junio C Hamano
· 6 years ago
9dde06d
http-push: prevent format overflow warning with gcc >= 9
by Carlo Marcelo Arenas Belón
· 6 years ago
1cb158b
http-push: remove remaining uses of sha1_to_hex
by brian m. carlson
· 6 years ago
f024b87
http-push: convert to use the_hash_algo
by brian m. carlson
· 6 years ago
538b152
object-store: rename and expand packed_git's sha1 member
by brian m. carlson
· 6 years ago
cba595a
Merge branch 'jk/loose-object-cache-oid'
by Junio C Hamano
· 6 years ago
5fda343
Merge branch 'ds/push-sparse-tree-walk'
by Junio C Hamano
· 6 years ago
4f6d26b
list-objects: consume sparse tree walk
by Derrick Stolee
· 6 years ago
ea82b2a
tree-walk: store object_id in a separate member
by brian m. carlson
· 6 years ago
f0be0db
http: use struct object_id instead of bare sha1
by Jeff King
· 6 years ago
ca473ce
Upcast size_t variables to uintmax_t when printing
by Torsten Bögershausen
· 6 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 6 years ago
2abf350
revision.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 6 years ago
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
· 6 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
6404355
commit.h: remove method declarations
by Derrick Stolee
· 7 years ago
a74093d
tag: add repository argument to deref_tag
by Stefan Beller
· 7 years ago
f86bcc7
tree: add repository argument to lookup_tree
by Stefan Beller
· 7 years ago
da14a7f
blob: add repository argument to lookup_blob
by Stefan Beller
· 7 years ago
5abddd1
object: add repository argument to lookup_object
by Stefan Beller
· 7 years ago
109cd76
object: add repository argument to parse_object
by Stefan Beller
· 7 years ago
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
Next »