index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bisect.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-05
serve.[ch]: don't pass "struct strvec *keys" to commands
Ævar Arnfjörð Bjarmason
7
-21
/
+9
2021-08-05
serve: use designated initializers
Ævar Arnfjörð Bjarmason
1
-7
/
+31
2021-08-05
transport: use designated initializers
Ævar Arnfjörð Bjarmason
2
-24
/
+18
2021-08-05
transport: rename "fetch" in transport_vtable to "fetch_refs"
Ævar Arnfjörð Bjarmason
3
-6
/
+6
2021-08-05
serve: mark has_capability() as static
Ævar Arnfjörð Bjarmason
2
-6
/
+2
2021-08-04
The eighth batch
Junio C Hamano
1
-1
/
+16
2021-08-03
mingw: align symlinks-related rmdir() behavior with Linux
Thomas Bétous
3
-0
/
+37
2021-08-02
Git 2.33-rc0
v2.33.0-rc0
Junio C Hamano
2
-1
/
+18
2021-07-30
use fspathhash() everywhere
René Scharfe
3
-26
/
+8
2021-07-30
t0001: fix broken not-quite getcwd(3) test in bed67874e2
Ævar Arnfjörð Bjarmason
5
-1
/
+33
2021-07-30
Documentation: render special characters correctly
Andrei Rybak
2
-2
/
+2
2021-07-28
The seventh batch
Junio C Hamano
1
-0
/
+43
2021-07-27
ci/install-dependencies: handle "sparse" job package installs
Jeff King
2
-4
/
+7
2021-07-27
ci: run "apt-get update" before "apt-get install"
Jeff King
1
-0
/
+1
2021-07-26
reset: clear_unpack_trees_porcelain to plug leak
Andrzej Hunt
1
-2
/
+2
2021-07-26
builtin/rebase: fix options.strategy memory lifecycle
Andrzej Hunt
1
-1
/
+2
2021-07-26
builtin/merge: free found_ref when done
Andrzej Hunt
1
-1
/
+2
2021-07-26
builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv
Andrzej Hunt
1
-0
/
+5
2021-07-26
convert: release strbuf to avoid leak
Andrzej Hunt
1
-0
/
+2
2021-07-26
read-cache: call diff_setup_done to avoid leak
Andrzej Hunt
1
-0
/
+1
2021-07-26
ref-filter: also free head for ATOM_HEAD to avoid leak
Andrzej Hunt
1
-2
/
+6
2021-07-26
diffcore-rename: move old_dir/new_dir definition to plug leak
Andrzej Hunt
1
-3
/
+7
2021-07-26
builtin/for-each-repo: remove unnecessary argv copy to plug leak
Andrzej Hunt
1
-10
/
+4
2021-07-26
builtin/submodule--helper: release unused strbuf to avoid leak
Andrzej Hunt
1
-2
/
+4
2021-07-26
environment: move strbuf into block to plug leak
Andrzej Hunt
1
-4
/
+3
2021-07-26
fmt-merge-msg: free newly allocated temporary strings when done
Andrzej Hunt
1
-2
/
+4
2021-07-26
submodule: drop unused sm_name parameter from show_fetch_remotes()
Jeff King
1
-3
/
+2
2021-07-24
merge: apply autostash if merge strategy fails
Philippe Blain
2
-0
/
+9
2021-07-24
merge: apply autostash if fast-forward fails
Philippe Blain
2
-0
/
+12
2021-07-24
Documentation: define 'MERGE_AUTOSTASH'
Philippe Blain
1
-1
/
+2
2021-07-24
merge: add missing word "strategy" to a message
Philippe Blain
1
-1
/
+1
2021-07-23
cache-tree: prefetch in partial clone read-tree
Jonathan Tan
2
-2
/
+42
2021-07-23
unpack-trees: refactor prefetching code
Jonathan Tan
3
-19
/
+40
2021-07-23
pack-bitmap: check pack validity when opening bitmap
Jeff King
1
-0
/
+5
2021-07-22
bundle tests: use test_cmp instead of grep
Ævar Arnfjörð Bjarmason
1
-13
/
+53
2021-07-22
bundle tests: use ">file" not ": >file"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2021-07-22
The sixth batch
Junio C Hamano
1
-0
/
+10
2021-07-22
SubmittingPatches: replace discussion of Travis with GitHub Actions
Ævar Arnfjörð Bjarmason
1
-32
/
+17
2021-07-22
SubmittingPatches: move discussion of Signed-off-by above "send"
Ævar Arnfjörð Bjarmason
1
-79
/
+79
2021-07-22
doc: pull: fix rebase=false documentation
Felipe Contreras
1
-1
/
+1
2021-07-21
pack-bitmap: clarify comment in filter_bitmap_exclude_type()
Taylor Blau
1
-5
/
+6
2021-07-20
unpack-trees: resolve sparse-directory/file conflicts
Derrick Stolee
2
-12
/
+23
2021-07-20
t1092: document bad 'git checkout' behavior
Derrick Stolee
1
-2
/
+140
2021-07-20
doc: clarify description of 'submodule.recurse'
Philippe Blain
1
-2
/
+3
2021-07-20
doc/git-config: simplify "override" advice for FILES section
Jeff King
1
-5
/
+4
2021-07-20
doc/git-config: clarify GIT_CONFIG environment variable
Jeff King
1
-5
/
+6
2021-07-20
doc/git-config: explain --file instead of referring to GIT_CONFIG
Jeff King
1
-1
/
+7
2021-07-20
merge-ort: restart merge with cached renames to reduce process entry cost
Elijah Newren
2
-7
/
+87
2021-07-20
merge-ort: avoid recursing into directories when we don't need to
Elijah Newren
1
-3
/
+99
2021-07-20
merge-ort: defer recursing into directories when merge base is matched
Elijah Newren
1
-2
/
+31
[next]