index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compat
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'en/header-cleanup'
Junio C Hamano
2024-01-08
5
-4
/
+3
|
\
|
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
2
-4
/
+0
|
*
fsmonitor--daemon.h: remove unnecessary includes
Elijah Newren
2023-12-26
3
-0
/
+3
*
|
config: handle NULL value when parsing non-bools
Jeff King
2023-12-09
1
-0
/
+2
|
/
*
Merge branch 'jk/fsmonitor-unused-parameter'
Junio C Hamano
2023-09-29
6
-25
/
+22
|
\
|
*
fsmonitor/darwin: mark unused parameters in system callback
Jeff King
2023-09-19
1
-2
/
+2
|
*
fsmonitor: mark unused parameters in stub functions
Jeff King
2023-09-19
2
-7
/
+8
|
*
fsmonitor/win32: mark unused parameter in fsm_os__incompatible()
Jeff King
2023-09-19
1
-1
/
+1
|
*
fsmonitor/win32: drop unused parameters
Jeff King
2023-09-19
1
-14
/
+10
|
*
fsmonitor: prefer repo_git_path() to git_pathdup()
Jeff King
2023-09-19
1
-1
/
+1
*
|
hashmap: use expected signatures for comparison functions
Jeff King
2023-08-20
1
-4
/
+6
|
/
*
Merge branch 'ds/maintenance-on-windows-fix'
Junio C Hamano
2023-08-15
1
-0
/
+115
|
\
|
*
win32: add a helper to run `git.exe` without a foreground window
Johannes Schindelin
2023-08-09
1
-0
/
+115
*
|
Merge branch 'ma/locate-in-path-for-windows'
Junio C Hamano
2023-08-10
2
-0
/
+8
|
\
\
|
*
|
compat/mingw: implement a native locate_in_PATH()
Matthias Aßhauer
2023-08-04
2
-0
/
+8
|
|
/
*
|
Merge branch 'mh/mingw-case-sensitive-build'
Junio C Hamano
2023-07-25
1
-2
/
+2
|
\
\
|
*
|
mingw: use lowercase includes for some Windows headers
Mike Hommey
2023-06-12
1
-2
/
+2
|
|
/
*
|
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-17
1
-1
/
+0
|
\
\
|
*
|
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
|
|
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
2
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
2
-2
/
+5
|
|
/
*
|
fsmonitor-ll.h: split this header out of fsmonitor.h
Elijah Newren
2023-06-21
9
-9
/
+12
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
10
-9
/
+9
*
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
2
-0
/
+2
|
/
*
fsmonitor: reduce includes of cache.h
Elijah Newren
2023-04-24
3
-3
/
+3
*
cache.h: remove unnecessary headers
Elijah Newren
2023-04-24
2
-0
/
+2
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
4
-0
/
+4
*
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: remove double forward declaration of read_in_full
Elijah Newren
2023-04-11
1
-0
/
+1
*
treewide: remove unnecessary cache.h inclusion
Elijah Newren
2023-04-11
1
-1
/
+1
*
treewide: be explicit about dependence on trace.h & trace2.h
Elijah Newren
2023-04-11
5
-0
/
+6
*
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
2
-0
/
+2
*
treewide: remove unnecessary includes of cache.h
Elijah Newren
2023-03-21
1
-1
/
+1
*
wrapper.h: move declarations for wrapper.c functions from cache.h
Elijah Newren
2023-03-21
2
-0
/
+2
*
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
3
-0
/
+3
*
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
2023-03-21
2
-2
/
+2
*
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
11
-0
/
+11
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-0
/
+1
*
treewide: ensure one of the appropriate headers is sourced first
Elijah Newren
2023-02-24
2
-0
/
+2
*
Merge branch 'sk/winansi-createthread-fix'
Junio C Hamano
2023-02-09
1
-1
/
+1
|
\
|
*
compat/winansi: check for errors of CreateThread() correctly
Seija Kijin
2023-02-01
1
-1
/
+1
*
|
Merge branch 'sk/win32-close-handle-upon-pthread-join'
Junio C Hamano
2023-01-23
1
-11
/
+14
|
\
\
|
*
|
win32: close handles of threads that have been joined
Seija Kijin
2023-01-04
1
-0
/
+3
|
*
|
win32: prepare pthread.c for change by formatting
Seija Kijin
2023-01-04
1
-11
/
+11
|
|
/
*
|
Merge branch 'rs/use-enhanced-bre-on-macos'
Junio C Hamano
2023-01-23
1
-0
/
+9
|
\
\
|
*
|
use enhanced basic regular expressions on macOS
René Scharfe
2023-01-08
1
-0
/
+9
|
|
/
*
|
Merge branch 'rs/dup-array'
Junio C Hamano
2023-01-22
1
-7
/
+3
|
\
\
|
*
|
use DUP_ARRAY
René Scharfe
2023-01-09
1
-2
/
+1
[next]