index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
refs.c
Commit message (
Expand
)
Author
Age
...
|
*
|
|
is_refname_available(): revamp the comments
Michael Haggerty
2015-05-11
*
|
|
|
Merge branch 'mh/write-refs-sooner-2.4'
Junio C Hamano
2015-05-22
|
\
\
\
\
|
*
|
|
|
ref_transaction_commit(): fix atomicity and avoid fd exhaustion
Michael Haggerty
2015-05-12
|
*
|
|
|
ref_transaction_commit(): remove the local flags variable
Michael Haggerty
2015-05-12
|
*
|
|
|
ref_transaction_commit(): inline call to write_ref_sha1()
Michael Haggerty
2015-05-12
|
*
|
|
|
rename_ref(): inline calls to write_ref_sha1() from this function
Michael Haggerty
2015-05-12
|
*
|
|
|
commit_ref_update(): new function, extracted from write_ref_sha1()
Michael Haggerty
2015-05-12
|
*
|
|
|
write_ref_to_lockfile(): new function, extracted from write_ref_sha1()
Michael Haggerty
2015-05-12
|
|
/
/
/
*
|
|
|
Merge branch 'sb/ref-lock-lose-lock-fd'
Junio C Hamano
2015-05-19
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
refs.c: remove lock_fd from struct ref_lock
Stefan Beller
2015-05-10
|
|
/
/
*
|
|
Merge branch 'jk/reading-packed-refs'
Junio C Hamano
2015-05-11
|
\
\
\
|
*
|
|
read_packed_refs: avoid double-checking sane refs
Jeff King
2015-04-16
|
|
/
/
*
|
|
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
git_snpath(): retire and replace with strbuf_git_path()
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
|
Merge branch 'jk/prune-with-corrupt-refs'
Junio C Hamano
2015-03-25
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
refs.c: drop curate_packed_refs
Jeff King
2015-03-20
|
*
|
refs: introduce a "ref paranoia" flag
Jeff King
2015-03-20
|
*
|
Merge branch 'jk/blame-commit-label' into maint
Junio C Hamano
2015-02-24
|
|
\
\
*
|
\
\
Merge branch 'mh/expire-updateref-fixes'
Junio C Hamano
2015-03-10
|
\
\
\
\
|
*
|
|
|
reflog_expire(): never update a reference to null_sha1
Michael Haggerty
2015-03-05
|
*
|
|
|
reflog_expire(): ignore --updateref for symbolic references
Michael Haggerty
2015-03-05
|
*
|
|
|
struct ref_lock: delete the force_write member
Stefan Beller
2015-03-05
|
*
|
|
|
lock_ref_sha1_basic(): do not set force_write for missing references
Michael Haggerty
2015-03-05
|
*
|
|
|
write_ref_sha1(): move write elision test to callers
Michael Haggerty
2015-03-05
|
*
|
|
|
write_ref_sha1(): remove check for lock == NULL
Michael Haggerty
2015-03-05
|
*
|
|
|
Merge branch 'mh/reflog-expire' into mh/ref-trans-value-check
Junio C Hamano
2015-02-09
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
update_ref(): improve documentation
Michael Haggerty
2015-02-17
*
|
|
|
|
ref_transaction_verify(): new function to check a reference's value
Michael Haggerty
2015-02-17
*
|
|
|
|
ref_transaction_delete(): check that old_sha1 is not null_sha1
Michael Haggerty
2015-02-17
*
|
|
|
|
ref_transaction_create(): check that new_sha1 is valid
Michael Haggerty
2015-02-17
*
|
|
|
|
ref_transaction_delete(): remove "have_old" parameter
Michael Haggerty
2015-02-17
*
|
|
|
|
ref_transaction_update(): remove "have_old" parameter
Michael Haggerty
2015-02-17
*
|
|
|
|
struct ref_update: move "have_old" into "flags"
Michael Haggerty
2015-02-17
*
|
|
|
|
refs.c: change some "flags" to "unsigned int"
Michael Haggerty
2015-02-17
*
|
|
|
|
refs: remove the gap in the REF_* constant values
Michael Haggerty
2015-02-12
*
|
|
|
|
refs: move REF_DELETING to refs.c
Michael Haggerty
2015-02-12
*
|
|
|
|
Merge branch 'mh/reflog-expire'
Junio C Hamano
2015-02-11
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
refs.c: let fprintf handle the formatting
Stefan Beller
2014-12-22
|
*
|
|
|
refs.c: don't expose the internal struct ref_lock in the header file
Stefan Beller
2014-12-22
|
*
|
|
|
lock_any_ref_for_update(): inline function
Michael Haggerty
2014-12-22
|
*
|
|
|
refs.c: remove unlock_ref/close_ref/commit_ref from the refs api
Ronnie Sahlberg
2014-12-22
|
*
|
|
|
reflog_expire(): new function in the reference API
Michael Haggerty
2014-12-22
|
*
|
|
|
refs.c: add a function to append a reflog entry to a fd
Ronnie Sahlberg
2014-12-12
|
*
|
|
|
refs.c: make ref_transaction_delete a wrapper for ref_transaction_update
Ronnie Sahlberg
2014-12-04
|
*
|
|
|
refs.c: make ref_transaction_create a wrapper for ref_transaction_update
Ronnie Sahlberg
2014-12-04
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'jk/blame-commit-label'
Junio C Hamano
2015-02-11
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
use xstrdup_or_null to replace ternary conditionals
Jeff King
2015-01-13
*
|
|
refs: plug strbuf leak in lock_ref_sha1_basic()
René Scharfe
2014-12-29
*
|
|
Merge branch 'jk/read-packed-refs-without-path-max'
Junio C Hamano
2014-12-22
|
\
\
\
[prev]
[next]