index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
object: add repository argument to object_as_type
Stefan Beller
2018-06-29
8
-9
/
+10
*
object: add repository argument to parse_object_buffer
Stefan Beller
2018-06-29
7
-9
/
+18
*
object: add repository argument to lookup_object
Stefan Beller
2018-06-29
15
-26
/
+31
*
object: add repository argument to parse_object
Stefan Beller
2018-06-29
33
-72
/
+95
*
Merge branch 'sb/object-store-grafts' into sb/object-store-lookup
Junio C Hamano
2018-06-29
95
-328
/
+463
|
\
|
*
commit: allow lookup_commit_graft to handle arbitrary repositories
Stefan Beller
2018-05-18
2
-6
/
+5
|
*
commit: allow prepare_commit_graft to handle arbitrary repositories
Stefan Beller
2018-05-18
2
-8
/
+8
|
*
shallow: migrate shallow information into the object parser
Stefan Beller
2018-05-18
4
-33
/
+33
|
*
path.c: migrate global git_path_* to take a repository argument
Stefan Beller
2018-05-18
15
-101
/
+135
|
*
cache: convert get_graft_file to handle arbitrary repositories
Stefan Beller
2018-05-18
3
-5
/
+5
|
*
commit: convert read_graft_file to handle arbitrary repositories
Brandon Williams
2018-05-18
1
-3
/
+2
|
*
commit: convert register_commit_graft to handle arbitrary repositories
Brandon Williams
2018-05-18
2
-16
/
+16
|
*
commit: convert commit_graft_pos() to handle arbitrary repositories
Brandon Williams
2018-05-18
1
-4
/
+3
|
*
shallow: add repository argument to is_repository_shallow
Stefan Beller
2018-05-18
10
-17
/
+19
|
*
shallow: add repository argument to check_shallow_file_for_update
Stefan Beller
2018-05-18
1
-3
/
+4
|
*
shallow: add repository argument to register_shallow
Stefan Beller
2018-05-18
6
-9
/
+11
|
*
shallow: add repository argument to set_alternate_shallow_file
Stefan Beller
2018-05-18
4
-4
/
+5
|
*
commit: add repository argument to lookup_commit_graft
Jonathan Nieder
2018-05-18
4
-6
/
+8
|
*
commit: add repository argument to prepare_commit_graft
Jonathan Nieder
2018-05-16
1
-2
/
+3
|
*
commit: add repository argument to read_graft_file
Jonathan Nieder
2018-05-16
1
-2
/
+3
|
*
commit: add repository argument to register_commit_graft
Jonathan Nieder
2018-05-16
4
-5
/
+8
|
*
commit: add repository argument to commit_graft_pos
Jonathan Nieder
2018-05-16
1
-4
/
+5
|
*
object: move grafts to object parser
Jonathan Nieder
2018-05-16
2
-19
/
+27
|
*
object-store: move object access functions to object-store.h
Stefan Beller
2018-05-16
79
-117
/
+198
*
|
Second batch for 2.19 cycle
Junio C Hamano
2018-06-28
1
-0
/
+44
*
|
Merge branch 'sb/fix-fetching-moved-submodules'
Junio C Hamano
2018-06-28
2
-7
/
+5
|
\
\
|
*
|
t5526: test recursive submodules when fetching moved submodules
Stefan Beller
2018-06-14
1
-5
/
+1
|
*
|
submodule: fix NULL correctness in renamed broken submodules
Stefan Beller
2018-06-14
1
-2
/
+4
*
|
|
Merge branch 'tz/cred-netrc-cleanup'
Junio C Hamano
2018-06-28
3
-6
/
+11
|
\
\
\
|
*
|
|
git-credential-netrc: make "all" default target of Makefile
Todd Zullinger
2018-06-18
1
-0
/
+3
|
*
|
|
git-credential-netrc: fix exit status when tests fail
Luis Marsano
2018-06-18
1
-1
/
+3
|
*
|
|
git-credential-netrc: use in-tree Git.pm for tests
Luis Marsano
2018-06-18
2
-2
/
+2
|
*
|
|
git-credential-netrc: minor whitespace cleanup in test script
Todd Zullinger
2018-06-18
1
-4
/
+4
*
|
|
|
Merge branch 'jc/clean-after-sanity-tests'
Junio C Hamano
2018-06-28
5
-9
/
+6
|
\
\
\
\
|
*
|
|
|
tests: clean after SANITY tests
Junio C Hamano
2018-06-15
5
-9
/
+6
*
|
|
|
|
Merge branch 'nd/completion-negation'
Junio C Hamano
2018-06-28
4
-34
/
+136
|
\
\
\
\
\
|
*
|
|
|
|
completion: collapse extra --no-.. options
Nguyễn Thái Ngọc Duy
2018-06-11
3
-29
/
+115
|
*
|
|
|
|
completion: suppress some -no- options
Nguyễn Thái Ngọc Duy
2018-05-29
2
-6
/
+6
|
*
|
|
|
|
parse-options: option to let --git-completion-helper show negative form
Nguyễn Thái Ngọc Duy
2018-05-29
3
-30
/
+46
*
|
|
|
|
|
Merge branch 'pw/add-p-recount'
Junio C Hamano
2018-06-28
2
-1
/
+44
|
\
\
\
\
\
\
|
*
|
|
|
|
|
add -p: fix counting empty context lines in edited patches
Phillip Wood
2018-06-11
2
-1
/
+44
*
|
|
|
|
|
|
Merge branch 'jk/fetch-all-peeled-fix'
Junio C Hamano
2018-06-28
2
-4
/
+45
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
fetch-pack: test explicitly that --all can fetch tag references pointing to n...
Kirill Smelkov
2018-06-13
1
-0
/
+31
|
*
|
|
|
|
|
|
fetch-pack: don't try to fetch peel values with --all
Jeff King
2018-06-11
2
-4
/
+14
*
|
|
|
|
|
|
|
Merge branch 'ms/send-pack-honor-config'
Junio C Hamano
2018-06-28
1
-1
/
+1
|
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
builtin/send-pack: populate the default configs
Masaya Suzuki
2018-06-12
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge branch 'jh/partial-clone'
Junio C Hamano
2018-06-28
2
-0
/
+10
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
list-objects: check if filter is NULL before using
Jonathan Tan
2018-06-12
2
-0
/
+10
*
|
|
|
|
|
|
|
|
|
Merge branch 'sg/gpg-tests-fix'
Junio C Hamano
2018-06-28
4
-7
/
+6
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
tests: make forging GPG signed commits and tags more robust
SZEDER Gábor
2018-06-11
4
-5
/
+4
[next]