Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-03 00:51:29 +0300
committerJunio C Hamano <gitster@pobox.com>2024-01-03 00:51:29 +0300
commit43ec8791692f70768fa8eb23056db6a4e0ba3c6a (patch)
tree3aab7abf173589adb377e4bc8ded92a766fd7661 /remote.h
parent9cc710098bb9aa3efcefcb5237d001ed09a52e50 (diff)
parenta762af3dfd9450bf1d6153faa620cb42efb7daa8 (diff)
Merge branch 'jc/retire-cas-opt-name-constant'
Code clean-up. * jc/retire-cas-opt-name-constant: remote.h: retire CAS_OPT_NAME
Diffstat (limited to 'remote.h')
-rw-r--r--remote.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/remote.h b/remote.h
index 79353ba226..dfd4837e60 100644
--- a/remote.h
+++ b/remote.h
@@ -401,8 +401,6 @@ struct ref *get_stale_heads(struct refspec *rs, struct ref *fetch_map);
/*
* Compare-and-swap
*/
-#define CAS_OPT_NAME "force-with-lease"
-
struct push_cas_option {
unsigned use_tracking_for_rest:1;
unsigned use_force_if_includes:1;