index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t3303-notes-subtrees.sh
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-06
core.fsync: use batch mode and sync loose objects by default on Windows
Neeraj Singh
4
-1
/
+10
2022-04-06
unpack-objects: use the bulk-checkin infrastructure
Neeraj Singh
1
-0
/
+3
2022-04-06
update-index: use the bulk-checkin infrastructure
Neeraj Singh
1
-0
/
+20
2022-04-06
builtin/add: add ODB transaction around add_files_to_cache
Neeraj Singh
1
-0
/
+9
2022-04-06
cache-tree: use ODB transaction around writing a tree
Neeraj Singh
1
-0
/
+3
2022-04-06
core.fsyncmethod: batched disk flushes for loose-objects
Neeraj Singh
6
-2
/
+97
2022-04-06
bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'
Neeraj Singh
3
-12
/
+41
2022-04-06
bulk-checkin: rename 'state' variable and separate 'plugged' boolean
Neeraj Singh
1
-16
/
+17
2022-04-06
configure.ac: fix HAVE_SYNC_FILE_RANGE definition
Adam Dinwoodie
1
-1
/
+1
2022-03-30
core.fsyncmethod: correctly camel-case warning message
Neeraj Singh
1
-1
/
+1
2022-03-30
core.fsync: fix incorrect expression for default configuration
Neeraj Singh
1
-2
/
+2
2022-03-15
core.fsync: documentation and user-friendly aggregate options
Neeraj Singh
3
-3
/
+65
2022-03-13
The eleventh batch
Junio C Hamano
1
-0
/
+21
2022-03-11
core.fsync: new option to harden the index
Neeraj Singh
3
-6
/
+15
2022-03-11
core.fsync: add configuration parsing
Neeraj Singh
3
-5
/
+82
2022-03-11
core.fsync: introduce granular fsync control infrastructure
Neeraj Singh
15
-33
/
+97
2022-03-11
core.fsyncmethod: add writeout-only mode
Neeraj Singh
13
-8
/
+184
2022-03-11
wrapper: make inclusion of Windows csprng header tightly scoped
Neeraj Singh
3
-11
/
+7
2022-03-09
The tenth batch
Junio C Hamano
1
-1
/
+27
2022-03-07
The ninth batch
Junio C Hamano
1
-0
/
+21
2022-03-04
repository.c: free the "path cache" in repo_clear()
Ævar Arnfjörð Bjarmason
3
-15
/
+29
2022-03-04
range-diff: plug memory leak in read_patches()
Ævar Arnfjörð Bjarmason
1
-17
/
+12
2022-03-04
range-diff: plug memory leak in common invocation
Ævar Arnfjörð Bjarmason
3
-1
/
+9
2022-03-04
lockfile API users: simplify and don't leak "path"
Ævar Arnfjörð Bjarmason
2
-2
/
+3
2022-03-04
commit-graph: stop fill_oids_from_packs() progress on error and free()
Ævar Arnfjörð Bjarmason
1
-5
/
+7
2022-03-04
commit-graph: fix memory leak in misused string_list API
Ævar Arnfjörð Bjarmason
3
-6
/
+6
2022-03-04
submodule--helper: fix trivial leak in module_add()
Ævar Arnfjörð Bjarmason
1
-1
/
+4
2022-03-04
transport: stop needlessly copying bundle header references
Ævar Arnfjörð Bjarmason
1
-9
/
+16
2022-03-04
bundle: call strvec_clear() on allocated strvec
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-03-04
remote-curl.c: free memory in cmd_main()
Ævar Arnfjörð Bjarmason
1
-4
/
+8
2022-03-04
urlmatch.c: add and use a *_release() function
Ævar Arnfjörð Bjarmason
4
-1
/
+8
2022-03-04
diff.c: free "buf" in diff_words_flush()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-03-04
merge-base: free() allocated "struct commit **" list
Ævar Arnfjörð Bjarmason
1
-1
/
+4
2022-03-04
index-pack: fix memory leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+5
2022-03-04
t/lib-gpg: kill all gpg components, not just gpg-agent
Todd Zullinger
1
-1
/
+1
2022-03-04
t/lib-gpg: reload gpg components after updating trustlist
Todd Zullinger
1
-0
/
+1
2022-03-04
gpg-interface/gpgsm: fix for v2.3
Fabian Stelzer
3
-7
/
+13
2022-03-03
t5503: simplify setup of test which exercises failure of backfill
Patrick Steinhardt
1
-15
/
+5
2022-03-03
Documentation: git-read-tree: separate links using commas
Nihal Jere
1
-2
/
+2
2022-03-03
Makefiles: add and use wildcard "mkdir -p" template
Ævar Arnfjörð Bjarmason
3
-27
/
+27
2022-03-03
Makefile: add "$(QUIET)" boilerplate to shared.mak
Ævar Arnfjörð Bjarmason
6
-85
/
+53
2022-03-03
Makefile: move $(comma), $(empty) and $(space) to shared.mak
Ævar Arnfjörð Bjarmason
2
-4
/
+8
2022-03-03
Makefile: move ".SUFFIXES" rule to shared.mak
Ævar Arnfjörð Bjarmason
2
-2
/
+5
2022-03-03
Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
Ævar Arnfjörð Bjarmason
1
-28
/
+26
2022-03-03
Makefile: disable GNU make built-in wildcard rules
Ævar Arnfjörð Bjarmason
1
-0
/
+11
2022-03-03
Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
Ævar Arnfjörð Bjarmason
9
-13
/
+33
2022-03-03
scalar Makefile: use "The default target of..." pattern
Ævar Arnfjörð Bjarmason
1
-6
/
+7
2022-03-02
repo_read_index: add config to expect files outside sparse patterns
Elijah Newren
7
-1
/
+66
2022-03-02
merge-ort: exclude messages from inner merges by default
Elijah Newren
1
-2
/
+3
2022-03-02
checkout, clone: die if tree cannot be parsed
Glen Choo
2
-3
/
+12
[next]