index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
protocol.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-03-26
packfile: allow find_pack_entry to handle arbitrary repositories
Stefan Beller
2
-8
/
+6
2018-03-26
packfile: add repository argument to find_pack_entry
Stefan Beller
3
-10
/
+11
2018-03-26
packfile: allow reprepare_packed_git to handle arbitrary repositories
Stefan Beller
2
-6
/
+5
2018-03-26
packfile: allow prepare_packed_git to handle arbitrary repositories
Stefan Beller
2
-11
/
+10
2018-03-26
packfile: allow prepare_packed_git_one to handle arbitrary repositories
Stefan Beller
1
-4
/
+3
2018-03-26
packfile: add repository argument to reprepare_packed_git
Stefan Beller
7
-7
/
+11
2018-03-26
packfile: add repository argument to prepare_packed_git
Stefan Beller
12
-17
/
+18
2018-03-26
packfile: add repository argument to prepare_packed_git_one
Stefan Beller
1
-3
/
+4
2018-03-26
packfile: allow install_packed_git to handle arbitrary repositories
Stefan Beller
4
-7
/
+7
2018-03-26
packfile: allow rearrange_packed_git to handle arbitrary repositories
Stefan Beller
1
-4
/
+4
2018-03-26
packfile: allow prepare_packed_git_mru to handle arbitrary repositories
Stefan Beller
1
-5
/
+5
2018-03-26
sha1_file: allow sha1_loose_object_info to handle arbitrary repositories
Jonathan Nieder
1
-6
/
+5
2018-03-26
sha1_file: allow map_sha1_file to handle arbitrary repositories
Stefan Beller
2
-4
/
+4
2018-03-26
sha1_file: allow map_sha1_file_1 to handle arbitrary repositories
Jonathan Nieder
1
-5
/
+3
2018-03-26
sha1_file: allow open_sha1_file to handle arbitrary repositories
Stefan Beller
1
-6
/
+5
2018-03-26
sha1_file: allow stat_sha1_file to handle arbitrary repositories
Stefan Beller
1
-6
/
+5
2018-03-26
sha1_file: allow sha1_file_name to handle arbitrary repositories
Stefan Beller
2
-4
/
+3
2018-03-26
sha1_file: add repository argument to sha1_loose_object_info
Stefan Beller
1
-4
/
+5
2018-03-26
sha1_file: add repository argument to map_sha1_file
Stefan Beller
4
-4
/
+9
2018-03-26
sha1_file: add repository argument to map_sha1_file_1
Stefan Beller
1
-5
/
+6
2018-03-26
sha1_file: add repository argument to open_sha1_file
Stefan Beller
1
-2
/
+4
2018-03-26
sha1_file: add repository argument to stat_sha1_file
Stefan Beller
1
-4
/
+5
2018-03-26
sha1_file: add repository argument to sha1_file_name
Stefan Beller
5
-15
/
+16
2018-03-26
sha1_file: allow prepare_alt_odb to handle arbitrary repositories
Stefan Beller
2
-10
/
+6
2018-03-26
sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
Stefan Beller
2
-20
/
+20
2018-03-26
sha1_file: add repository argument to prepare_alt_odb
Stefan Beller
5
-10
/
+11
2018-03-26
sha1_file: add repository argument to link_alt_odb_entries
Stefan Beller
1
-6
/
+13
2018-03-26
sha1_file: add repository argument to read_info_alternates
Stefan Beller
1
-4
/
+7
2018-03-26
sha1_file: add repository argument to link_alt_odb_entry
Stefan Beller
1
-3
/
+5
2018-03-26
sha1_file: add raw_object_store argument to alt_odb_usable
Stefan Beller
1
-3
/
+5
2018-03-26
pack: move approximate object count to object store
Stefan Beller
2
-6
/
+13
2018-03-26
pack: move prepare_packed_git_run_once to object store
Stefan Beller
2
-4
/
+9
2018-03-26
object-store: close all packs upon clearing the object store
Stefan Beller
8
-12
/
+11
2018-03-26
object-store: move packed_git and packed_git_mru to object store
Stefan Beller
22
-74
/
+128
2018-03-23
object-store: free alt_odb_list
Stefan Beller
1
-0
/
+22
2018-03-23
object-store: move alt_odb_list and alt_odb_tail to object store
Stefan Beller
5
-17
/
+25
2018-03-23
object-store: migrate alternates struct and functions from cache.h
Stefan Beller
12
-51
/
+61
2018-03-23
repository: introduce raw object store field
Stefan Beller
8
-17
/
+56
2018-03-23
repository.h: add comment and clarify repo_set_gitdir
Nguyễn Thái Ngọc Duy
1
-1
/
+5
2018-03-05
repository: delete ignore_env member
Nguyễn Thái Ngọc Duy
2
-11
/
+0
2018-03-05
sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
Nguyễn Thái Ngọc Duy
4
-5
/
+9
2018-03-05
repository.c: delete dead functions
Nguyễn Thái Ngọc Duy
1
-25
/
+0
2018-03-05
repository.c: move env-related setup code back to environment.c
Nguyễn Thái Ngọc Duy
5
-25
/
+79
2018-03-05
repository: initialize the_repository in main()
Nguyễn Thái Ngọc Duy
3
-6
/
+16
2018-02-14
Second batch for 2.17
Junio C Hamano
1
-0
/
+77
2018-01-30
travis-ci: don't fail if user already exists on 32 bit Linux build job
SZEDER Gábor
1
-1
/
+7
2018-01-30
travis-ci: don't run the test suite as root in the 32 bit Linux build
SZEDER Gábor
2
-6
/
+26
2018-01-30
travis-ci: don't repeat the path of the cache directory
SZEDER Gábor
4
-6
/
+11
2018-01-30
travis-ci: use 'set -e' in the 32 bit Linux build job
SZEDER Gábor
1
-10
/
+10
2018-01-30
travis-ci: use 'set -x' for the commands under 'su' in the 32 bit Linux build
SZEDER Gábor
1
-0
/
+1
[next]