index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
http-backend.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-07
worktree: fix a trivial leak in prune_worktrees()
Ævar Arnfjörð Bjarmason
3
-3
/
+5
2023-02-07
repack: fix leaks on error with "goto cleanup"
Ævar Arnfjörð Bjarmason
3
-6
/
+9
2023-02-07
name-rev: don't xstrdup() an already dup'd string
Ævar Arnfjörð Bjarmason
1
-13
/
+10
2023-02-07
various: add missing clear_pathspec(), fix leaks
Ævar Arnfjörð Bjarmason
10
-5
/
+24
2023-02-07
clone: use free() instead of UNLEAK()
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2023-02-07
commit-graph: use free_commit_graph() instead of UNLEAK()
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2023-02-07
bundle.c: don't leak the "args" in the "struct child_process"
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2023-02-07
tests: mark tests as passing with SANITIZE=leak
Ævar Arnfjörð Bjarmason
28
-0
/
+36
2023-02-07
docs & comments: replace mentions of "git-add--interactive.perl"
Ævar Arnfjörð Bjarmason
3
-5
/
+5
2023-02-07
add API: remove run_add_interactive() wrapper function
Ævar Arnfjörð Bjarmason
5
-36
/
+16
2023-02-07
add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"
Ævar Arnfjörð Bjarmason
12
-2000
/
+47
2023-02-06
pack-objects: use strcspn(3) in name_cmp_len()
René Scharfe
1
-8
/
+5
2023-02-06
read-cache: use size_t for {base,df}_name_compare()
René Scharfe
2
-8
/
+11
2023-02-06
t5000: modernise archive and :(glob) test
Kostya Farber
1
-5
/
+5
2023-02-06
new-command.txt: update reference to builtin docs
Wes Lord
1
-2
/
+2
2023-02-06
.gitattributes: include `text` attribute for eol attributes
Philip Oakley
1
-11
/
+11
2023-02-06
Git 2.39.2
v2.39.2
Johannes Schindelin
3
-2
/
+9
2023-02-06
Git 2.38.4
v2.38.4
Johannes Schindelin
3
-2
/
+9
2023-02-06
Git 2.37.6
v2.37.6
Johannes Schindelin
3
-2
/
+9
2023-02-06
Git 2.36.5
v2.36.5
Johannes Schindelin
3
-2
/
+9
2023-02-06
Git 2.35.7
v2.35.7
Johannes Schindelin
3
-2
/
+9
2023-02-06
Git 2.34.7
v2.34.7
Johannes Schindelin
3
-2
/
+9
2023-02-06
http: support CURLOPT_PROTOCOLS_STR
Jeff King
2
-13
/
+54
2023-02-06
http: prefer CURLOPT_SEEKFUNCTION to CURLOPT_IOCTLFUNCTION
Jeff King
5
-30
/
+26
2023-02-06
http-push: prefer CURLOPT_UPLOAD to CURLOPT_PUT
Jeff King
1
-1
/
+1
2023-02-06
Git 2.33.7
v2.33.7
Johannes Schindelin
3
-2
/
+9
2023-02-06
Git 2.32.6
v2.32.6
Johannes Schindelin
3
-2
/
+8
2023-02-06
Git 2.31.7
v2.31.7
Johannes Schindelin
3
-2
/
+8
2023-02-06
Git 2.30.8
v2.30.8
Junio C Hamano
3
-2
/
+54
2023-02-04
delta-islands: free island_marks and bitmaps
Eric Wong
3
-1
/
+18
2023-02-04
The thirteenth batch
Junio C Hamano
1
-0
/
+8
2023-02-03
apply: fix writing behind newly created symbolic links
Patrick Steinhardt
2
-0
/
+108
2023-02-02
mingw: remove msysGit/MSYS1 support
Harshil-Jani
1
-50
/
+35
2023-02-02
mingw: remove duplicate `USE_NED_ALLOCATOR` directive
Harshil-Jani
1
-1
/
+0
2023-02-01
compat/winansi: check for errors of CreateThread() correctly
Seija Kijin
1
-1
/
+1
2023-02-01
t/lib-httpd: increase ssl key size to 2048 bits
Jeff King
1
-1
/
+1
2023-02-01
t/lib-httpd: drop SSLMutex config
Jeff King
1
-1
/
+0
2023-02-01
t/lib-httpd: bump required apache version to 2.4
Jeff King
2
-20
/
+6
2023-02-01
t/lib-httpd: bump required apache version to 2.2
Jeff King
2
-12
/
+7
2023-02-01
docs: document zero bits in index "mode"
Glen Choo
1
-1
/
+3
2023-01-31
grep: fall back to interpreter if JIT memory allocation fails
Mathias Krause
1
-2
/
+48
2023-01-31
bundle-uri: test missing bundles with heuristic
Derrick Stolee
1
-0
/
+400
2023-01-31
bundle-uri: store fetch.bundleCreationToken
Derrick Stolee
3
-3
/
+90
2023-01-31
fetch: fetch from an external bundle URI
Derrick Stolee
2
-1
/
+118
2023-01-31
bundle-uri: drop bundle.flag from design doc
Derrick Stolee
1
-4
/
+4
2023-01-31
clone: set fetch.bundleURI if appropriate
Derrick Stolee
5
-3
/
+63
2023-01-31
bundle-uri: download in creationToken order
Derrick Stolee
3
-9
/
+233
2023-01-31
bundle-uri: parse bundle.<id>.creationToken values
Derrick Stolee
3
-0
/
+34
2023-01-31
bundle-uri: parse bundle.heuristic=creationToken
Derrick Stolee
4
-0
/
+74
2023-01-31
t5558: add tests for creationToken heuristic
Derrick Stolee
2
-2
/
+75
[prev]
[next]