index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refs
/
files-backend.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'km/delete-ref-reflog-message'
Junio C Hamano
2017-02-27
1
-5
/
+5
|
\
|
*
branch: record creation of renamed branch in HEAD's log
Kyle Meyer
2017-02-21
1
-2
/
+2
|
*
rename_ref: replace empty message in HEAD's log
Kyle Meyer
2017-02-21
1
-1
/
+1
|
*
delete_ref: accept a reflog message argument
Kyle Meyer
2017-02-21
1
-3
/
+3
*
|
Merge branch 'mh/submodule-hash'
Junio C Hamano
2017-02-27
1
-31
/
+46
|
\
\
|
*
|
read_loose_refs(): read refs using resolve_ref_recursively()
Michael Haggerty
2017-02-14
1
-14
/
+4
|
*
|
files_ref_store::submodule: use NULL for the main repository
Michael Haggerty
2017-02-10
1
-8
/
+8
|
*
|
base_ref_store_init(): remove submodule argument
Michael Haggerty
2017-02-10
1
-1
/
+1
|
*
|
refs: push the submodule attribute down
Michael Haggerty
2017-02-10
1
-18
/
+43
*
|
|
Merge branch 'mh/ref-remove-empty-directory'
Junio C Hamano
2017-02-27
1
-184
/
+187
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
files_transaction_commit(): clean up empty directories
Michael Haggerty
2017-01-08
1
-6
/
+28
|
*
|
try_remove_empty_parents(): teach to remove parents of reflogs, too
Michael Haggerty
2017-01-08
1
-6
/
+18
|
*
|
try_remove_empty_parents(): don't trash argument contents
Michael Haggerty
2017-01-08
1
-7
/
+9
|
*
|
try_remove_empty_parents(): rename parameter "name" -> "refname"
Michael Haggerty
2017-01-08
1
-4
/
+4
|
*
|
delete_ref_loose(): inline function
Michael Haggerty
2017-01-08
1
-18
/
+7
|
*
|
delete_ref_loose(): derive loose reference path from lock
Michael Haggerty
2017-01-08
1
-4
/
+1
|
*
|
log_ref_write_1(): inline function
Michael Haggerty
2017-01-08
1
-10
/
+3
|
*
|
log_ref_setup(): manage the name of the reflog file internally
Michael Haggerty
2017-01-08
1
-35
/
+34
|
*
|
log_ref_write_1(): don't depend on logfile argument
Michael Haggerty
2017-01-08
1
-4
/
+8
|
*
|
log_ref_setup(): pass the open file descriptor back to the caller
Michael Haggerty
2017-01-08
1
-17
/
+22
|
*
|
log_ref_setup(): improve robustness against races
Michael Haggerty
2017-01-08
1
-23
/
+18
|
*
|
log_ref_setup(): separate code for create vs non-create
Michael Haggerty
2017-01-08
1
-20
/
+39
|
*
|
log_ref_write(): inline function
Michael Haggerty
2017-01-08
1
-14
/
+10
|
*
|
rename_tmp_log(): improve error reporting
Michael Haggerty
2017-01-08
1
-3
/
+4
|
*
|
rename_tmp_log(): use raceproof_create_file()
Michael Haggerty
2017-01-08
1
-43
/
+30
|
*
|
lock_ref_sha1_basic(): use raceproof_create_file()
Michael Haggerty
2017-01-08
1
-26
/
+9
|
*
|
lock_ref_sha1_basic(): inline constant
Michael Haggerty
2017-01-08
1
-2
/
+1
|
*
|
files_rename_ref(): tidy up whitespace
Michael Haggerty
2017-01-08
1
-1
/
+1
|
|
/
*
|
Merge branch 'cw/log-updates-for-all-refs-really'
Junio C Hamano
2017-02-03
1
-3
/
+3
|
\
\
|
*
|
refs: add option core.logAllRefUpdates = always
Cornelius Weig
2017-01-31
1
-3
/
+3
|
|
/
*
/
use oidcpy() for copying hashes between instances of struct object_id
René Scharfe
2017-01-30
1
-1
/
+1
|
/
*
Merge branch 'jk/ref-symlink-loop'
Junio C Hamano
2016-10-17
1
-1
/
+13
|
\
|
*
files_read_raw_ref: prevent infinite retry loops in general
Jeff King
2016-10-10
1
-0
/
+7
|
*
files_read_raw_ref: avoid infinite loop on broken symlinks
Jeff King
2016-10-10
1
-1
/
+6
*
|
use QSORT
René Scharfe
2016-09-30
1
-1
/
+1
*
|
Merge branch 'mh/ref-store'
Junio C Hamano
2016-09-19
1
-270
/
+296
|
\
\
|
*
|
refs: implement iteration over only per-worktree refs
David Turner
2016-09-10
1
-0
/
+4
|
*
|
refs: make lock generic
David Turner
2016-09-10
1
-12
/
+13
|
*
|
refs: add method to rename refs
David Turner
2016-09-10
1
-18
/
+6
|
*
|
refs: add methods to init refs db
David Turner
2016-09-10
1
-0
/
+18
|
*
|
refs: make delete_refs() virtual
David Turner
2016-09-10
1
-2
/
+4
|
*
|
refs: add method for initial ref transaction commit
David Turner
2016-09-10
1
-3
/
+5
|
*
|
refs: add methods for reflog
David Turner
2016-09-10
1
-20
/
+50
|
*
|
refs: add method iterator_begin
Michael Haggerty
2016-09-10
1
-1
/
+2
|
*
|
files_ref_iterator_begin(): take a ref_store argument
Michael Haggerty
2016-09-10
1
-2
/
+2
|
*
|
split_symref_update(): add a files_ref_store argument
Michael Haggerty
2016-09-10
1
-2
/
+4
|
*
|
lock_ref_sha1_basic(): add a files_ref_store argument
Michael Haggerty
2016-09-10
1
-11
/
+15
|
*
|
lock_ref_for_update(): add a files_ref_store argument
Michael Haggerty
2016-09-10
1
-5
/
+6
|
*
|
commit_ref_update(): add a files_ref_store argument
Michael Haggerty
2016-09-10
1
-6
/
+8
|
*
|
lock_raw_ref(): add a files_ref_store argument
Michael Haggerty
2016-09-10
1
-6
/
+8
[next]