88238e02
|
376
|
return git_config_string(&http_proxy_ssl_cert, var, value);
|
88238e02
|
379
|
return git_config_string(&http_proxy_ssl_key, var, value);
|
88238e02
|
382
|
return git_config_string(&http_proxy_ssl_ca_info, var, value);
|
88238e02
|
385
|
proxy_ssl_cert_password_required = git_config_bool(var, value);
|
88238e02
|
386
|
return 0;
|
88238e02
|
964
|
if (ssl_cainfo != NULL)
|
88238e02
|
965
|
curl_easy_setopt(result, CURLOPT_CAINFO, ssl_cainfo);
|
af026519
|
1219
|
proxy_ssl_cert_password_required = 1;
|
88238e02
|
1292
|
memset(proxy_cert_auth.password, 0, strlen(proxy_cert_auth.password));
|
88238e02
|
1293
|
FREE_AND_NULL(proxy_cert_auth.password);
|
brian m. carlson
|
94127599
|
repository: require a build flag to use SHA-256
|
brian m. carlson
|
e02a7141
|
worktree: allow repository version 1
|
brian m. carlson
|
1bdca816
|
fast-import: add options for rewriting submodules
|
brian m. carlson
|
ddddf8d7
|
fast-import: permit reading multiple marks files
|
brian m. carlson
|
768e30ea
|
hash: implement and use a context cloning function
|
brian m. carlson
|
efa7ae36
|
init-db: move writing repo version into a function
|
brian m. carlson
|
8b8f7189
|
builtin/init-db: allow specifying hash algorithm on command line
|
brian m. carlson
|
3c9331a1
|
builtin/init-db: add environment variable for new repo hash
|
Denton Liu
|
b3137f2e
|
reset: extract reset_head() from rebase
|
Denton Liu
|
fa717471
|
sequencer: use file strbuf for read_oneliner()
|
Denton Liu
|
448bea61
|
sequencer: make apply_rebase() accept a path
|
Denton Liu
|
e71223c6
|
rebase: use apply_autostash() from sequencer.c
|
Denton Liu
|
186dbeed
|
rebase: use read_oneliner()
|
Denton Liu
|
06ebea5c
|
rebase: generify reset_head()
|
Denton Liu
|
1e1ef305
|
sequencer: extract perform_autostash() from rebase
|
Derrick Stolee
|
92667ee9
|
commit-graph: examine commits by generation number
|
Derrick Stolee
|
3d2f906e
|
diff: halt tree-diff early after max_changes
|
Derrick Stolee
|
8dda180e
|
dir: refactor treat_directory to clarify control flow
|
Emily Shaffer
|
57166073
|
bugreport: gather git version and build info
|
Emily Shaffer
|
dd763e68
|
help: move list_config_help to builtin/help
|
Emily Shaffer
|
2aa60a17
|
bugreport: add tool to generate debugging info
|
Emily Shaffer
|
d902ea4d
|
bugreport: add uname info
|
Garima Singh
|
282c08a9
|
commit-graph: write Bloom filters to commit graph file
|
Garima Singh
|
6bdbf235
|
commit-graph: compute Bloom filters for changed paths
|
Garima Singh
|
b6d925e7
|
bloom: core Bloom filter implementation for changed paths
|
Heba Waly
|
b3b18d16
|
advice: revamp advise API
|
Jeff King
|
dc9f0216
|
commit-graph: examine changed-path objects in pack order
|
Jorge Lopez Silva
|
88238e02
|
http: add client cert support for HTTPS proxies
|
Jorge Lopez Silva
|
af026519
|
http: add environment variable support for HTTPS proxies
|
Phillip Wood
|
012ecfce
|
rebase: fix advice when a fixup creates an empty commit
|
Taylor Blau
|
5d5916fd
|
builtin/commit-graph.c: support '--split[=]'
|
Taylor Blau
|
a599e2c9
|
builtin/commit-graph.c: introduce '--input='
|
Benno Evers
|
30b1c7ad
|
describe: don't abort too early when searching tags
|
Derrick Stolee
|
ef076599
|
sparse-checkout: work with Windows paths
|
Derrick Stolee
|
2631dc87
|
sparse-checkout: create 'add' subcommand
|
Elijah Newren
|
8295ed69
|
rebase: make the backend configurable via config setting
|
Elijah Newren
|
10cdb9f3
|
rebase: rename the two primary rebase backends
|
Elijah Newren
|
8a997ed1
|
rebase, sequencer: remove the broken GIT_QUIET handling
|
Elijah Newren
|
e98c4269
|
rebase (interactive-backend): fix handling of commits that become empty
|
Elijah Newren
|
d48e5e21
|
rebase (interactive-backend): make --keep-empty the default
|
Hariom Verma
|
4ef34648
|
receive.denyCurrentBranch: respect all worktrees
|
Jeff King
|
2fecc48c
|
packfile: drop nth_packed_object_sha1()
|
Jeff King
|
b99b6bcc
|
packed_object_info(): use object_id for returning delta base
|
Jeff King
|
500e4f23
|
pack-bitmap: use object_id when loading on-disk bitmaps
|
Jeff King
|
63f4a7fc
|
pack-check: push oid lookup into loop
|
Jeff King
|
4f3bd560
|
pack-bitmap: implement BLOB_NONE filtering
|
Jeff King
|
4eb707eb
|
rev-list: allow commit-only bitmap traversals
|
Jeff King
|
6ac9760a
|
packed_object_info(): use object_id internally for delta base
|
Jeff King
|
55cb10f9
|
rev-list: make --count work with --objects
|
Jeff King
|
84243da1
|
pack-bitmap: implement BLOB_LIMIT filtering
|
Jeff King
|
551cf8b6
|
pack-bitmap: factor out type iterator initialization
|
Jeff King
|
608d9c93
|
rev-list: allow bitmaps when counting objects
|
Jeff King
|
792f8119
|
rev-list: factor out bitmap-optimized routines
|
Jeff King
|
3f83fd5e
|
pack-objects: read delta base oid into object_id struct
|
Junio C Hamano
|
e8e71848
|
Merge branch 'jk/nth-packed-object-id'
|
Junio C Hamano
|
0106b1d4
|
Revert "gpg-interface: prefer check_signature() for GPG verification"
|
Pranit Bauva
|
6c69f222
|
bisect: libify `bisect_next_all`
|
Pranit Bauva
|
45b63708
|
bisect: libify `check_good_are_ancestors_of_bad` and its dependents
|
René Scharfe
|
2ce6d075
|
use strpbrk(3) to search for characters from a given set
|
Tanushree Tumane
|
bfacfce7
|
bisect--helper: introduce new `decide_next()` function
|
Tanushree Tumane
|
292731c4
|
bisect--helper: change `retval` to `res`
|