🌐 AI搜索 & 代理
🔍
主页
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.29.3
/
remote.c
tag
14193fc92b3cdaad09c550474029c9a273bf8829
tagger
Junio C Hamano <gitster@pobox.com>
Mon Mar 08 20:08:14 2021
object
0628636d0c21324ae0f11be591611c6b1e55705f
Git 2.29.3
8e3ec76
Merge branch 'jk/refspecs-negative'
by Junio C Hamano
· 5 years ago
c0192df
refspec: add support for negative refspecs
by Jacob Keller
· 5 years ago
21de7e9
Merge branch 'rs/refspec-leakfix'
by Junio C Hamano
· 5 years ago
0df670b
Merge branch 'jt/interpret-branch-name-fallback'
by Junio C Hamano
· 5 years ago
1af8b8c
refspec: add and use refspec_appendf()
by René Scharfe
· 5 years ago
f24c30e
wt-status: tolerate dangling marks
by Jonathan Tan
· 5 years ago
d70a9eb
strvec: rename struct fields
by Jeff King
· 5 years ago
f6d8942
strvec: fix indentation in renamed calls
by Jeff King
· 5 years ago
c972bf4
strvec: convert remaining callers away from argv_array name
by Jeff King
· 5 years ago
dbbcd44
strvec: rename files from argv-array to strvec
by Jeff King
· 5 years ago
a471214
remote: use the configured default branch name when appropriate
by Johannes Schindelin
· 5 years ago
f5914f4
parse_config_key(): return subsection len as size_t
by Jeff King
· 6 years ago
021ba32
remote: drop auto-strlen behavior of make_branch() and make_rewrite()
by Jeff King
· 6 years ago
af8ccd8
remote: drop "explicit" parameter from remote_ref_for_branch()
by Jeff King
· 6 years ago
6dc905d
config: split repo scope to local and worktree
by Matthew Rogers
· 6 years ago
404ab78
hashmap: remove type arg from hashmap_{get,put,remove}_entry
by Eric Wong
· 6 years ago
8a973d0
hashmap: hashmap_{put,remove} return hashmap_entry *
by Eric Wong
· 6 years ago
939af16
hashmap_cmp_fn takes hashmap_entry params
by Eric Wong
· 6 years ago
f23a465
hashmap_get{,_from_hash} return "struct hashmap_entry *"
by Eric Wong
· 6 years ago
26b455f
hashmap_put takes "struct hashmap_entry *"
by Eric Wong
· 6 years ago
d22245a
hashmap_entry_init takes "struct hashmap_entry *"
by Eric Wong
· 6 years ago
f560a4d
Merge branch 'dr/ref-filter-push-track-fix'
by Junio C Hamano
· 7 years ago
c646d09
ref-filter: use correct branch for %(push:track)
by Damien Robert
· 7 years ago
1027186
remote.c: make singular free_ref() public
by Jeff King
· 7 years ago
424a665
Merge branch 'jk/remote-insteadof-cleanup'
by Junio C Hamano
· 7 years ago
54e8c11
remote: check config validity before creating rewrite struct
by Jeff King
· 7 years ago
0a84724
Merge branch 'ab/push-dwim-dst'
by Junio C Hamano
· 7 years ago
3813a89
Merge branch 'nd/i18n'
by Junio C Hamano
· 7 years ago
dd8dd30
push: add an advice on unqualified <dst> push
by Ævar Arnfjörð Bjarmason
· 7 years ago
04d1728
push: move unqualified refname error into a function
by Ævar Arnfjörð Bjarmason
· 7 years ago
c83cca3
push: improve the error shown on unqualified <dst> push
by Ævar Arnfjörð Bjarmason
· 7 years ago
8b0e542
i18n: remote.c: mark error(...) messages for translation
by Ævar Arnfjörð Bjarmason
· 7 years ago
cab5398
remote.c: add braces in anticipation of a follow-up change
by Ævar Arnfjörð Bjarmason
· 7 years ago
0b9c3af
remote.c: mark messages for translation
by Nguyễn Thái Ngọc Duy
· 7 years ago
92ca868
remote.c: turn some error() or die() to BUG()
by Nguyễn Thái Ngọc Duy
· 7 years ago
85daa01
remote: make add_missing_tags() linear
by Derrick Stolee
· 7 years ago
11877b9
Merge branch 'nd/the-index'
by Junio C Hamano
· 7 years ago
2abf350
revision.c: remove implicit dependency on the_index
by Nguyễn Thái Ngọc Duy
· 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
9001dc2
convert "oidcmp() != 0" to "!oideq()"
by Jeff King
· 7 years ago
4a7e27e
convert "oidcmp() == 0" to oideq()
by Jeff King
· 7 years ago
72c11b7
Merge branch 'jt/refspec-dwim-precedence-fix'
by Junio C Hamano
· 7 years ago
3a2a1dc
Merge branch 'sb/object-store-lookup'
by Junio C Hamano
· 7 years ago
60650a4
remote: make refspec follow the same disambiguation rule as local refs
by Junio C Hamano
· 7 years ago
88df0fa
Merge branch 'jt/connectivity-check-after-unshallow'
by Junio C Hamano
· 7 years ago
1d614d4
commit-reach: move ref_newer from remote.c
by Derrick Stolee
· 7 years ago
6404355
commit.h: remove method declarations
by Derrick Stolee
· 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
· 7 years ago
a74093d
tag: add repository argument to deref_tag
by Stefan Beller
· 7 years ago
2122f67
commit: add repository argument to lookup_commit_reference
by Stefan Beller
· 7 years ago
21e1ee8
commit: add repository argument to lookup_commit_reference_gently
by Stefan Beller
· 7 years ago
109cd76
object: add repository argument to parse_object
by Stefan Beller
· 7 years ago
b16b60f
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
by Junio C Hamano
· 7 years ago
7330205
fetch-pack: implement ref-in-want
by Brandon Williams
· 7 years ago
e12cbea
Merge branch 'bw/ref-prefix-for-configured-refspec'
by Junio C Hamano
· 8 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 8 years ago
afb1aed
remote: convert check_push_refs to take a struct refspec
by Brandon Williams
· 8 years ago
5c7ec84
remote: convert match_push_refs to take a struct refspec
by Brandon Williams
· 8 years ago
9fa2e5e
remote: convert match_explicit_refs to take a struct refspec
by Brandon Williams
· 8 years ago
f3acb83
remote: convert get_ref_match to take a struct refspec
by Brandon Williams
· 8 years ago
86baf82
remote: convert query_refspecs to take a struct refspec
by Brandon Williams
· 8 years ago
d000414
remote: convert apply_refspecs to take a struct refspec
by Brandon Williams
· 8 years ago
a2ac50c
remote: convert get_stale_heads to take a struct refspec
by Brandon Williams
· 8 years ago
9530350
remote: remove add_prune_tags_to_fetch_refspec
by Brandon Williams
· 8 years ago
e5349ab
remote: convert fetch refspecs to struct refspec
by Brandon Williams
· 8 years ago
6bdb304
remote: convert push refspecs to struct refspec
by Brandon Williams
· 8 years ago
8ca6937
remote: convert match_push_refs to use struct refspec
by Brandon Williams
· 8 years ago
0460f47
remote: convert check_push_refs to use struct refspec
by Brandon Williams
· 8 years ago
0ad4a5f
refspec: rename struct refspec to struct refspec_item
by Brandon Williams
· 8 years ago
ec0cb49
refspec: move refspec parsing logic into its own file
by Brandon Williams
· 8 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 8 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 8 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
· 8 years ago
abef902
sha1_file: convert sha1_object_info* to object_id
by brian m. carlson
· 8 years ago
4094e47
Merge branch 'jh/status-no-ahead-behind'
by Junio C Hamano
· 8 years ago
169c9c0
Merge branch 'bw/c-plus-plus'
by Junio C Hamano
· 8 years ago
f3bbe63
remote: rename 'new' variables
by Brandon Williams
· 8 years ago
97716d2
fetch: add a --prune-tags option and fetch.pruneTags config
by Ævar Arnfjörð Bjarmason
· 8 years ago
750d0da
remote: add a macro for "refs/tags/*:refs/tags/*"
by Ævar Arnfjörð Bjarmason
· 8 years ago
f39a757
status: support --no-ahead-behind in long format
by Jeff Hostetler
· 8 years ago
fd9b544
status: add --[no-]ahead-behind to status and commit for V2 format.
by Jeff Hostetler
· 8 years ago
d7d1b49
stat_tracking_info: return +1 when branches not equal
by Jeff Hostetler
· 8 years ago
093048b
Merge branch 'js/for-each-ref-remote-name-and-ref'
by Junio C Hamano
· 8 years ago
9700fae
for-each-ref: let upstream/push report the remote ref name
by J Wyman
· 8 years ago
cca5fa6
refs: convert dwim_ref and expand_ref to struct object_id
by brian m. carlson
· 8 years ago
34c290a
refs: convert read_ref and read_ref_full to object_id
by brian m. carlson
· 8 years ago
744c040
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
by René Scharfe
· 8 years ago
8e36002
Merge branch 'ma/up-to-date'
by Junio C Hamano
· 8 years ago
7560f54
treewide: correct several "up-to-date" to "up to date"
by Martin Ågren
· 8 years ago
55c965f
Merge branch 'sb/hashmap-cleanup'
by Junio C Hamano
· 8 years ago
df42267
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
e82caf3
sha1_name: convert get_sha1* to get_oid*
by brian m. carlson
· 8 years ago
b8566f8
remote: convert struct push_cas to struct object_id
by brian m. carlson
· 8 years ago
45dcb35
remote.c: drop hashmap_cmp_fn cast
by Stefan Beller
· 8 years ago
7663cdc
hashmap.h: compare function has access to a data field
by Stefan Beller
· 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
b9a7d55
Merge branch 'nd/fopen-errors'
by Junio C Hamano
· 9 years ago
6e9b010
Merge branch 'jk/drop-free-refspecs'
by Junio C Hamano
· 9 years ago
Next »