index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-29
object: add repository argument to object_as_type
Stefan Beller
1
-1
/
+1
2018-06-29
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
1
-0
/
+1
2018-05-30
Merge branch 'jk/snprintf-truncation'
Junio C Hamano
1
-2
/
+2
2018-05-30
Merge branch 'ma/create-pseudoref-with-null-old-oid'
Junio C Hamano
1
-5
/
+17
2018-05-30
Merge branch 'js/use-bug-macro'
Junio C Hamano
1
-17
/
+17
2018-05-30
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
1
-7
/
+9
2018-05-23
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
1
-1
/
+2
2018-05-23
Merge branch 'sb/oid-object-info'
Junio C Hamano
1
-1
/
+1
2018-05-23
Merge branch 'sb/object-store-replace'
Junio C Hamano
1
-0
/
+3
2018-05-21
shorten_unambiguous_ref: use xsnprintf
Jeff King
1
-2
/
+2
2018-05-21
get_main_ref_store: BUG() when outside a repository
Jeff King
1
-0
/
+3
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
2018-05-13
refs: handle zero oid for pseudorefs
Martin Ågren
1
-3
/
+13
2018-05-13
refs.c: refer to "object ID", not "sha1", in error messages
Martin Ågren
1
-2
/
+4
2018-05-10
refs.c: do not die if locking fails in `delete_pseudoref()`
Martin Ågren
1
-4
/
+7
2018-05-10
refs.c: do not die if locking fails in `write_pseudoref()`
Martin Ågren
1
-3
/
+2
2018-05-08
Merge branch 'sb/object-store-replace'
Junio C Hamano
1
-41
/
+39
2018-05-08
Merge branch 'bw/protocol-v2'
Junio C Hamano
1
-0
/
+14
2018-05-06
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
1
-17
/
+17
2018-04-26
sequencer: make refs generated by the `label` command worktree-local
Johannes Schindelin
1
-1
/
+2
2018-04-26
cache.h: add repository argument to oid_object_info
Stefan Beller
1
-1
/
+1
2018-04-12
refs: allow for_each_replace_ref to handle arbitrary repositories
Stefan Beller
1
-2
/
+2
2018-04-12
refs: store the main ref store inside the repository struct
Stefan Beller
1
-8
/
+5
2018-04-12
refs: add repository argument to for_each_replace_ref
Stefan Beller
1
-1
/
+1
2018-04-12
refs: add repository argument to get_main_ref_store
Stefan Beller
1
-33
/
+34
2018-03-15
ls-remote: pass ref prefixes when requesting a remote's refs
Brandon Williams
1
-0
/
+14
2018-03-14
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
1
-1
/
+1
2017-11-22
log: add option to choose which refs to decorate
Rafael Ascensão
1
-0
/
+65
2017-11-06
refs: update some more docs to use "oid" rather than "sha1"
Michael Haggerty
1
-1
/
+1
2017-11-06
ref_transaction_add_update(): remove a check
Michael Haggerty
1
-3
/
+0
2017-11-06
ref_transaction_update(): die on disallowed flags
Michael Haggerty
1
-1
/
+2
2017-10-16
refs: convert read_raw_ref backends to struct object_id
brian m. carlson
1
-4
/
+4
2017-10-16
refs: convert peel_object to struct object_id
brian m. carlson
1
-5
/
+5
2017-10-16
refs: convert resolve_ref_unsafe to struct object_id
brian m. carlson
1
-15
/
+14
2017-10-16
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
1
-3
/
+3
2017-10-16
refs: convert reflog_expire parameter to struct object_id
brian m. carlson
1
-4
/
+4
2017-10-16
refs: convert read_ref_at to struct object_id
brian m. carlson
1
-17
/
+17
2017-10-16
refs: convert peel_ref to struct object_id
brian m. carlson
1
-5
/
+5
2017-10-16
refs: convert dwim_log to struct object_id
brian m. carlson
1
-4
/
+4
2017-10-16
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
1
-7
/
+8
2017-10-16
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
1
-13
/
+13
2017-10-16
refs: convert resolve_refdup and refs_resolve_refdup to struct object_id
brian m. carlson
1
-4
/
+4
2017-10-16
refs: update ref transactions to use struct object_id
brian m. carlson
1
-26
/
+24
2017-10-16
refs: prevent accidental NULL dereference in write_pseudoref
brian m. carlson
1
-0
/
+3
2017-10-16
refs: convert update_ref and refs_update_ref to use struct object_id
brian m. carlson
1
-23
/
+16
2017-10-16
refs: convert delete_ref and refs_delete_ref to struct object_id
brian m. carlson
1
-10
/
+11
2017-10-07
refs_resolve_ref_unsafe: handle d/f conflicts for writes
Jeff King
1
-1
/
+14
2017-10-03
Merge branch 'mh/mmap-packed-refs'
Junio C Hamano
1
-1
/
+21
2017-10-03
Merge branch 'sd/branch-copy'
Junio C Hamano
1
-0
/
+11
2017-09-28
Merge branch 'rs/resolve-ref-optional-result'
Junio C Hamano
1
-4
/
+5
[next]