Sign in
googlers
/
jrn
/
git
/
b5eb741a00155f888a9a4ced87c840a2b7b04f5a
/
builtin
/
remote.c
22f9b7f
strvec: convert builtin/ callers away from argv_array name
by Jeff King
· 4 years, 8 months ago
dbbcd44
strvec: rename files from argv-array to strvec
by Jeff King
· 4 years, 8 months ago
203c853
Use OPT_CALLBACK and OPT_CALLBACK_F
by Denton Liu
· 5 years ago
b3fd6cb
remote rename/remove: gently handle remote.pushDefault config
by Bert Wesarg
· 5 years ago
923d4a5
remote rename/remove: handle branch.<name>.pushRemote config values
by Bert Wesarg
· 5 years ago
ceff1a1
remote: clean-up config callback
by Bert Wesarg
· 5 years ago
1a83068
remote: clean-up by returning early to avoid one indentation
by Bert Wesarg
· 5 years ago
88f8576
pull --rebase/remote rename: document and honor single-letter abbreviations rebase types
by Bert Wesarg
· 5 years ago
99f86bd
remote: pass NULL to read_ref_full() because object ID is not needed
by René Scharfe
· 5 years ago
113c29a
remove_all_fetch_refspecs(): drop unused "remote" parameter
by Jeff King
· 6 years ago
00d5f66
Merge branch 'ms/remote-error-message-update'
by Junio C Hamano
· 7 years ago
769af0f
Merge branch 'jk/cocci'
by Junio C Hamano
· 7 years ago
1b7a91d
Merge branch 'ds/reachable'
by Junio C Hamano
· 7 years ago
5025425
builtin/remote: quote remote name on error to display empty name
by Shulhan
· 7 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
fc0df93
Merge branch 'rs/opt-updates'
by Junio C Hamano
· 7 years ago
446e63c
remote: improve argument help for add --mirror
by René Scharfe
· 7 years ago
11ea82a
Merge branch 'rs/remote-mv-leakfix'
by Junio C Hamano
· 7 years ago
fe583c6
remote: clear string_list after use in mv()
by René Scharfe
· 7 years ago
1d614d4
commit-reach: move ref_newer from remote.c
by Derrick Stolee
· 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
· 7 years ago
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
e12cbea
Merge branch 'bw/ref-prefix-for-configured-refspec'
by Junio C Hamano
· 7 years ago
2c18e6a
Merge branch 'js/rebase-recreate-merge'
by Junio C Hamano
· 7 years ago
5c7ec84
remote: convert match_push_refs to take a struct refspec
by Brandon Williams
· 7 years ago
a2ac50c
remote: convert get_stale_heads to take a struct refspec
by Brandon Williams
· 7 years ago
e5349ab
remote: convert fetch refspecs to struct refspec
by Brandon Williams
· 7 years ago
6bdb304
remote: convert push refspecs to struct refspec
by Brandon Williams
· 7 years ago
0ad4a5f
refspec: rename struct refspec to struct refspec_item
by Brandon Williams
· 7 years ago
ec0cb49
refspec: move refspec parsing logic into its own file
by Brandon Williams
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
9bfa0f9
Merge branch 'bw/protocol-v2'
by Junio C Hamano
· 7 years ago
1131ec9
pull: accept --rebase=merges to recreate the branch topology
by Johannes Schindelin
· 7 years ago
1af8ae1
transport: convert transport_get_remote_refs to take a list of ref prefixes
by Brandon Williams
· 7 years ago
7fb6aef
Merge branch 'nd/parseopt-completion'
by Junio C Hamano
· 7 years ago
b537e0b
remote: rename 'new' variables
by Brandon Williams
· 7 years ago
ebc4a04
remote: force completing --mirror= instead of --mirror
by Nguyễn Thái Ngọc Duy
· 7 years ago
a972229
Merge branch 'mh/tidy-ref-update-flags'
by Junio C Hamano
· 7 years ago
e7e456f
Merge branch 'bc/object-id'
by Junio C Hamano
· 7 years ago
91774af
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
by Michael Haggerty
· 7 years ago
752848d
remote: handle broken symrefs
by Jeff King
· 7 years ago
34c290a
refs: convert read_ref and read_ref_full to object_id
by brian m. carlson
· 7 years ago
744c040
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
by René Scharfe
· 8 years ago
85af9f7
remote: release strbuf after use in set_url()
by Rene Scharfe
· 8 years ago
b95c8ce
remote: release strbuf after use in migrate_file()
by Rene Scharfe
· 8 years ago
e2581b7
remote: release strbuf after use in read_remote_branches()
by Rene Scharfe
· 8 years ago
bdfcdef
Merge branch 'ma/parse-maybe-bool'
by Junio C Hamano
· 8 years ago
8957661
treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool
by Martin Ågren
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
711a11c
Merge branch 'mh/packed-ref-store-prep'
by Junio C Hamano
· 8 years ago
66f5f6d
C style: use standard style for "TRANSLATORS" comments
by Ævar Arnfjörð Bjarmason
· 8 years ago
64da419
ref_store: take a `msg` parameter when deleting references
by Michael Haggerty
· 8 years ago
3e5c639
Merge branch 'rl/remote-allow-missing-branch-name-merge'
by Junio C Hamano
· 8 years ago
20690b2
remote: ignore failure to remove missing branch.<name>.merge
by Ross Lagerwall
· 8 years ago
755b49a
delete_ref: accept a reflog message argument
by Kyle Meyer
· 8 years ago
fe575f0
Merge branch 'js/remote-rename-with-half-configured-remote'
by Junio C Hamano
· 8 years ago
e459b07
remote rename: more carefully determine whether a remote is configured
by Johannes Schindelin
· 8 years ago
9ed0d8d
use QSORT
by René Scharfe
· 8 years ago
87492cb
Merge branch 'mh/ref-iterators'
by Junio C Hamano
· 9 years ago
2703572
Merge branch 'va/i18n-even-more'
by Junio C Hamano
· 9 years ago
b8b6365
Merge branch 'jk/string-list-static-init'
by Junio C Hamano
· 9 years ago
29a7cf9
remote rm: handle symbolic refs correctly
by Michael Haggerty
· 9 years ago
c5f04dd
delete_refs(): add a flags argument
by Michael Haggerty
· 9 years ago
a1b467a
i18n: remote: allow translations to reorder message
by Vasco Almeida
· 9 years ago
7ba7b9a
i18n: remote: mark URL fallback text for translation
by Vasco Almeida
· 9 years ago
070b7e4
i18n: builtin/remote.c: fix mark for translation
by Vasco Almeida
· 9 years ago
2721ce2
use string_list initializer consistently
by Jeff King
· 9 years ago
6c1fbe1
i18n: remote: add comment for translators
by Vasco Almeida
· 9 years ago
225caa7
Merge branch 'ps/config-error'
by Junio C Hamano
· 9 years ago
3d18064
config: rename git_config_set_or_die to git_config_set
by Patrick Steinhardt
· 9 years ago
30598ad
config: rename git_config_set to git_config_set_gently
by Patrick Steinhardt
· 9 years ago
c397deb
remote: die on config error when manipulating remotes
by Patrick Steinhardt
· 9 years ago
ab5e4b6
remote: die on config error when setting/adding branches
by Patrick Steinhardt
· 9 years ago
45ebdcc
remote: die on config error when setting URL
by Patrick Steinhardt
· 9 years ago
a31eeae
remote: use remote_is_configured() for add and rename
by Thomas Gummerer
· 9 years ago
cc8e538
remote: actually check if remote exits
by Thomas Gummerer
· 9 years ago
674468b
remote: simplify remote_is_configured()
by Thomas Gummerer
· 9 years ago
b5496d4
remote: handle the config setting branch.*.rebase=interactive
by Johannes Schindelin
· 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
e437cbd
Merge branch 'bb/remote-get-url'
by Junio C Hamano
· 9 years ago
96f78d3
remote: add get-url subcommand
by Ben Boeckel
· 10 years ago
b21a5d6
remote.c: drop extraneous local variable from migrate_file
by Jeff King
· 10 years ago
a122366
prune_remote(): use delete_refs()
by Michael Haggerty
· 10 years ago
98ffd5f
delete_refs(): new function for the refs API
by Michael Haggerty
· 10 years ago
b4c4af8
remove_branches(): remove temporary
by Michael Haggerty
· 10 years ago
53dc95b
builtin/remote: rewrite functions to take object_id arguments
by Michael Haggerty
· 10 years ago
e26cdf9
add_branch_for_removal(): don't set "util" field of string_list entries
by Michael Haggerty
· 10 years ago
45690a5
add_branch_for_removal(): rewrite to take an object_id argument
by Michael Haggerty
· 10 years ago
2b2a5be
each_ref_fn: change to take an object_id parameter
by Michael Haggerty
· 10 years ago
68a2e6a
Merge branch 'nd/multiple-work-trees'
by Junio C Hamano
· 10 years ago
bb831db
Merge branch 'ah/usage-strings'
by Junio C Hamano
· 10 years ago
9c9b4f2
standardize usage info string format
by Alex Henrie
· 10 years ago
fb86e32
git remote: allow adding remotes agreeing with url.<...>.insteadOf
by Johannes Schindelin
· 10 years ago
dcf6926
path.c: make get_pathname() call sites return const char *
by Nguyễn Thái Ngọc Duy
· 10 years ago
3383e19
sort_string_list(): rename to string_list_sort()
by Michael Haggerty
· 10 years ago
8552943
prune_remote(): iterate using for_each_string_list_item()
by Michael Haggerty
· 10 years ago
fcce0da
prune_remote(): rename local variable
by Michael Haggerty
· 10 years ago
4a45b2f
repack_without_refs(): make the refnames argument a string_list
by Michael Haggerty
· 10 years ago
Next »