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
/
git-compat-util.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-0
/
+75
2023-07-05
kwset: move translation table from ctype
Calvin Wan
1
-3
/
+0
2023-07-05
sane-ctype.h: create header for sane-ctype macros
Calvin Wan
1
-61
/
+1
2023-07-05
git-compat-util: move wrapper.c funcs to its header
Calvin Wan
1
-111
/
+1
2023-07-05
git-compat-util: move strbuf.c funcs to its header
Calvin Wan
1
-32
/
+0
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-0
/
+2
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
1
-2
/
+0
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-6
/
+0
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
1
-6
/
+0
2023-03-28
Merge branch 'pe/time-use-gettimeofday'
Junio C Hamano
1
-0
/
+19
2023-03-21
git-compat-util: use gettimeofday(2) for time(2)
Paul Eggert
1
-0
/
+19
2023-03-17
Merge branch 'mc/credential-helper-www-authenticate'
Junio C Hamano
1
-0
/
+19
2023-02-27
http: read HTTP WWW-Authenticate response headers
Matthew John Cheetham
1
-0
/
+19
2023-02-23
hex.h: move some hex-related declarations from cache.h
Elijah Newren
1
-0
/
+1
2023-01-23
Merge branch 'rs/use-enhanced-bre-on-macos'
Junio C Hamano
1
-0
/
+5
2023-01-21
Merge branch 'rs/dup-array'
Junio C Hamano
1
-2
/
+13
2023-01-16
Sync with 2.39.1
Junio C Hamano
1
-0
/
+8
2023-01-09
add DUP_ARRAY
René Scharfe
1
-0
/
+5
2023-01-09
do full type check in BARF_UNLESS_COPYABLE
René Scharfe
1
-3
/
+6
2023-01-09
factor out BARF_UNLESS_COPYABLE
René Scharfe
1
-2
/
+5
2023-01-08
use enhanced basic regular expressions on macOS
René Scharfe
1
-0
/
+5
2022-12-19
Merge branch 'jk/avoid-redef-system-functions-2.30'
Junio C Hamano
1
-5
/
+12
2022-12-13
Sync with 2.38.3
Junio C Hamano
1
-0
/
+8
2022-12-13
Sync with Git 2.37.5
Junio C Hamano
1
-0
/
+8
2022-12-13
Merge branch 'maint-2.36' into maint-2.37
Junio C Hamano
1
-0
/
+8
2022-12-13
Merge branch 'maint-2.35' into maint-2.36
Junio C Hamano
1
-0
/
+8
2022-12-13
Merge branch 'maint-2.34' into maint-2.35
Junio C Hamano
1
-0
/
+8
2022-12-13
Merge branch 'maint-2.33' into maint-2.34
Junio C Hamano
1
-0
/
+8
2022-12-13
Sync with Git 2.32.5
Junio C Hamano
1
-0
/
+8
2022-12-13
Sync with Git 2.31.6
Junio C Hamano
1
-0
/
+8
2022-12-13
Sync with Git 2.30.7
Junio C Hamano
1
-0
/
+8
2022-12-09
pretty: fix integer overflow in wrapping format
Patrick Steinhardt
1
-0
/
+8
2022-12-05
git-compat-util: undefine system names before redeclaring them
Jeff King
1
-0
/
+4
2022-12-01
git-compat-util: avoid redefining system function names
Jeff King
1
-3
/
+8
2022-10-27
Merge branch 'ab/unused-annotation' into maint-2.38
Junio C Hamano
1
-1
/
+4
2022-10-27
Merge branch 'jk/unused-anno-more'
Junio C Hamano
1
-6
/
+10
2022-10-17
mark unused parameters in trivial compat functions
Jeff King
1
-6
/
+10
2022-10-17
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-1
/
+4
2022-10-07
Merge branch 'ds/use-platform-regex-on-macos'
Junio C Hamano
1
-0
/
+1
2022-10-05
git-compat-util.h: GCC deprecated message arg only in GCC 4.5+
Alejandro R. Sedeño
1
-1
/
+4
2022-09-14
Merge branch 'ab/unused-annotation'
Junio C Hamano
1
-6
/
+7
2022-09-14
Merge branch 'jk/unused-annotation'
Junio C Hamano
1
-2
/
+11
2022-09-13
Merge branch 'jk/pipe-command-nonblock' into maint
Junio C Hamano
1
-0
/
+22
2022-09-13
Merge branch 'ab/submodule-helper-prep'
Junio C Hamano
1
-0
/
+3
2022-09-02
submodule--helper: check repo{_submodule,}_init() return values
Ævar Arnfjörð Bjarmason
1
-0
/
+3
2022-09-01
git-compat-util.h: use "deprecated" for UNUSED variables
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2022-08-26
grep: fix multibyte regex handling under macOS
Diomidis Spinellis
1
-0
/
+1
2022-08-25
Merge branch 'vd/scalar-generalize-diagnose'
Junio C Hamano
1
-0
/
+1
2022-08-25
Merge branch 'jk/pipe-command-nonblock'
Junio C Hamano
1
-0
/
+22
[prev]
[next]