| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-21 | ewah: implement `struct ewah_or_iterator` | Taylor Blau | 1 | -0/+33 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -5/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+3 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -1/+1 |
| 2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -1/+1 |
| 2020-12-08 | ewah/ewah_bitmap.c: avoid open-coding ALLOC_GROW() | Taylor Blau | 1 | -11/+4 |
| 2018-06-21 | ewah: delete unused 'rlwit_discharge_empty()' | Junio C Hamano | 1 | -8/+12 |
| 2018-06-18 | ewah_bitmap: delete unused 'ewah_or()' | Derrick Stolee | 1 | -69/+0 |
| 2018-06-18 | ewah_bitmap: delete unused 'ewah_not()' | Derrick Stolee | 1 | -19/+0 |
| 2018-06-18 | ewah_bitmap: delete unused 'ewah_and_not()' | Derrick Stolee | 1 | -73/+0 |
| 2018-06-18 | ewah_bitmap: delete unused 'ewah_and()' | Derrick Stolee | 1 | -68/+0 |
| 2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 1 | -2/+1 |
| 2017-07-10 | use DIV_ROUND_UP | René Scharfe | 1 | -2/+2 |
| 2016-02-22 | ewah: convert to REALLOC_ARRAY, etc | Jeff King | 1 | -3/+2 |
| 2016-02-22 | convert ewah/bitmap code to use xmalloc | Jeff King | 1 | -6/+3 |
| 2015-06-03 | ewah: use less generic macro name | Jeff King | 1 | -11/+11 |
| 2014-04-22 | ewah_bitmap.c: do not assume size_t and eword_t are the same size | Kyle J. McKay | 1 | -1/+1 |
| 2013-12-30 | ewah: compressed bitmap implementation | Vicent Marti | 1 | -0/+714 |