index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
convert "oidcmp() != 0" to "!oideq()"
Jeff King
2018-08-29
1
-4
/
+4
*
Merge branch 'jt/refspec-dwim-precedence-fix'
Junio C Hamano
2018-08-17
1
-5
/
+13
|
\
|
*
remote: make refspec follow the same disambiguation rule as local refs
Junio C Hamano
2018-08-02
1
-5
/
+13
*
|
Merge branch 'nd/i18n'
Junio C Hamano
2018-08-16
1
-20
/
+20
|
\
\
|
*
|
refs.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-20
/
+20
|
*
|
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-6
/
+6
*
|
|
Merge branch 'sb/object-store-lookup'
Junio C Hamano
2018-08-03
1
-1
/
+1
|
\
\
\
|
*
|
|
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
1
-1
/
+1
|
*
|
|
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
1
-0
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'bp/log-ref-write-fd-with-strbuf'
Junio C Hamano
2018-07-24
1
-8
/
+4
|
\
\
\
\
|
*
|
|
|
convert log_ref_write_fd() to use strbuf
Ben Peart
2018-07-10
1
-8
/
+4
|
|
/
/
/
*
|
|
|
Merge branch 'sb/object-store-grafts'
Junio C Hamano
2018-07-18
1
-0
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
1
-0
/
+1
*
|
|
Merge branch 'jk/snprintf-truncation'
Junio C Hamano
2018-05-30
1
-2
/
+2
|
\
\
\
|
*
|
|
shorten_unambiguous_ref: use xsnprintf
Jeff King
2018-05-21
1
-2
/
+2
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'ma/create-pseudoref-with-null-old-oid'
Junio C Hamano
2018-05-30
1
-5
/
+17
|
\
\
\
|
*
|
|
refs: handle zero oid for pseudorefs
Martin Ågren
2018-05-13
1
-3
/
+13
|
*
|
|
refs.c: refer to "object ID", not "sha1", in error messages
Martin Ågren
2018-05-13
1
-2
/
+4
*
|
|
|
Merge branch 'js/use-bug-macro'
Junio C Hamano
2018-05-30
1
-17
/
+17
|
\
\
\
\
|
*
|
|
|
Replace all die("BUG: ...") calls by BUG() ones
Johannes Schindelin
2018-05-06
1
-17
/
+17
*
|
|
|
|
Merge branch 'ma/lockfile-cleanup'
Junio C Hamano
2018-05-30
1
-7
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
refs.c: do not die if locking fails in `delete_pseudoref()`
Martin Ågren
2018-05-10
1
-4
/
+7
|
*
|
|
|
|
refs.c: do not die if locking fails in `write_pseudoref()`
Martin Ågren
2018-05-10
1
-3
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'js/rebase-recreate-merge'
Junio C Hamano
2018-05-23
1
-1
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
sequencer: make refs generated by the `label` command worktree-local
Johannes Schindelin
2018-04-26
1
-1
/
+2
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'sb/oid-object-info'
Junio C Hamano
2018-05-23
1
-1
/
+1
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
cache.h: add repository argument to oid_object_info
Stefan Beller
2018-04-26
1
-1
/
+1
*
|
|
|
|
Merge branch 'sb/object-store-replace'
Junio C Hamano
2018-05-23
1
-0
/
+3
|
\
\
\
\
\
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
*
|
|
|
get_main_ref_store: BUG() when outside a repository
Jeff King
2018-05-21
1
-0
/
+3
|
|
/
/
/
*
|
|
|
Merge branch 'sb/object-store-replace'
Junio C Hamano
2018-05-08
1
-41
/
+39
|
\
|
|
|
|
*
|
|
refs: allow for_each_replace_ref to handle arbitrary repositories
Stefan Beller
2018-04-12
1
-2
/
+2
|
*
|
|
refs: store the main ref store inside the repository struct
Stefan Beller
2018-04-12
1
-8
/
+5
|
*
|
|
refs: add repository argument to for_each_replace_ref
Stefan Beller
2018-04-12
1
-1
/
+1
|
*
|
|
refs: add repository argument to get_main_ref_store
Stefan Beller
2018-04-12
1
-33
/
+34
|
|
/
/
*
|
|
Merge branch 'bw/protocol-v2'
Junio C Hamano
2018-05-08
1
-0
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ls-remote: pass ref prefixes when requesting a remote's refs
Brandon Williams
2018-03-15
1
-0
/
+14
|
|
/
*
/
sha1_file: convert sha1_object_info* to object_id
brian m. carlson
2018-03-14
1
-1
/
+1
|
/
*
log: add option to choose which refs to decorate
Rafael Ascensão
2017-11-22
1
-0
/
+65
*
refs: update some more docs to use "oid" rather than "sha1"
Michael Haggerty
2017-11-06
1
-1
/
+1
*
ref_transaction_add_update(): remove a check
Michael Haggerty
2017-11-06
1
-3
/
+0
*
ref_transaction_update(): die on disallowed flags
Michael Haggerty
2017-11-06
1
-1
/
+2
*
refs: convert read_raw_ref backends to struct object_id
brian m. carlson
2017-10-16
1
-4
/
+4
*
refs: convert peel_object to struct object_id
brian m. carlson
2017-10-16
1
-5
/
+5
*
refs: convert resolve_ref_unsafe to struct object_id
brian m. carlson
2017-10-16
1
-15
/
+14
*
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
2017-10-16
1
-3
/
+3
*
refs: convert reflog_expire parameter to struct object_id
brian m. carlson
2017-10-16
1
-4
/
+4
*
refs: convert read_ref_at to struct object_id
brian m. carlson
2017-10-16
1
-17
/
+17
*
refs: convert peel_ref to struct object_id
brian m. carlson
2017-10-16
1
-5
/
+5
*
refs: convert dwim_log to struct object_id
brian m. carlson
2017-10-16
1
-4
/
+4
*
refs: convert dwim_ref and expand_ref to struct object_id
brian m. carlson
2017-10-16
1
-7
/
+8
[next]