index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote-curl.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-02
submodule--helper: move "sb" in clone_submodule() to its own scope
Ævar Arnfjörð Bjarmason
1
-7
/
+14
2022-09-02
submodule--helper: use xstrfmt() in clone_submodule()
Ævar Arnfjörð Bjarmason
1
-8
/
+9
2022-09-02
submodule--helper: replace memset() with { 0 }-initialization
Ævar Arnfjörð Bjarmason
1
-4
/
+2
2022-09-02
submodule--helper style: add \n\n after variable declarations
Ævar Arnfjörð Bjarmason
1
-2
/
+23
2022-09-02
submodule--helper style: don't separate declared variables with \n\n
Ævar Arnfjörð Bjarmason
1
-28
/
+5
2022-09-02
submodule--helper: move "resolve-relative-url-test" to a test-tool
Ævar Arnfjörð Bjarmason
3
-24
/
+43
2022-09-02
submodule--helper: move "check-name" to a test-tool
Ævar Arnfjörð Bjarmason
3
-25
/
+47
2022-09-02
submodule--helper: move "is-active" to a test-tool
Ævar Arnfjörð Bjarmason
7
-30
/
+90
2022-09-02
test-tool submodule-config: remove unused "--url" handling
Ævar Arnfjörð Bjarmason
1
-9
/
+2
2022-09-02
submodule--helper: remove unused "list" helper
Ævar Arnfjörð Bjarmason
2
-65
/
+0
2022-09-02
submodule--helper: remove unused "name" helper
Ævar Arnfjörð Bjarmason
1
-19
/
+0
2022-09-02
submodule tests: test for "add <repository> <abs-path>"
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2022-09-02
submodule tests: test usage behavior
Ævar Arnfjörð Bjarmason
1
-0
/
+26
2022-07-18
The fourth batch
Junio C Hamano
1
-0
/
+34
2022-07-15
The third batch
Junio C Hamano
1
-2
/
+22
2022-07-13
The second batch
Junio C Hamano
1
-0
/
+35
2022-07-12
The first batch after Git 2.37
Junio C Hamano
1
-0
/
+31
2022-07-11
gpg-interface: add function for converting trust level to string
Jaydeep Das
3
-23
/
+31
2022-07-10
multi-pack-index: simplify handling of unknown --options
SZEDER Gábor
1
-4
/
+4
2022-07-10
sha256: add support for Nettle
brian m. carlson
3
-1
/
+44
2022-07-10
builtin/mv.c: use the MOVE_ARRAY() macro instead of memmove()
Junio C Hamano
1
-9
/
+7
2022-07-08
vimdiff: make layout engine more robust against user vim settings
Fernando Ramos
1
-18
/
+18
2022-07-06
cocci: generalize "unused" rule to cover more than "strbuf"
Ævar Arnfjörð Bjarmason
4
-6
/
+57
2022-07-06
cocci: add and apply a rule to find "unused" strbufs
Ævar Arnfjörð Bjarmason
7
-10
/
+119
2022-07-06
cocci: have "coccicheck{,-pending}" depend on "coccicheck-test"
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-07-06
cocci: add a "coccicheck-test" target and test *.cocci rules
Ævar Arnfjörð Bjarmason
4
-0
/
+40
2022-07-06
Makefile & .gitignore: ignore & clean "git.res", not "*.res"
Ævar Arnfjörð Bjarmason
2
-2
/
+2
2022-07-06
Makefile: remove mandatory "spatch" arguments from SPATCH_FLAGS
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-07-06
ls-files: update test style
Li Linchao
5
-71
/
+132
2022-07-06
merge-ort: fix issue with dual rename and add/add conflict
Elijah Newren
2
-3
/
+9
2022-07-06
merge-ort: shuffle the computation and cleanup of potential collisions
Elijah Newren
1
-5
/
+15
2022-07-06
merge-ort: make a separate function for freeing struct collisions
Elijah Newren
1
-16
/
+22
2022-07-06
merge-ort: small cleanups of check_for_directory_rename
Elijah Newren
1
-6
/
+6
2022-07-06
t6423: add tests of dual directory rename plus add/add conflict
Elijah Newren
1
-0
/
+105
2022-07-04
Git 2.37.1
v2.37.1
Junio C Hamano
3
-2
/
+19
2022-07-03
A regression fix for 2.37
Junio C Hamano
3
-2
/
+11
2022-07-01
mv: add check_dir_in_index() and solve general dir check issue
Shaoxuan Yuan
3
-9
/
+47
2022-07-01
mv: use flags mode for update_mode
Shaoxuan Yuan
1
-8
/
+17
2022-07-01
mv: check if <destination> exists in index to handle overwriting
Shaoxuan Yuan
2
-5
/
+14
2022-07-01
mv: check if out-of-cone file exists in index with SKIP_WORKTREE bit
Shaoxuan Yuan
2
-4
/
+21
2022-07-01
mv: decouple if/else-if checks using goto
Shaoxuan Yuan
1
-59
/
+80
2022-07-01
mv: update sparsity after moving from out-of-cone to in-cone
Shaoxuan Yuan
1
-0
/
+17
2022-07-01
t1092: mv directory from out-of-cone to in-cone
Shaoxuan Yuan
1
-0
/
+25
2022-07-01
t7002: add tests for moving out-of-cone file/directory
Shaoxuan Yuan
1
-0
/
+84
2022-07-01
test-tool delta: fix a memory leak
Ævar Arnfjörð Bjarmason
2
-7
/
+16
2022-07-01
test-tool ref-store: fix a memory leak
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-07-01
test-tool bloom: fix memory leaks
Ævar Arnfjörð Bjarmason
2
-1
/
+3
2022-07-01
test-tool json-writer: fix memory leaks
Ævar Arnfjörð Bjarmason
2
-4
/
+14
2022-07-01
test-tool regex: call regfree(), fix memory leaks
Ævar Arnfjörð Bjarmason
2
-3
/
+7
2022-07-01
test-tool urlmatch-normalization: fix a memory leak
Ævar Arnfjörð Bjarmason
2
-3
/
+10
[next]