Sign in
googlers
/
jrn
/
git
/
56ee7ff15655fa1c9a1368ddd717fc84556359bc
/
refs.c
72c11b7
Merge branch 'jt/refspec-dwim-precedence-fix'
by Junio C Hamano
· 7 years ago
4bea848
Merge branch 'nd/i18n'
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
9cb10ca
Merge branch 'bp/log-ref-write-fd-with-strbuf'
by Junio C Hamano
· 7 years ago
661558f
refs.c: mark more strings for translation
by Nguyễn Thái Ngọc Duy
· 7 years ago
1a07e59
Update messages in preparation for i18n
by Nguyễn Thái Ngọc Duy
· 7 years ago
00624d6
Merge branch 'sb/object-store-grafts'
by Junio C Hamano
· 7 years ago
80a6c20
convert log_ref_write_fd() to use strbuf
by Ben Peart
· 7 years ago
1268dfa
object: add repository argument to object_as_type
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
7c3d15f
Merge branch 'jk/snprintf-truncation'
by Junio C Hamano
· 7 years ago
26597cb
Merge branch 'ma/create-pseudoref-with-null-old-oid'
by Junio C Hamano
· 7 years ago
50f08db
Merge branch 'js/use-bug-macro'
by Junio C Hamano
· 7 years ago
2f76ebc
Merge branch 'ma/lockfile-cleanup'
by Junio C Hamano
· 7 years ago
2c18e6a
Merge branch 'js/rebase-recreate-merge'
by Junio C Hamano
· 7 years ago
fcb6df3
Merge branch 'sb/oid-object-info'
by Junio C Hamano
· 7 years ago
a2cec42
Merge branch 'sb/object-store-replace'
by Junio C Hamano
· 7 years ago
bf4baf1
shorten_unambiguous_ref: use xsnprintf
by Jeff King
· 7 years ago
2dc417a
get_main_ref_store: BUG() when outside a repository
by Jeff King
· 7 years ago
cbd53a2
object-store: move object access functions to object-store.h
by Stefan Beller
· 7 years ago
db0210d
refs: handle zero oid for pseudorefs
by Martin Ågren
· 7 years ago
c0bdd65
refs.c: refer to "object ID", not "sha1", in error messages
by Martin Ågren
· 7 years ago
3c6fad4
refs.c: do not die if locking fails in `delete_pseudoref()`
by Martin Ågren
· 7 years ago
0108451
refs.c: do not die if locking fails in `write_pseudoref()`
by Martin Ågren
· 7 years ago
174774c
Merge branch 'sb/object-store-replace'
by Junio C Hamano
· 7 years ago
9bfa0f9
Merge branch 'bw/protocol-v2'
by Junio C Hamano
· 7 years ago
033abf9
Replace all die("BUG: ...") calls by BUG() ones
by Johannes Schindelin
· 7 years ago
a9be29c
sequencer: make refs generated by the `label` command worktree-local
by Johannes Schindelin
· 7 years ago
0df8e96
cache.h: add repository argument to oid_object_info
by Stefan Beller
· 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
abef902
sha1_file: convert sha1_object_info* to object_id
by brian m. carlson
· 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
62c72d1
ref_transaction_add_update(): remove a check
by Michael Haggerty
· 7 years ago
a9bbbce
ref_transaction_update(): die on disallowed flags
by Michael Haggerty
· 7 years ago
99afe91
refs: convert read_raw_ref backends to struct object_id
by brian m. carlson
· 7 years ago
ac2ed0d
refs: convert peel_object to struct object_id
by brian m. carlson
· 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
6ee1821
refs: prevent accidental NULL dereference in write_pseudoref
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
a1c1d81
refs_resolve_ref_unsafe: handle d/f conflicts for writes
by Jeff King
· 7 years ago
1a2e1a7
Merge branch 'mh/mmap-packed-refs'
by Junio C Hamano
· 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
ba1c052
ref_store: implement `refs_peel_ref()` generically
by Michael Haggerty
· 7 years ago
d019010
Merge branch 'tg/refs-allowed-flags'
by Junio C Hamano
· 7 years ago
ceb7a01
Merge branch 'jn/per-repo-object-store-fixes'
by Junio C Hamano
· 7 years ago
c50424a
Merge branch 'jk/write-in-full-fix'
by Junio C Hamano
· 7 years ago
744c040
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
by René Scharfe
· 7 years ago
54fad66
refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional
by René Scharfe
· 7 years ago
d811ba1
Merge branch 'rs/strbuf-leakfix'
by Junio C Hamano
· 7 years ago
8a044c7
Merge branch 'nd/prune-in-worktree'
by Junio C Hamano
· 7 years ago
8738a8a
ref_iterator: keep track of whether the iterator output is ordered
by Michael Haggerty
· 7 years ago
06f46f2
avoid "write_in_full(fd, buf, len) != len" pattern
by Jeff King
· 7 years ago
006f3f2
replace-objects: evaluate replacement refs without using the object store
by Stefan Beller
· 8 years ago
c788c54
refs: strip out not allowed flags from ref_transaction_update
by Thomas Gummerer
· 8 years ago
aeb014f
refs: release strbuf on error return in write_pseudoref()
by Rene Scharfe
· 8 years ago
f2dd90f
Merge branch 'mh/ref-lock-entry'
by Junio C Hamano
· 8 years ago
873ea90
refs.c: reindent get_submodule_ref_store()
by Nguyễn Thái Ngọc Duy
· 8 years ago
82a150f
refs.c: remove fallback-to-main-store code get_submodule_ref_store()
by Nguyễn Thái Ngọc Duy
· 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
29babbe
refs: move submodule slash stripping code to get_submodule_ref_store
by Nguyễn Thái Ngọc Duy
· 8 years ago
2c616c1
refs.c: refactor get_submodule_ref_store(), share common free block
by Nguyễn Thái Ngọc Duy
· 8 years ago
ee394bd
refs.c: use is_dir_sep() in resolve_gitlink_ref()
by Nguyễn Thái Ngọc Duy
· 8 years ago
d0dffca
Merge branch 'cc/ref-is-hidden-microcleanup' into maint
by Junio C Hamano
· 8 years ago
4ff0f01
refs: retry acquiring reference locks for 100ms
by Michael Haggerty
· 8 years ago
44c2339
Merge branch 'mh/packed-ref-store'
by Junio C Hamano
· 8 years ago
afb456a
Merge branch 'cc/ref-is-hidden-microcleanup'
by Junio C Hamano
· 8 years ago
df42267
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
7a40a95
refs: use skip_prefix() in ref_is_hidden()
by Christian Couder
· 8 years ago
321c89b
sha1_name: convert GET_SHA1* flags to GET_OID*
by brian m. carlson
· 8 years ago
91f6922
Merge branch 'sb/hashmap-customize-comparison'
by Junio C Hamano
· 8 years ago
0c6435a
Merge branch 'ab/wildmatch'
by Junio C Hamano
· 8 years ago
7663cdc
hashmap.h: compare function has access to a data field
by Stefan Beller
· 8 years ago
5c83d85
Merge branch 'mh/packed-ref-store-prep'
by Junio C Hamano
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
55d3426
wildmatch: remove unused wildopts parameter
by Ævar Arnfjörð Bjarmason
· 8 years ago
67be7c5
packed-backend: new module for handling packed references
by Michael Haggerty
· 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
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
0a0865b
refs_ref_iterator_begin(): handle `GIT_REF_PARANOIA`
by Michael Haggerty
· 8 years ago
Next »