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
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
2017-09-25
ref_store: implement `refs_peel_ref()` generically
Michael Haggerty
1
-1
/
+17
2017-09-25
Merge branch 'tg/refs-allowed-flags'
Junio C Hamano
1
-0
/
+2
2017-09-25
Merge branch 'jn/per-repo-object-store-fixes'
Junio C Hamano
1
-1
/
+1
2017-09-25
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
1
-1
/
+1
2017-09-24
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
1
-4
/
+2
2017-09-24
refs: make sha1 output parameter of refs_resolve_ref_unsafe() optional
René Scharfe
1
-0
/
+3
2017-09-19
Merge branch 'rs/strbuf-leakfix'
Junio C Hamano
1
-1
/
+1
2017-09-19
Merge branch 'nd/prune-in-worktree'
Junio C Hamano
1
-79
/
+31
2017-09-14
ref_iterator: keep track of whether the iterator output is ordered
Michael Haggerty
1
-0
/
+4
2017-09-14
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
1
-1
/
+1
2017-09-14
replace-objects: evaluate replacement refs without using the object store
Stefan Beller
1
-1
/
+1
2017-09-14
refs: strip out not allowed flags from ref_transaction_update
Thomas Gummerer
1
-0
/
+2
2017-09-07
refs: release strbuf on error return in write_pseudoref()
Rene Scharfe
1
-1
/
+1
2017-08-26
Merge branch 'mh/ref-lock-entry'
Junio C Hamano
1
-3
/
+21
2017-08-24
refs.c: reindent get_submodule_ref_store()
Nguyễn Thái Ngọc Duy
1
-7
/
+5
2017-08-24
refs.c: remove fallback-to-main-store code get_submodule_ref_store()
Nguyễn Thái Ngọc Duy
1
-8
/
+3
2017-08-24
refs: remove dead for_each_*_submodule()
Nguyễn Thái Ngọc Duy
1
-33
/
+0
2017-08-24
refs.c: move for_each_remote_ref_submodule() to submodule.c
Nguyễn Thái Ngọc Duy
1
-6
/
+0
2017-08-24
revision.c: use refs_for_each*() instead of for_each_*_submodule()
Nguyễn Thái Ngọc Duy
1
-5
/
+4
2017-08-24
refs: add refs_head_ref()
Nguyễn Thái Ngọc Duy
1
-10
/
+13
2017-08-24
refs: move submodule slash stripping code to get_submodule_ref_store
Nguyễn Thái Ngọc Duy
1
-16
/
+17
2017-08-24
refs.c: refactor get_submodule_ref_store(), share common free block
Nguyễn Thái Ngọc Duy
1
-11
/
+6
2017-08-24
refs.c: use is_dir_sep() in resolve_gitlink_ref()
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2017-08-23
Merge branch 'cc/ref-is-hidden-microcleanup' into maint
Junio C Hamano
1
-5
/
+4
2017-08-23
refs: retry acquiring reference locks for 100ms
Michael Haggerty
1
-3
/
+21
2017-08-22
Merge branch 'mh/packed-ref-store'
Junio C Hamano
1
-0
/
+18
2017-08-11
Merge branch 'cc/ref-is-hidden-microcleanup'
Junio C Hamano
1
-5
/
+4
2017-08-11
Merge branch 'bc/object-id'
Junio C Hamano
1
-1
/
+1
2017-07-24
refs: use skip_prefix() in ref_is_hidden()
Christian Couder
1
-5
/
+4
2017-07-17
sha1_name: convert GET_SHA1* flags to GET_OID*
brian m. carlson
1
-1
/
+1
2017-07-13
Merge branch 'sb/hashmap-customize-comparison'
Junio C Hamano
1
-2
/
+3
2017-07-10
Merge branch 'ab/wildmatch'
Junio C Hamano
1
-1
/
+1
2017-06-30
hashmap.h: compare function has access to a data field
Stefan Beller
1
-2
/
+3
2017-06-26
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
1
-0
/
+12
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-23
wildmatch: remove unused wildopts parameter
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2017-06-23
packed-backend: new module for handling packed references
Michael Haggerty
1
-0
/
+18
[prev]
[next]