Permalink
14 comments
on commit
sign in to comment.
Browse files
Merge branch 'bc/object-id'
"uchar [40]" to "struct object_id" conversion continues. * bc/object-id: wt-status: convert to struct object_id builtin/merge-base: convert to struct object_id Convert object iteration callbacks to struct object_id sha1_file: introduce an nth_packed_object_oid function refs: simplify parsing of reflog entries refs: convert each_reflog_ent_fn to struct object_id reflog-walk: convert struct reflog_info to struct object_id builtin/replace: convert to struct object_id Convert remaining callers of resolve_refdup to object_id builtin/merge: convert to struct object_id builtin/clone: convert to struct object_id builtin/branch: convert to struct object_id builtin/grep: convert to struct object_id builtin/fmt-merge-message: convert to struct object_id builtin/fast-export: convert to struct object_id builtin/describe: convert to struct object_id builtin/diff-tree: convert to struct object_id builtin/commit: convert to struct object_id hex: introduce parse_oid_hex
- Loading branch information...
Showing
with
494 additions
and 462 deletions.
- +13 −13 builtin/branch.c
- +4 −4 builtin/cat-file.c
- +5 −5 builtin/clone.c
- +23 −23 builtin/commit.c
- +2 −2 builtin/count-objects.c
- +25 −25 builtin/describe.c
- +31 −32 builtin/diff-tree.c
- +29 −29 builtin/fast-export.c
- +35 −35 builtin/fmt-merge-msg.c
- +20 −20 builtin/fsck.c
- +12 −12 builtin/grep.c
- +15 −15 builtin/merge-base.c
- +66 −68 builtin/merge.c
- +9 −9 builtin/notes.c
- +3 −3 builtin/pack-objects.c
- +2 −2 builtin/prune-packed.c
- +4 −4 builtin/prune.c
- +2 −2 builtin/receive-pack.c
- +1 −1 builtin/reflog.c
- +56 −56 builtin/replace.c
- +17 −2 cache.h
- +8 −0 hex.c
- +15 −15 reachable.c
- +2 −2 ref-filter.c
- +13 −13 reflog-walk.c
- +12 −12 refs.c
- +1 −1 refs.h
- +15 −14 refs/files-backend.c
- +6 −6 revision.c
- +19 −8 sha1_file.c
- +1 −1 sha1_name.c
- +2 −2 transport.c
- +26 −26 wt-status.c
Oops, something went wrong.
This comment has been minimized.
madnightMar 19, 2017
madnight repliedMar 19, 2017
This comment has been minimized.
DecagonMar 19, 2017
Awesome
Decagon repliedMar 19, 2017
Awesome
This comment has been minimized.
kris-novaMar 19, 2017
I love this so hard. Nice work!
kris-nova repliedMar 19, 2017
I love this so hard. Nice work!
This comment has been minimized.
antoligyMar 19, 2017
Hype!
antoligy repliedMar 19, 2017
Hype!
This comment has been minimized.
dayaa606Mar 19, 2017
dayaa606 repliedMar 19, 2017
This comment has been minimized.
eenchevMar 19, 2017
Awesome news :)
eenchev repliedMar 19, 2017
Awesome news :)
This comment has been minimized.
dayaa606Mar 19, 2017
dayaa606 repliedMar 19, 2017
This comment has been minimized.
citrusuiMar 19, 2017
citrusui repliedMar 19, 2017
This comment has been minimized.
module17Mar 20, 2017
Great work!
module17 repliedMar 20, 2017
•
edited
Edited 1 time
-
module17
edited Mar 20, 2017 (most recent)
Great work!
This comment has been minimized.
jfaquinojrMar 20, 2017
awesome!
jfaquinojr repliedMar 20, 2017
awesome!
This comment has been minimized.
metasmileMar 20, 2017
metasmile repliedMar 20, 2017
This comment has been minimized.
tienchienMar 20, 2017
tienchien repliedMar 20, 2017
This comment has been minimized.
munirehmadMar 20, 2017
FORWARD!!!
munirehmad repliedMar 20, 2017
FORWARD!!!
This comment has been minimized.
nagendraksrivastavaMar 20, 2017
wow , I love this piece of work, kudos
nagendraksrivastava repliedMar 20, 2017
wow , I love this piece of work, kudos