Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2024-01-20Merge branch 'sk/mingw-owner-check-error-message-improvement'Junio C Hamano
2024-01-10mingw: give more details about unsafe directory's ownershipSören Krecker
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26fsmonitor--daemon.h: remove unnecessary includesElijah Newren
2023-12-09config: handle NULL value when parsing non-boolsJeff King
2023-09-29Merge branch 'jk/fsmonitor-unused-parameter'Junio C Hamano
2023-09-19fsmonitor/darwin: mark unused parameters in system callbackJeff King
2023-09-19fsmonitor: mark unused parameters in stub functionsJeff King
2023-09-19fsmonitor/win32: mark unused parameter in fsm_os__incompatible()Jeff King
2023-09-19fsmonitor/win32: drop unused parametersJeff King
2023-09-19fsmonitor: prefer repo_git_path() to git_pathdup()Jeff King
2023-08-20hashmap: use expected signatures for comparison functionsJeff King
2023-08-15Merge branch 'ds/maintenance-on-windows-fix'Junio C Hamano
2023-08-10Merge branch 'ma/locate-in-path-for-windows'Junio C Hamano
2023-08-09win32: add a helper to run `git.exe` without a foreground windowJohannes Schindelin
2023-08-04compat/mingw: implement a native locate_in_PATH()Matthias Aßhauer
2023-07-25Merge branch 'mh/mingw-case-sensitive-build'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan
2023-06-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21fsmonitor-ll.h: split this header out of fsmonitor.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-06-12mingw: use lowercase includes for some Windows headersMike Hommey
2023-04-24fsmonitor: reduce includes of cache.hElijah Newren
2023-04-24cache.h: remove unnecessary headersElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-24symlinks.h: move declarations for symlinks.c functions from cache.hElijah Newren
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-04-11treewide: remove unnecessary cache.h inclusionElijah Newren
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren
2023-03-21treewide: remove unnecessary includes of cache.hElijah Newren
2023-03-21wrapper.h: move declarations for wrapper.c functions from cache.hElijah Newren
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2023-02-24treewide: ensure one of the appropriate headers is sourced firstElijah Newren
2023-02-10Merge branch 'sk/winansi-createthread-fix'Junio C Hamano
2023-02-02compat/winansi: check for errors of CreateThread() correctlySeija Kijin
2023-01-24Merge branch 'sk/win32-close-handle-upon-pthread-join'Junio C Hamano
2023-01-24Merge branch 'rs/use-enhanced-bre-on-macos'Junio C Hamano
2023-01-22Merge branch 'rs/dup-array'Junio C Hamano
2023-01-09use DUP_ARRAYRené Scharfe
2023-01-09mingw: make argv2 in try_shell_exec() non-constRené Scharfe