index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Lines
2022-06-10
Merge branch 'jh/builtin-fsmonitor-part3'
Junio C Hamano
-2
/
+18
2022-06-03
Merge branch 'tb/cruft-packs'
Junio C Hamano
-0
/
+2
2022-06-03
Merge branch 'jx/l10n-workflow-change'
Junio C Hamano
-28
/
+125
2022-05-26
t/helper/hexdump: add helper to print hexdump of stdin
Jeff Hostetler
-0
/
+1
2022-05-26
fsmonitor--daemon: stub in health thread
Jeff Hostetler
-2
/
+4
2022-05-26
fsmonitor-settings: stub in Win32-specific incompatibility checking
Jeff Hostetler
-0
/
+13
2022-05-26
t/helper: add 'pack-mtimes' test-tool
Taylor Blau
-0
/
+1
2022-05-26
pack-mtimes: support reading .mtimes files
Taylor Blau
-0
/
+1
2022-05-26
Makefile: add "po-init" rule to initialize po/XX.po
Ævar Arnfjörð Bjarmason
-1
/
+39
2022-05-26
Makefile: add "po-update" rule to update po/XX.po
Jiang Xin
-0
/
+18
2022-05-26
po/git.pot: don't check in result of "make pot"
Ævar Arnfjörð Bjarmason
-2
/
+3
2022-05-26
Makefile: remove duplicate and unwanted files in FOUND_SOURCE_FILES
Jiang Xin
-2
/
+2
2022-05-26
i18n CI: stop allowing non-ASCII source messages in po/git.pot
Ævar Arnfjörð Bjarmason
-2
/
+4
2022-05-26
Makefile: have "make pot" not "reset --hard"
Ævar Arnfjörð Bjarmason
-21
/
+59
2022-05-26
Makefile: generate "po/git.pot" from stable LOCALIZED_C
Jiang Xin
-1
/
+2
2022-05-26
Makefile: sort source files before feeding to xgettext
Jiang Xin
-4
/
+3
2022-05-25
Merge branch 'ep/coverage-report-wants-test-to-have-run'
Junio C Hamano
-1
/
+6
2022-05-11
Merge branch 'pw/test-malloc-with-sanitize-address'
Junio C Hamano
-1
/
+4
2022-04-13
Makefile: add a prerequisite to the coverage-report target
Elia Pinto
-1
/
+6
2022-04-11
tests: make SANITIZE=address imply TEST_NO_MALLOC_CHECK
Phillip Wood
-1
/
+4
2022-04-06
Merge branch 'bc/csprng-mktemps'
Junio C Hamano
-0
/
+1
2022-04-06
git-compat-util: really support openssl as a source of entropy
Carlo Marcelo Arenas Belón
-0
/
+1
2022-04-04
Merge branch 'jh/builtin-fsmonitor-part2'
Junio C Hamano
-0
/
+17
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
-0
/
+6
2022-03-25
t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
Jeff Hostetler
-0
/
+1
2022-03-25
compat/fsmonitor/fsm-listen-win32: stub in backend for Windows
Jeff Hostetler
-0
/
+13
2022-03-25
fsmonitor--daemon: add a built-in fsmonitor daemon
Jeff Hostetler
-0
/
+1
2022-03-25
fsmonitor: config settings are repository-specific
Jeff Hostetler
-0
/
+1
2022-03-25
fsmonitor-ipc: create client routines for git-fsmonitor--daemon
Jeff Hostetler
-0
/
+1
2022-03-16
Merge branch 'jc/stash-drop'
Junio C Hamano
-0
/
+1
2022-03-10
core.fsyncmethod: add writeout-only mode
Neeraj Singh
-0
/
+6
2022-03-03
Makefiles: add and use wildcard "mkdir -p" template
Ævar Arnfjörð Bjarmason
-5
/
+7
2022-03-03
Makefile: add "$(QUIET)" boilerplate to shared.mak
Ævar Arnfjörð Bjarmason
-33
/
+0
2022-03-03
Makefile: move $(comma), $(empty) and $(space) to shared.mak
Ævar Arnfjörð Bjarmason
-4
/
+0
2022-03-03
Makefile: move ".SUFFIXES" rule to shared.mak
Ævar Arnfjörð Bjarmason
-2
/
+0
2022-03-03
Makefile: define $(LIB_H) in terms of $(FIND_SOURCE_FILES)
Ævar Arnfjörð Bjarmason
-28
/
+26
2022-03-03
Makefiles: add "shared.mak", move ".DELETE_ON_ERROR" to it
Ævar Arnfjörð Bjarmason
-10
/
+3
2022-03-02
reflog: libify delete reflog function and helpers
John Cai
-0
/
+1
2022-02-16
Merge branch 'ab/auto-detect-zlib-compress2'
Junio C Hamano
-8
/
+3
2022-02-11
Merge branch 'bc/csprng-mktemps'
Junio C Hamano
-0
/
+34
2022-02-09
Merge branch 'ab/config-based-hooks-2'
Junio C Hamano
-0
/
+1
2022-01-26
compat: auto-detect if zlib has uncompress2()
Ævar Arnfjörð Bjarmason
-8
/
+3
2022-01-17
wrapper: add a helper to generate numbers from a CSPRNG
brian m. carlson
-0
/
+34
2022-01-10
Merge branch 'ab/makefile-hook-list-dependency-fix'
Junio C Hamano
-2
/
+2
2022-01-10
Merge branch 'ab/makefile-pager-env-is-used-only-by-pager.c'
Junio C Hamano
-5
/
+6
2022-01-10
Merge branch 'ab/makefile-msgfmt-wo-stats'
Junio C Hamano
-1
/
+1
2022-01-07
hook: add 'run' subcommand
Emily Shaffer
-0
/
+1
2021-12-25
Makefile: don't invoke msgfmt with --statistics
Ævar Arnfjörð Bjarmason
-1
/
+1
2021-12-25
Makefile: move -DPAGER_ENV from BASIC_CFLAGS to EXTRA_CPPFLAGS
Ævar Arnfjörð Bjarmason
-5
/
+6
2021-12-25
Makefile: correct the dependency graph of hook-list.h
Ævar Arnfjörð Bjarmason
-2
/
+2
[next]