index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
worktree.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-01-28
rerere: use strmap to store rerere directories
Jeff King
1
-39
/
+23
2021-01-28
rerere: tighten rr-cache dirname check
Jeff King
1
-2
/
+3
2021-01-28
rerere: check dirname format while iterating rr_cache directory
Jeff King
1
-3
/
+11
2021-01-28
commit_graft_pos(): take an oid instead of a bare hash
Jeff King
3
-6
/
+6
2021-01-25
The fourth batch
Junio C Hamano
1
-0
/
+57
2021-01-16
The third batch
Junio C Hamano
1
-0
/
+30
2021-01-16
The second batch
Junio C Hamano
1
-0
/
+29
2021-01-15
config: allow specifying config entries via envvar pairs
Patrick Steinhardt
5
-9
/
+191
2021-01-15
environment: make `getenv_safe()` a public function
Patrick Steinhardt
2
-5
/
+14
2021-01-15
config: store "git -c" variables using more robust format
Patrick Steinhardt
2
-7
/
+53
2021-01-15
config: parse more robust format in GIT_CONFIG_PARAMETERS
Jeff King
2
-17
/
+104
2021-01-15
t4203: make blame output massaging more robust
Junio C Hamano
1
-5
/
+5
2021-01-15
mailmap doc: use correct environment variable 'GIT_WORK_TREE'
Philippe Blain
1
-1
/
+1
2021-01-15
ci/install-depends: attempt to fix "brew cask" stuff
Junio C Hamano
1
-4
/
+4
2021-01-15
for_each_object_in_pack(): clarify pack vs index ordering
Jeff King
1
-6
/
+18
2021-01-15
t4203: stop losing return codes of git commands
Denton Liu
1
-7
/
+14
2021-01-15
test-lib-functions.sh: fix usage for test_commit()
Denton Liu
1
-2
/
+2
2021-01-15
pack-write: die on error in write_promisor_file()
Christian Couder
1
-2
/
+6
2021-01-14
pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'
Taylor Blau
1
-4
/
+4
2021-01-14
pack-revindex: hide the definition of 'revindex_entry'
Taylor Blau
2
-5
/
+5
2021-01-14
pack-revindex: remove unused 'find_revindex_position()'
Taylor Blau
2
-20
/
+12
2021-01-14
pack-revindex: remove unused 'find_pack_revindex()'
Taylor Blau
2
-17
/
+0
2021-01-14
builtin/gc.c: guess the size of the revindex
Taylor Blau
1
-1
/
+1
2021-01-14
for_each_object_in_pack(): convert to new revindex API
Taylor Blau
1
-1
/
+1
2021-01-14
unpack_entry(): convert to new revindex API
Taylor Blau
1
-8
/
+18
2021-01-14
packed_object_info(): convert to new revindex API
Taylor Blau
1
-2
/
+9
2021-01-14
retry_bad_packed_offset(): convert to new revindex API
Taylor Blau
1
-4
/
+3
2021-01-14
get_delta_base_oid(): convert to new revindex API
Taylor Blau
1
-4
/
+4
2021-01-14
rebuild_existing_bitmaps(): convert to new revindex API
Taylor Blau
1
-3
/
+2
2021-01-14
try_partial_reuse(): convert to new revindex API
Taylor Blau
1
-8
/
+5
2021-01-14
get_size_by_pos(): convert to new revindex API
Taylor Blau
1
-4
/
+4
2021-01-14
show_objects_for_type(): convert to new revindex API
Taylor Blau
1
-6
/
+7
2021-01-14
bitmap_position_packfile(): convert to new revindex API
Taylor Blau
1
-1
/
+4
2021-01-14
check_object(): convert to new revindex API
Taylor Blau
1
-4
/
+4
2021-01-14
write_reused_pack_verbatim(): convert to new revindex API
Taylor Blau
1
-1
/
+1
2021-01-14
write_reused_pack_one(): convert to new revindex API
Taylor Blau
1
-4
/
+10
2021-01-14
write_reuse_object(): convert to new revindex API
Taylor Blau
1
-4
/
+9
2021-01-14
pack-revindex: introduce a new API
Taylor Blau
2
-0
/
+86
2021-01-14
CoC: update to version 2.0 + local changes
Ævar Arnfjörð Bjarmason
1
-49
/
+104
2021-01-13
fetch-pack: refactor writing promisor file
Christian Couder
4
-12
/
+20
2021-01-13
fetch-pack: rename helper to create_promisor_file()
Christian Couder
1
-4
/
+4
2021-01-12
shortlog: remove unused(?) "repo-abbrev" feature
Ævar Arnfjörð Bjarmason
9
-56
/
+21
2021-01-12
mailmap doc + tests: document and test for case-insensitivity
Ævar Arnfjörð Bjarmason
2
-0
/
+19
2021-01-12
mailmap tests: add tests for empty "<>" syntax
Ævar Arnfjörð Bjarmason
1
-0
/
+27
2021-01-12
mailmap tests: add tests for whitespace syntax
Ævar Arnfjörð Bjarmason
1
-0
/
+52
2021-01-12
mailmap tests: add a test for comment syntax
Ævar Arnfjörð Bjarmason
1
-0
/
+33
2021-01-12
mailmap doc + tests: add better examples & test them
Ævar Arnfjörð Bjarmason
2
-20
/
+117
2021-01-12
tests: refactor a few tests to use "test_commit --append"
Ævar Arnfjörð Bjarmason
3
-29
/
+8
2021-01-12
test-lib functions: add an --append option to test_commit
Ævar Arnfjörð Bjarmason
2
-33
/
+20
2021-01-12
test-lib functions: add --author support to test_commit
Ævar Arnfjörð Bjarmason
2
-6
/
+12
[next]