index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sha1_file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
packfile: add repository argument to find_pack_entry
Stefan Beller
2018-03-26
1
-3
/
+3
*
packfile: add repository argument to reprepare_packed_git
Stefan Beller
2018-03-26
1
-1
/
+1
*
sha1_file: allow sha1_loose_object_info to handle arbitrary repositories
Jonathan Nieder
2018-03-26
1
-6
/
+5
*
sha1_file: allow map_sha1_file to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-2
/
+3
*
sha1_file: allow map_sha1_file_1 to handle arbitrary repositories
Jonathan Nieder
2018-03-26
1
-5
/
+3
*
sha1_file: allow open_sha1_file to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-6
/
+5
*
sha1_file: allow stat_sha1_file to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-6
/
+5
*
sha1_file: allow sha1_file_name to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-2
/
+2
*
sha1_file: add repository argument to sha1_loose_object_info
Stefan Beller
2018-03-26
1
-4
/
+5
*
sha1_file: add repository argument to map_sha1_file
Stefan Beller
2018-03-26
1
-2
/
+2
*
sha1_file: add repository argument to map_sha1_file_1
Stefan Beller
2018-03-26
1
-5
/
+6
*
sha1_file: add repository argument to open_sha1_file
Stefan Beller
2018-03-26
1
-2
/
+4
*
sha1_file: add repository argument to stat_sha1_file
Stefan Beller
2018-03-26
1
-4
/
+5
*
sha1_file: add repository argument to sha1_file_name
Stefan Beller
2018-03-26
1
-5
/
+5
*
sha1_file: allow prepare_alt_odb to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-8
/
+5
*
sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
Stefan Beller
2018-03-26
1
-20
/
+16
*
sha1_file: add repository argument to prepare_alt_odb
Stefan Beller
2018-03-26
1
-6
/
+6
*
sha1_file: add repository argument to link_alt_odb_entries
Stefan Beller
2018-03-26
1
-6
/
+13
*
sha1_file: add repository argument to read_info_alternates
Stefan Beller
2018-03-26
1
-4
/
+7
*
sha1_file: add repository argument to link_alt_odb_entry
Stefan Beller
2018-03-26
1
-3
/
+5
*
sha1_file: add raw_object_store argument to alt_odb_usable
Stefan Beller
2018-03-26
1
-3
/
+5
*
object-store: move alt_odb_list and alt_odb_tail to object store
Stefan Beller
2018-03-23
1
-13
/
+12
*
repository: introduce raw object store field
Stefan Beller
2018-03-23
1
-1
/
+3
*
sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
Nguyễn Thái Ngọc Duy
2018-03-05
1
-5
/
+1
*
Merge branch 'cc/sha1-file-name'
Junio C Hamano
2018-02-13
1
-14
/
+26
|
\
|
*
sha1_file: improve sha1_file_name() perfs
Christian Couder
2018-01-19
1
-2
/
+2
|
*
sha1_file: remove static strbuf from sha1_file_name()
Christian Couder
2018-01-17
1
-13
/
+25
|
*
Merge branch 'jk/info-alternates-fix' into maint
Junio C Hamano
2017-11-21
1
-1
/
+3
|
|
\
*
|
\
Merge branch 'tb/crlf-conv-flags'
Junio C Hamano
2018-02-13
1
-6
/
+6
|
\
\
\
|
*
|
|
convert_to_git(): safe_crlf/checksafe becomes int conv_flags
Torsten Bögershausen
2018-01-16
1
-6
/
+6
*
|
|
|
Merge branch 'gs/retire-mru'
Junio C Hamano
2018-02-13
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
mru: Replace mru.[ch] with list.h implementation
Gargi Sharma
2018-01-24
1
-1
/
+0
*
|
|
|
|
Merge branch 'jh/fsck-promisors'
Junio C Hamano
2018-02-13
1
-8
/
+24
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
sha1_file: support lazily fetching missing objects
Jonathan Tan
2017-12-08
1
-8
/
+24
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'ds/for-each-file-in-obj-micro-optim'
Junio C Hamano
2017-12-13
1
-5
/
+7
|
\
\
\
\
|
*
|
|
|
sha1_file: use strbuf_add() instead of strbuf_addf()
Derrick Stolee
2017-12-04
1
-5
/
+7
*
|
|
|
|
Merge branch 'bc/hash-algo'
Junio C Hamano
2017-12-13
1
-0
/
+58
|
\
\
\
\
\
|
*
|
|
|
|
Add structure representing hash algorithm
brian m. carlson
2017-11-13
1
-0
/
+58
*
|
|
|
|
|
Merge branch 'jk/fewer-pack-rescan'
Junio C Hamano
2017-12-06
1
-0
/
+3
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
sha1_file: fast-path null sha1 as a missing object
Jeff King
2017-11-22
1
-0
/
+3
|
*
|
|
|
|
Merge branch 'jk/info-alternates-fix' into maint
Junio C Hamano
2017-10-23
1
-20
/
+11
|
|
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'jk/write-in-full-fix' into maint
Junio C Hamano
2017-10-23
1
-1
/
+1
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'jk/sha1-loose-object-info-fix' into maint
Junio C Hamano
2017-10-18
1
-2
/
+6
|
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
Merge branch 'jk/drop-sha1-entry-pos' into maint
Junio C Hamano
2017-10-18
1
-11
/
+0
|
|
\
\
\
\
\
\
\
\
*
|
\
\
\
\
\
\
\
\
Merge branch 'tb/add-renormalize'
Junio C Hamano
2017-11-27
1
-2
/
+14
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
add: introduce "--renormalize"
Torsten Bögershausen
2017-11-17
1
-2
/
+14
|
|
|
_
|
_
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'jk/info-alternates-fix'
Junio C Hamano
2017-11-15
1
-1
/
+3
|
\
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
|
/
|
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
link_alt_odb_entries: make empty input a noop
Jeff King
2017-11-13
1
-1
/
+3
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'rs/hex-to-bytes-cleanup'
Junio C Hamano
2017-11-09
1
-13
/
+11
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
sha1_file: use hex_to_bytes()
René Scharfe
2017-11-01
1
-13
/
+11
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
[next]