index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-31
Makefile + hash.h: remove PPC_SHA1 implementation
Ævar Arnfjörð Bjarmason
1
-13
/
+5
2022-08-29
Merge branch 'mt/rot13-in-c'
Junio C Hamano
1
-0
/
+1
2022-08-26
grep: fix multibyte regex handling under macOS
Diomidis Spinellis
1
-1
/
+1
2022-08-25
Merge branch 'vd/scalar-generalize-diagnose'
Junio C Hamano
1
-0
/
+2
2022-08-25
Merge branch 'jk/pipe-command-nonblock'
Junio C Hamano
1
-0
/
+1
2022-08-24
Merge branch 'ds/bundle-uri-clone' into ds/bundle-uri-3
Junio C Hamano
1
-0
/
+1
2022-08-17
compat: add function to enable nonblocking pipes
Jeff King
1
-0
/
+1
2022-08-14
Merge branch 'ab/tech-docs-to-help'
Junio C Hamano
1
-0
/
+1
2022-08-14
t0021: implementation the rot13-filter.pl script in C
Matheus Tavares
1
-0
/
+1
2022-08-12
builtin/diagnose.c: create 'git diagnose' builtin
Victoria Dye
1
-0
/
+1
2022-08-12
scalar-diagnose: move functionality to common location
Victoria Dye
1
-0
/
+1
2022-08-10
bundle-uri: create basic file-copy logic
Derrick Stolee
1
-0
/
+1
2022-08-04
git docs: add a category for user-facing file, repo and command UX
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-08-03
Merge branch 'rs/mergesort'
Junio C Hamano
1
-1
/
+0
2022-07-18
Merge branch 'bc/nettle-sha256'
Junio C Hamano
1
-0
/
+10
2022-07-18
Merge branch 'ab/cocci-unused'
Junio C Hamano
1
-3
/
+25
2022-07-18
Merge branch 'ab/build-gitweb'
Junio C Hamano
1
-10
/
+21
2022-07-17
mergesort: remove llist_mergesort()
René Scharfe
1
-1
/
+0
2022-07-10
sha256: add support for Nettle
brian m. carlson
1
-0
/
+10
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
1
-0
/
+19
2022-07-06
Makefile & .gitignore: ignore & clean "git.res", not "*.res"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-07-06
Makefile: remove mandatory "spatch" arguments from SPATCH_FLAGS
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-06-28
gitweb/Makefile: add a "NO_GITWEB" parameter
Ævar Arnfjörð Bjarmason
1
-0
/
+7
2022-06-28
Makefile: build 'gitweb' in the default target
SZEDER Gábor
1
-0
/
+1
2022-06-28
gitweb/Makefile: include in top-level Makefile
Ævar Arnfjörð Bjarmason
1
-10
/
+13
2022-06-10
Merge branch 'jh/builtin-fsmonitor-part3'
Junio C Hamano
1
-2
/
+18
2022-06-03
Merge branch 'tb/cruft-packs'
Junio C Hamano
1
-0
/
+2
2022-06-03
Merge branch 'jx/l10n-workflow-change'
Junio C Hamano
1
-28
/
+125
2022-05-26
t/helper/hexdump: add helper to print hexdump of stdin
Jeff Hostetler
1
-0
/
+1
2022-05-26
fsmonitor--daemon: stub in health thread
Jeff Hostetler
1
-2
/
+4
2022-05-26
fsmonitor-settings: stub in Win32-specific incompatibility checking
Jeff Hostetler
1
-0
/
+13
2022-05-26
t/helper: add 'pack-mtimes' test-tool
Taylor Blau
1
-0
/
+1
2022-05-26
pack-mtimes: support reading .mtimes files
Taylor Blau
1
-0
/
+1
2022-05-26
Makefile: add "po-init" rule to initialize po/XX.po
Ævar Arnfjörð Bjarmason
1
-1
/
+39
2022-05-26
Makefile: add "po-update" rule to update po/XX.po
Jiang Xin
1
-0
/
+18
2022-05-26
po/git.pot: don't check in result of "make pot"
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-05-26
Makefile: remove duplicate and unwanted files in FOUND_SOURCE_FILES
Jiang Xin
1
-2
/
+2
2022-05-26
i18n CI: stop allowing non-ASCII source messages in po/git.pot
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2022-05-26
Makefile: have "make pot" not "reset --hard"
Ævar Arnfjörð Bjarmason
1
-21
/
+59
2022-05-26
Makefile: generate "po/git.pot" from stable LOCALIZED_C
Jiang Xin
1
-1
/
+2
2022-05-26
Makefile: sort source files before feeding to xgettext
Jiang Xin
1
-4
/
+3
2022-05-25
Merge branch 'ep/coverage-report-wants-test-to-have-run'
Junio C Hamano
1
-1
/
+6
2022-05-11
Merge branch 'pw/test-malloc-with-sanitize-address'
Junio C Hamano
1
-1
/
+4
2022-04-13
Makefile: add a prerequisite to the coverage-report target
Elia Pinto
1
-1
/
+6
2022-04-11
tests: make SANITIZE=address imply TEST_NO_MALLOC_CHECK
Phillip Wood
1
-1
/
+4
2022-04-06
Merge branch 'bc/csprng-mktemps'
Junio C Hamano
1
-0
/
+1
2022-04-06
git-compat-util: really support openssl as a source of entropy
Carlo Marcelo Arenas Belón
1
-0
/
+1
2022-04-04
Merge branch 'jh/builtin-fsmonitor-part2'
Junio C Hamano
1
-0
/
+17
2022-03-25
Merge branch 'ns/core-fsyncmethod'
Junio C Hamano
1
-0
/
+6
[prev]
[next]