Sign in
googlers
/
jrn
/
git
/
ccdcbd54c4475c2238b310f7113ab3075b5abc9c
/
refs.h
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
· 8 years ago
d019010
Merge branch 'tg/refs-allowed-flags'
by Junio C Hamano
· 8 years ago
54fad66
refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional
by René Scharfe
· 8 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
· 9 years ago
4322f38
Merge branch 'mh/ref-store'
by Junio C Hamano
· 9 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
78a766a
hideRefs: add support for matching full refs
by Lukas Fleischer
· 9 years ago
8a54523
Merge branch 'kn/for-each-tag'
by Junio C Hamano
· 9 years ago
5b4f285
ref-filter: add option to filter out tags, branches and remotes
by Karthik Nayak
· 10 years ago
080cc64
Merge branch 'dt/refs-pseudo'
by Junio C Hamano
· 10 years ago
8d3981c
Merge branch 'jk/refspec-parse-wildcard'
by Junio C Hamano
· 10 years ago
b6d323f
Merge branch 'dt/refs-backend-preamble'
by Junio C Hamano
· 10 years ago
266b182
refs: add ref_type function
by David Turner
· 10 years ago
cd377f4
refs: loosen restriction on wildcard "*" refspecs
by Jacob Keller
· 10 years ago
0f2a71d
refs: add REF_FORCE_CREATE_REFLOG flag
by David Turner
· 10 years ago
abd0cd3
refs: new public ref function: safe_create_reflog
by David Turner
· 10 years ago
a4c653d
refs.c: add err arguments to reflog functions
by David Turner
· 10 years ago
1c03c4d
delete_ref(): use the usual convention for old_sha1
by Michael Haggerty
· 10 years ago
2433710
refs.h: add some parameter names to function declarations
by Michael Haggerty
· 10 years ago
fb58c8d
refs: move the remaining ref module declarations to refs.h
by Michael Haggerty
· 10 years ago
0a4b24f
refs: remove some functions from the module's public interface
by Michael Haggerty
· 10 years ago
58f233c
initial_ref_transaction_commit(): function for initial ref creation
by Michael Haggerty
· 10 years ago
79e4d8a
repack_without_refs(): make function private
by Michael Haggerty
· 10 years ago
98ffd5f
delete_refs(): new function for the refs API
by Michael Haggerty
· 10 years ago
fc1c216
delete_ref(): move declaration to refs.h
by Michael Haggerty
· 10 years ago
0a0c953
each_ref_fn_adapter(): remove adapter
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
d1dd721
refs.h: remove duplication in function docstrings
by Michael Haggerty
· 10 years ago
4b7b520
update_ref(): improve documentation
by Michael Haggerty
· 10 years ago
1618033
ref_transaction_verify(): new function to check a reference's value
by Michael Haggerty
· 10 years ago
Next »