Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with 2.33.2 | Johannes Schindelin | 2022-03-24 | 2 | -0/+96 |
|\ | |||||
| * | Sync with 2.32.1 | Johannes Schindelin | 2022-03-24 | 2 | -0/+96 |
| |\ | |||||
| | * | Sync with 2.31.2 | Johannes Schindelin | 2022-03-24 | 2 | -0/+96 |
| | |\ | |||||
| | | * | Sync with 2.30.3 | Johannes Schindelin | 2022-03-24 | 2 | -0/+96 |
| | | |\ | |||||
| | | | * | Add a function to determine whether a path is owned by the current user | Johannes Schindelin | 2022-03-21 | 2 | -0/+94 |
| | | | * | mingw: avoid fallback for {local,gm}time_r() | Carlo Marcelo Arenas Belón | 2022-03-17 | 1 | -0/+2 |
| * | | | | Merge branch 'rs/git-mmap-uses-malloc' into maint | Junio C Hamano | 2021-10-12 | 1 | -1/+6 |
| |\ \ \ \ | |||||
* | | | | | | simple-ipc: work around issues with Cygwin's Unix socket emulation | Johannes Schindelin | 2021-11-10 | 1 | -0/+22 |
* | | | | | | Merge branch 'cm/save-restore-terminal' | Junio C Hamano | 2021-10-18 | 2 | -15/+63 |
|\ \ \ \ \ \ | |||||
| * | | | | | | terminal: teach git how to save/restore its terminal settings | Carlo Marcelo Arenas Belón | 2021-10-06 | 2 | -15/+63 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'jh/builtin-fsmonitor-part1' | Junio C Hamano | 2021-10-13 | 2 | -22/+171 |
|\ \ \ \ \ \ | |||||
| * | | | | | | simple-ipc/ipc-win32: add Windows ACL to named pipe | Jeff Hostetler | 2021-09-20 | 1 | -11/+129 |
| * | | | | | | simple-ipc/ipc-win32: add trace2 debugging | Jeff Hostetler | 2021-09-20 | 1 | -1/+24 |
| * | | | | | | simple-ipc: preparations for supporting binary messages. | Jeff Hostetler | 2021-09-20 | 2 | -10/+18 |
* | | | | | | | Merge branch 'ab/config-based-hooks-1' | Junio C Hamano | 2021-10-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Makefile: stop hardcoding {command,config}-list.h | Ævar Arnfjörð Bjarmason | 2021-09-23 | 1 | -1/+1 |
* | | | | | | | | lazyload.h: use an even more generic function pointer than FARPROC | Carlo Marcelo Arenas Belón | 2021-09-27 | 1 | -3/+6 |
* | | | | | | | | lazyload.h: fix warnings about mismatching function pointer types | Johannes Sixt | 2021-09-27 | 1 | -2/+3 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'cb/pedantic-build-for-developers' | Junio C Hamano | 2021-09-20 | 2 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | win32: allow building with pedantic mode enabled | Carlo Marcelo Arenas Belón | 2021-09-03 | 2 | -2/+2 |
* | | | | | | | | Merge branch 'ab/tr2-leaks-and-fixes' | Junio C Hamano | 2021-09-20 | 1 | -24/+145 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | |||||
| * | | | | | | | tr2: log N parent process names on Linux | Ævar Arnfjörð Bjarmason | 2021-09-07 | 1 | -17/+132 |
| * | | | | | | | tr2: do compiler enum check in trace2_collect_process_info() | Ævar Arnfjörð Bjarmason | 2021-09-07 | 1 | -6/+7 |
| * | | | | | | | tr2: leave the parent list empty upon failure & don't leak memory | Ævar Arnfjörð Bjarmason | 2021-09-07 | 1 | -3/+5 |
| * | | | | | | | tr2: clarify TRACE2_PROCESS_INFO_EXIT comment under Linux | Ævar Arnfjörð Bjarmason | 2021-09-07 | 1 | -1/+5 |
| * | | | | | | | tr2: remove NEEDSWORK comment for "non-procfs" implementations | Ævar Arnfjörð Bjarmason | 2021-09-07 | 1 | -1/+0 |
| |/ / / / / / | |||||
* | | | | | | | Merge branch 'rs/git-mmap-uses-malloc' | Junio C Hamano | 2021-09-08 | 1 | -1/+6 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | |||||
| * | | | | | compat: let git_mmap use malloc(3) directly | René Scharfe | 2021-08-24 | 1 | -1/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'es/trace2-log-parent-process-name' | Junio C Hamano | 2021-08-24 | 2 | -0/+66 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | tr2: log parent process name | Emily Shaffer | 2021-07-22 | 1 | -0/+55 |
| * | | | | tr2: make process info collection platform-generic | Emily Shaffer | 2021-07-22 | 1 | -0/+11 |
* | | | | | mingw: align symlinks-related rmdir() behavior with Linux | Thomas Bétous | 2021-08-02 | 1 | -0/+21 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'jh/simple-ipc-sans-pthread' | Junio C Hamano | 2021-05-22 | 3 | -7/+19 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | simple-ipc: correct ifdefs when NO_PTHREADS is defined | Jeff Hostetler | 2021-05-21 | 3 | -7/+19 |
* | | | | Merge branch 'js/access-nul-emulation-on-windows' | Junio C Hamano | 2021-04-20 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | msvc: avoid calling `access("NUL", flags)` | Johannes Schindelin | 2021-04-16 | 1 | -0/+2 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'tb/precompose-prefix-simplify' | Junio C Hamano | 2021-04-13 | 2 | -5/+5 |
|\ \ \ \ | |||||
| * | | | | precompose_utf8: make precompose_string_if_needed() public | Torsten Bögershausen | 2021-04-05 | 2 | -5/+5 |
* | | | | | Merge branch 'jh/simple-ipc' | Junio C Hamano | 2021-04-02 | 3 | -0/+1778 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | |||||
| * | | | simple-ipc: add Unix domain socket implementation | Jeff Hostetler | 2021-03-22 | 1 | -0/+999 |
| * | | | simple-ipc: add win32 implementation | Jeff Hostetler | 2021-03-15 | 2 | -0/+779 |
* | | | | Sync with Git 2.30.2 for CVE-2021-21300 | Junio C Hamano | 2021-03-08 | 1 | -0/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Sync with 2.29.3 | Johannes Schindelin | 2021-02-12 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Sync with 2.28.1 | Johannes Schindelin | 2021-02-12 | 1 | -0/+2 |
| | |\ \ | |||||
| | | * \ | Sync with 2.27.1 | Johannes Schindelin | 2021-02-12 | 1 | -0/+2 |
| | | |\ \ | |||||
| | | | * \ | Sync with 2.26.3 | Johannes Schindelin | 2021-02-12 | 1 | -0/+2 |
| | | | |\ \ | |||||
| | | | | * \ | Sync with 2.25.5 | Johannes Schindelin | 2021-02-12 | 1 | -0/+2 |
| | | | | |\ \ | |||||
| | | | | | * \ | Sync with 2.24.4 | Johannes Schindelin | 2021-02-12 | 1 | -0/+2 |
| | | | | | |\ \ | |||||
| | | | | | | * \ | Sync with 2.23.4 | Johannes Schindelin | 2021-02-12 | 1 | -0/+2 |
| | | | | | | |\ \ | |||||
| | | | | | | | * \ | Sync with 2.22.5 | Johannes Schindelin | 2021-02-12 | 1 | -0/+2 |
| | | | | | | | |\ \ |