Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bb/compat-util-comment-fix' | Junio C Hamano | 2019-10-18 | 1 | -1/+1 |
|\ | |||||
| * | git-compat-util: fix documentation syntax | Beat Bolli | 2019-10-12 | 1 | -1/+1 |
* | | Merge branch 'ew/hashmap' | Junio C Hamano | 2019-10-15 | 1 | -0/+38 |
|\ \ | |||||
| * | | OFFSETOF_VAR macro to simplify hashmap iterators | Eric Wong | 2019-10-07 | 1 | -0/+13 |
| * | | hashmap: use *_entry APIs to wrap container_of | Eric Wong | 2019-10-07 | 1 | -0/+15 |
| * | | introduce container_of macro | Eric Wong | 2019-10-07 | 1 | -0/+10 |
| |/ | |||||
* | | Merge branch 'js/diff-rename-force-stable-sort' | Junio C Hamano | 2019-10-09 | 1 | -3/+6 |
|\ \ | |||||
| * | | Move git_sort(), a stable sort, into into libgit.a | Johannes Schindelin | 2019-10-02 | 1 | -3/+6 |
| |/ | |||||
* | | Merge branch 'sg/name-rev-cutoff-underflow-fix' | Junio C Hamano | 2019-10-09 | 1 | -0/+1 |
|\ \ | |||||
| * | | name-rev: avoid cutoff timestamp underflow | SZEDER Gábor | 2019-09-28 | 1 | -0/+1 |
| |/ | |||||
* / | packfile: drop release_pack_memory() | Jeff King | 2019-08-13 | 1 | -3/+0 |
|/ | |||||
* | msvc: add a compile-time flag to allow detailed heap debugging | Jeff Hostetler | 2019-06-25 | 1 | -0/+9 |
* | Merge branch 'cc/access-on-aix-workaround' | Junio C Hamano | 2019-05-13 | 1 | -1/+11 |
|\ | |||||
| * | git-compat-util: work around for access(X_OK) under root | Clément Chigot | 2019-04-25 | 1 | -1/+11 |
* | | Merge branch 'dl/no-extern-in-func-decl' | Junio C Hamano | 2019-05-13 | 1 | -66/+66 |
|\ \ | |||||
| * | | *.[ch]: manually align parameter lists | Denton Liu | 2019-05-05 | 1 | -2/+2 |
| * | | *.[ch]: remove extern from function declarations using sed | Denton Liu | 2019-05-05 | 1 | -10/+10 |
| * | | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 2019-05-05 | 1 | -54/+54 |
* | | | Merge branch 'ss/msvc-path-utils-fix' | Junio C Hamano | 2019-05-08 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | MSVC: include compat/win32/path-utils.h for MSVC, too, for real_path() | Sven Strickroth | 2019-04-09 | 1 | -0/+1 |
* | | | trace2: create new combined trace facility | Jeff Hostetler | 2019-02-23 | 1 | -0/+7 |
| |/ |/| | |||||
* | | Merge branch 'nd/fileno-may-be-macro' | Junio C Hamano | 2019-02-14 | 1 | -0/+8 |
|\ \ | |||||
| * | | git-compat-util: work around fileno(fp) that is a macro | Duy Nguyen | 2019-02-12 | 1 | -0/+8 |
* | | | Merge branch 'rb/hpe' | Junio C Hamano | 2019-01-18 | 1 | -0/+13 |
|\ \ \ | |||||
| * | | | git-compat-util.h: add FLOSS headers for HPE NonStop | Randall S. Becker | 2019-01-03 | 1 | -0/+13 |
| |/ / | |||||
* | | | Merge branch 'nd/indentation-fix' | Junio C Hamano | 2019-01-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Indent code with TABs | Nguyễn Thái Ngọc Duy | 2018-12-09 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge branch 'tb/use-common-win32-pathfuncs-on-cygwin' | Junio C Hamano | 2019-01-15 | 1 | -1/+2 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | git clone <url> C:\cygwin\home\USER\repo' is working (again) | Torsten Bögershausen | 2018-12-27 | 1 | -1/+2 |
* | | Merge branch 'cc/delta-islands' | Junio C Hamano | 2018-11-21 | 1 | -0/+1 |
|\ \ | |||||
| * | | pack-objects: zero-initialize tree_depth/layer arrays | Jeff King | 2018-11-21 | 1 | -0/+1 |
* | | | git-compat-util: prefer poll.h to sys/poll.h | Đoàn Trần Công Danh | 2018-11-14 | 1 | -1/+4 |
* | | | config: allow for platform-specific core.* config settings | Johannes Schindelin | 2018-10-31 | 1 | -0/+8 |
* | | | Merge branch 'cb/khash-maybe-unused-function' | Junio C Hamano | 2018-10-30 | 1 | -0/+2 |
|\ \ \ | |||||
| * | | | commit-slabs: move MAYBE_UNUSED out | Carlo Marcelo Arenas Belón | 2018-10-24 | 1 | -0/+2 |
* | | | | Merge branch 'js/mingw-default-ident' | Junio C Hamano | 2018-10-26 | 1 | -0/+4 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | mingw: use domain information for default email | Johannes Schindelin | 2018-10-16 | 1 | -0/+4 |
| | |/ | |/| | |||||
* | | | mingw: bump the minimum Windows version to Vista | Johannes Schindelin | 2018-10-04 | 1 | -1/+1 |
* | | | mingw: set _WIN32_WINNT explicitly for Git for Windows | Johannes Schindelin | 2018-10-04 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'js/typofixes' | Junio C Hamano | 2018-08-20 | 1 | -1/+1 |
|\ \ | |||||
| * | | git-compat-util.h: fix typo | Johannes Schindelin | 2018-08-08 | 1 | -1/+1 |
* | | | automatically ban strcpy() | Jeff King | 2018-07-26 | 1 | -0/+6 |
| |/ |/| | |||||
* | | Merge branch 'js/use-bug-macro' | Junio C Hamano | 2018-05-30 | 1 | -1/+4 |
|\ \ | |||||
| * | | BUG_exit_code: fix sparse "symbol not declared" warning | Ramsay Jones | 2018-05-10 | 1 | -0/+3 |
| * | | Convert remaining die*(BUG) messages | Johannes Schindelin | 2018-05-06 | 1 | -1/+1 |
* | | | Sync with Git 2.17.1 | Junio C Hamano | 2018-05-29 | 1 | -0/+17 |
|\ \ \ | |||||
| * \ \ | Sync with Git 2.16.4 | Junio C Hamano | 2018-05-22 | 1 | -0/+17 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Sync with Git 2.15.2 | Junio C Hamano | 2018-05-22 | 1 | -0/+17 |
| | |\ \ | |||||
| | | * \ | Sync with Git 2.14.4 | Junio C Hamano | 2018-05-22 | 1 | -0/+17 |
| | | |\ \ | |||||
| | | | * \ | Sync with Git 2.13.7 | Junio C Hamano | 2018-05-22 | 1 | -0/+17 |
| | | | |\ \ |