index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
read-cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'nd/shared-index-fix'
Junio C Hamano
2018-02-13
1
-18
/
+22
|
\
|
*
read-cache: don't write index twice if we can't write shared index
Nguyễn Thái Ngọc Duy
2018-01-24
1
-2
/
+3
|
*
read-cache.c: move tempfile creation/cleanup out of write_shared_index
Nguyễn Thái Ngọc Duy
2018-01-16
1
-16
/
+17
|
*
read-cache.c: change type of "temp" in write_shared_index()
Nguyễn Thái Ngọc Duy
2018-01-16
1
-9
/
+11
*
|
Merge branch 'sg/cocci-move-array'
Junio C Hamano
2018-02-13
1
-3
/
+2
|
\
\
|
*
|
Use MOVE_ARRAY
SZEDER Gábor
2018-01-22
1
-3
/
+2
|
|
/
*
|
Merge branch 'tg/split-index-fixes'
Junio C Hamano
2018-02-13
1
-11
/
+14
|
\
\
|
|
/
|
/
|
|
*
split-index: don't write cache tree with null oid entries
Thomas Gummerer
2018-01-19
1
-1
/
+1
|
*
read-cache: fix reading the shared index for other repos
Thomas Gummerer
2018-01-19
1
-10
/
+13
*
|
Merge branch 'tb/add-renormalize'
Junio C Hamano
2017-11-27
1
-11
/
+19
|
\
\
|
*
|
add: introduce "--renormalize"
Torsten Bögershausen
2017-11-17
1
-11
/
+19
|
|
/
*
|
Merge branch 'av/fsmonitor'
Junio C Hamano
2017-11-21
1
-0
/
+3
|
\
\
|
*
|
fsmonitor: store fsmonitor bitmap before splitting index
Alex Vandiver
2017-11-10
1
-0
/
+3
*
|
|
Merge branch 'bp/fsmonitor'
Junio C Hamano
2017-11-21
1
-5
/
+40
|
\
|
|
|
*
|
fsmonitor: teach git to optionally utilize a file system monitor to speed up ...
Ben Peart
2017-10-01
1
-5
/
+40
*
|
|
Merge branch 'bp/read-index-from-skip-verification'
Junio C Hamano
2017-11-15
1
-0
/
+6
|
\
\
\
|
*
|
|
read_index_from(): speed index loading by skipping verification of the entry ...
Ben Peart
2017-11-08
1
-0
/
+6
*
|
|
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-11-06
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
refs: convert resolve_gitlink_ref to struct object_id
brian m. carlson
2017-10-16
1
-1
/
+1
|
*
|
|
|
Convert remaining callers of resolve_gitlink_ref to object_id
brian m. carlson
2017-10-16
1
-3
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
read_cache: roll back lock in `update_index_if_able()`
Martin Ågren
2017-10-07
1
-3
/
+2
*
|
|
|
read-cache: leave lock in right state in `write_locked_index()`
Martin Ågren
2017-10-07
1
-6
/
+8
*
|
|
|
read-cache: drop explicit `CLOSE_LOCK`-flag
Martin Ågren
2017-10-07
1
-6
/
+8
|
/
/
/
*
|
|
Merge branch 'jk/fallthrough'
Junio C Hamano
2017-09-28
1
-0
/
+1
|
\
\
\
|
*
|
|
consistently use "fallthrough" comments in switches
Jeff King
2017-09-22
1
-0
/
+1
*
|
|
|
Merge branch 'jk/write-in-full-fix'
Junio C Hamano
2017-09-25
1
-3
/
+3
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
avoid "write_in_full(fd, buf, len) != len" pattern
Jeff King
2017-09-14
1
-3
/
+3
*
|
|
|
Merge branch 'kw/write-index-reduce-alloc'
Junio C Hamano
2017-09-25
1
-1
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
read-cache: fix index corruption with index v4
Thomas Gummerer
2017-09-08
1
-1
/
+3
*
|
|
|
tempfile: auto-allocate tempfiles on heap
Jeff King
2017-09-06
1
-13
/
+12
*
|
|
|
lockfile: do not rollback lock on failed close
Jeff King
2017-09-06
1
-1
/
+1
*
|
|
|
tempfile: do not delete tempfile on failed close
Jeff King
2017-09-06
1
-2
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'kw/write-index-reduce-alloc'
Junio C Hamano
2017-08-27
1
-28
/
+34
|
\
|
|
|
*
|
read-cache: avoid allocating every ondisk entry when writing
Kevin Willford
2017-08-22
1
-25
/
+25
|
*
|
read-cache: fix memory leak in do_write_index
Kevin Willford
2017-08-22
1
-3
/
+9
|
|
/
*
|
sha1_file: convert index_fd to struct object_id
Patryk Obara
2017-08-21
1
-1
/
+1
*
|
sha1_file: convert index_path to struct object_id
Patryk Obara
2017-08-21
1
-1
/
+1
*
|
read-cache: convert to struct object_id
Patryk Obara
2017-08-21
1
-3
/
+3
|
/
*
use MOVE_ARRAY
René Scharfe
2017-07-17
1
-3
/
+2
*
Merge branch 'cc/shared-index-permfix'
Junio C Hamano
2017-07-05
1
-0
/
+8
|
\
|
*
read-cache: use shared perms when writing shared index
Christian Couder
2017-06-25
1
-0
/
+8
|
*
Merge branch 'jh/close-index-before-stat' into maint
Junio C Hamano
2017-06-13
1
-4
/
+9
|
|
\
*
|
\
Merge branch 'ab/free-and-null'
Junio C Hamano
2017-06-24
1
-4
/
+2
|
\
\
\
|
*
|
|
coccinelle: make use of the "type" FREE_AND_NULL() rule
Ævar Arnfjörð Bjarmason
2017-06-16
1
-4
/
+2
*
|
|
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'nd/split-index-unshare'
Junio C Hamano
2017-06-24
1
-2
/
+8
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Revert "split-index: add and use unshare_split_index()"
Junio C Hamano
2017-06-24
1
-2
/
+8
*
|
|
|
Merge branch 'jh/close-index-before-stat'
Junio C Hamano
2017-06-05
1
-4
/
+9
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
read-cache: close index.lock in do_write_index
Jeff Hostetler
2017-04-28
1
-4
/
+9
[next]