Sign in
googlers
/
jrn
/
git
/
f9c8d8cbbea9cc55d26058a1de767731600ded44
/
refs.h
0df670b
Merge branch 'jt/interpret-branch-name-fallback'
by Junio C Hamano
· 4 years, 6 months ago
f24c30e
wt-status: tolerate dangling marks
by Jonathan Tan
· 4 years, 6 months ago
ec06b05
refs: move dwim_ref() to header file
by Jonathan Tan
· 4 years, 6 months ago
3f9f1ac
refs: make refs_ref_exists public
by Han-Wen Nienhuys
· 4 years, 7 months ago
873cd28
argv-array: rename to strvec
by Jeff King
· 4 years, 8 months ago
11cbda2
Merge branch 'js/default-branch-name'
by Junio C Hamano
· 4 years, 8 months ago
8747ebb
init: allow setting the default for the initial branch name via the config
by Don Goodman-Wilson
· 4 years, 9 months ago
d1eb22d
refs.h: clarify reflog iteration order
by Han-Wen Nienhuys
· 4 years, 10 months ago
c9f7a79
log-tree: make ref_filter_match() a helper method
by Derrick Stolee
· 5 years ago
126c1cc
refs: move doc to refs.h
by Heba Waly
· 5 years ago
0d107b1
Merge branch 'nd/worktree-name-sanitization'
by Junio C Hamano
· 6 years ago
1de16ae
worktree add: sanitize worktree names
by Nguyễn Thái Ngọc Duy
· 6 years ago
4aeeef3
Merge branch 'dl/no-extern-in-func-decl'
by Junio C Hamano
· 6 years ago
5545442
*.[ch]: remove extern from function declarations using spatch
by Denton Liu
· 6 years ago
7fdff47
refs.c: remove the_repo from read_ref_at()
by Nguyễn Thái Ngọc Duy
· 6 years ago
5670090
refs.c: add repo_dwim_log()
by Nguyễn Thái Ngọc Duy
· 6 years ago
d8984c5
refs.c: add repo_dwim_ref()
by Nguyễn Thái Ngọc Duy
· 6 years ago
0b1dbf5
refs.c: remove the_repo from expand_ref()
by Nguyễn Thái Ngọc Duy
· 6 years ago
546edf3
refs.c: add refs_shorten_unambiguous_ref()
by Nguyễn Thái Ngọc Duy
· 6 years ago
e146cc9
Merge branch 'nd/per-worktree-ref-iteration'
by Junio C Hamano
· 6 years ago
3a3b9d8
refs: new ref types to make per-worktree refs visible to all worktrees
by Nguyễn Thái Ngọc Duy
· 6 years ago
6d8f8eb
Merge branch 'ds/commit-graph-with-grafts'
by Junio C Hamano
· 6 years ago
212e0f7
refs.c: upgrade for_each_replace_ref to be a each_repo_ref_fn callback
by Stefan Beller
· 7 years ago
4a6067c
refs.c: migrate internal ref iteration to pass thru repository argument
by Stefan Beller
· 7 years ago
ef3ca95
Add missing includes and forward declarations
by Elijah Newren
· 7 years ago
174774c
Merge branch 'sb/object-store-replace'
by Junio C Hamano
· 7 years ago
0d296c5
refs: allow for_each_replace_ref to handle arbitrary repositories
by Stefan Beller
· 7 years ago
64a7416
refs: store the main ref store inside the repository struct
by Stefan Beller
· 7 years ago
60ce76d
refs: add repository argument to for_each_replace_ref
by Stefan Beller
· 7 years ago
23a3f0c
refs: add repository argument to get_main_ref_store
by Stefan Beller
· 7 years ago
b4be741
ls-remote: pass ref prefixes when requesting a remote's refs
by Brandon Williams
· 7 years ago
65516f5
log: add option to choose which refs to decorate
by Rafael Ascensão
· 7 years ago
78fb457
refs: update some more docs to use "oid" rather than "sha1"
by Michael Haggerty
· 7 years ago
91774af
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
by Michael Haggerty
· 7 years ago
5ac95fe
refs: tidy up and adjust visibility of the `ref_update` flags
by Michael Haggerty
· 7 years ago
b00f3cf
prune_ref(): call `ref_transaction_add_update()` directly
by Michael Haggerty
· 7 years ago
49e6147
refs: convert resolve_ref_unsafe to struct object_id
by brian m. carlson
· 7 years ago
a98e610
refs: convert resolve_gitlink_ref to struct object_id
by brian m. carlson
· 7 years ago
0155f71
refs: convert reflog_expire parameter to struct object_id
by brian m. carlson
· 7 years ago
8eb36d9
refs: convert read_ref_at to struct object_id
by brian m. carlson
· 7 years ago
b420d90
refs: convert peel_ref to struct object_id
by brian m. carlson
· 7 years ago
334dc52
refs: convert dwim_log to struct object_id
by brian m. carlson
· 7 years ago
cca5fa6
refs: convert dwim_ref and expand_ref to struct object_id
by brian m. carlson
· 7 years ago
34c290a
refs: convert read_ref and read_ref_full to object_id
by brian m. carlson
· 7 years ago
0f2dc72
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
by brian m. carlson
· 7 years ago
89f3bbd
refs: update ref transactions to use struct object_id
by brian m. carlson
· 7 years ago
ae07777
refs: convert update_ref and refs_update_ref to use struct object_id
by brian m. carlson
· 7 years ago
2616a5e
refs: convert delete_ref and refs_delete_ref to struct object_id
by brian m. carlson
· 7 years ago
3b48045
Merge branch 'sd/branch-copy'
by Junio C Hamano
· 7 years ago
73ecdc6
Merge branch 'rs/resolve-ref-optional-result'
by Junio C Hamano
· 7 years ago
d019010
Merge branch 'tg/refs-allowed-flags'
by Junio C Hamano
· 7 years ago
54fad66
refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional
by René Scharfe
· 7 years ago
c788c54
refs: strip out not allowed flags from ref_transaction_update
by Thomas Gummerer
· 8 years ago
419221c
refs: remove dead for_each_*_submodule()
by Nguyễn Thái Ngọc Duy
· 8 years ago
2e2d404
refs.c: move for_each_remote_ref_submodule() to submodule.c
by Nguyễn Thái Ngọc Duy
· 8 years ago
073cf63
revision.c: use refs_for_each*() instead of for_each_*_submodule()
by Nguyễn Thái Ngọc Duy
· 8 years ago
62f0b39
refs: add refs_head_ref()
by Nguyễn Thái Ngọc Duy
· 8 years ago
6412757
Spelling fixes
by Ville Skyttä
· 8 years ago
03df567
for_each_bisect_ref(): don't trim refnames
by Michael Haggerty
· 8 years ago
52d59cc
branch: add a --copy (-c) option to go with --move (-m)
by Sahil Dua
· 8 years ago
30173b8
ref_transaction_prepare(): new optional step for reference updates
by Michael Haggerty
· 8 years ago
64da419
ref_store: take a `msg` parameter when deleting references
by Michael Haggerty
· 8 years ago
fd2ce9c
refs.h: clarify docstring for the ref_transaction_update()-related fns
by Michael Haggerty
· 8 years ago
ca7b2ab
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
b15667b
Merge branch 'js/larger-timestamps'
by Junio C Hamano
· 8 years ago
4b44b7b
Merge branch 'nd/worktree-kill-parse-ref'
by Junio C Hamano
· 8 years ago
4322478
reflog_expire: convert to struct object_id
by brian m. carlson
· 8 years ago
dddbad7
timestamp_t: a new data type for timestamps
by Johannes Schindelin
· 8 years ago
d026a25
refs: kill set_worktree_head_symref()
by Nguyễn Thái Ngọc Duy
· 8 years ago
17eff96
refs: introduce get_worktree_ref_store()
by Nguyễn Thái Ngọc Duy
· 8 years ago
b05855b
refs_verify_refname_available(): implement once for all backends
by Michael Haggerty
· 8 years ago
adac811
refs.h: add a note about sorting order of for_each_ref_*
by Nguyễn Thái Ngọc Duy
· 8 years ago
7c74478
refs: delete pack_refs() in favor of refs_pack_refs()
by Nguyễn Thái Ngọc Duy
· 8 years ago
c0fe4e8
refs: new transaction related ref-store api
by Nguyễn Thái Ngọc Duy
· 8 years ago
7d2df05
refs: add new ref-store api
by Nguyễn Thái Ngọc Duy
· 8 years ago
18d0002
refs: rename get_ref_store() to get_submodule_ref_store() and make it public
by Nguyễn Thái Ngọc Duy
· 8 years ago
077be78
refs.c: make get_main_ref_store() public and use it
by Nguyễn Thái Ngọc Duy
· 8 years ago
504c4d4
refs.h: add forward declaration for structs used in this file
by Nguyễn Thái Ngọc Duy
· 8 years ago
e1fae93
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
9461d27
refs: convert each_reflog_ent_fn to struct object_id
by brian m. carlson
· 8 years ago
39ee4c6
branch: record creation of renamed branch in HEAD's log
by Kyle Meyer
· 8 years ago
755b49a
delete_ref: accept a reflog message argument
by Kyle Meyer
· 8 years ago
341fb28
refs: add option core.logAllRefUpdates = always
by Cornelius Weig
· 8 years ago
a460ea4
Merge branch 'nd/shallow-deepen'
by Junio C Hamano
· 8 years ago
4af9a7d
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
4322f38
Merge branch 'mh/ref-store'
by Junio C Hamano
· 8 years ago
6fb5acf
refs: add methods to init refs db
by David Turner
· 9 years ago
a8355bb
resolve_gitlink_ref(): rename path parameter to submodule
by Michael Haggerty
· 9 years ago
3dce444
refs: add a backend method structure
by Ronnie Sahlberg
· 9 years ago
8f6dc7e
refs: add an update_ref_oid function.
by brian m. carlson
· 9 years ago
87492cb
Merge branch 'mh/ref-iterators'
by Junio C Hamano
· 9 years ago
3bc581b
refs: introduce an iterator interface
by Michael Haggerty
· 9 years ago
c5f04dd
delete_refs(): add a flags argument
by Michael Haggerty
· 9 years ago
41da711
refs: add expand_ref()
by Nguyễn Thái Ngọc Duy
· 9 years ago
1354c9b
refs: remove unnecessary "extern" keywords
by Michael Haggerty
· 9 years ago
dc72b50
refs.h: fix misspelt "occurred" in a comment
by Peter Colberg
· 9 years ago
2233066
refs: add a new function set_worktree_head_symref
by Kazuki Yamaguchi
· 9 years ago
69616f7
Merge branch 'dt/initial-ref-xn-commit-doc'
by Junio C Hamano
· 9 years ago
4938686
refs: document transaction semantics
by David Turner
· 9 years ago
b9badad
create_symref: modernize variable names
by Jeff King
· 9 years ago
Next »