Age | Commit message (Expand) | Author | Files | Lines |
2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -3/+2 |
2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -1/+2 |
2024-03-07 | Merge branch 'js/merge-tree-3-trees' | Junio C Hamano | 1 | -1/+4 |
2024-02-23 | Always check `parse_tree*()`'s return value | Johannes Schindelin | 1 | -1/+4 |
2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -3/+0 |
2023-10-02 | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 1 | -1/+2 |
2023-06-21 | diff.h: remove unnecessary include of oidset.h | Elijah Newren | 1 | -0/+2 |
2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+1 |
2023-06-21 | merge.h: move declarations for merge.c from cache.h | Elijah Newren | 1 | -0/+1 |
2023-04-24 | commit.h: reduce unnecessary includes | Elijah Newren | 1 | -0/+1 |
2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
2022-10-30 | use child_process members "args" and "env" directly | René Scharfe | 1 | -9/+9 |
2021-09-27 | unpack-trees: introduce preserve_ignored to unpack_trees_options | Elijah Newren | 1 | -7/+1 |
2021-07-01 | dir.[ch]: replace dir_init() with DIR_INIT | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2020-08-18 | dir: fix problematic API to avoid memory leaks | Elijah Newren | 1 | -1/+2 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: convert remaining callers away from argv_array name | Jeff King | 1 | -8/+8 |
2020-03-16 | builtin/checkout: compute checkout metadata for checkouts | brian m. carlson | 1 | -0/+1 |
2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2019-01-14 | repository.c: replace hold_locked_index() with repo_hold_locked_index() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-21 | merge.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -9/+11 |
2018-08-02 | Merge branch 'en/dirty-merge-fixes' | Junio C Hamano | 1 | -31/+0 |
2018-07-03 | read-cache.c: move index_has_changes() from merge.c | Elijah Newren | 1 | -31/+0 |
2018-05-30 | Merge branch 'ma/unpack-trees-free-msgs' | Junio C Hamano | 1 | -15/+20 |
2018-05-22 | unpack_trees_options: free messages when done | Martin Ågren | 1 | -0/+3 |
2018-05-21 | merge: setup `opts` later in `checkout_fast_forward()` | Martin Ågren | 1 | -15/+17 |
2018-05-02 | merge: convert empty tree constant to the_hash_algo | brian m. carlson | 1 | -4/+1 |
2018-02-28 | merge: always roll back lock in `checkout_fast_forward()` | Martin Ågren | 1 | -3/+9 |
2017-12-22 | Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with... | Junio C Hamano | 1 | -0/+33 |
2017-12-22 | move index_has_changes() from builtin/am.c to merge.c for reuse | Elijah Newren | 1 | -0/+33 |
2017-10-07 | read-cache: leave lock in right state in `write_locked_index()` | Martin Ågren | 1 | -3/+1 |
2017-10-06 | treewide: prefer lockfiles on the stack | Martin Ågren | 1 | -4/+4 |
2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -2/+2 |
2017-05-08 | merge: convert checkout_fast_forward to struct object_id | brian m. carlson | 1 | -4/+4 |
2016-12-07 | lockfile: LOCK_REPORT_ON_ERROR | Junio C Hamano | 1 | -1/+1 |
2016-09-09 | sequencer: lib'ify checkout_fast_forward() | Johannes Schindelin | 1 | -3/+6 |
2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -1/+1 |
2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
2014-07-16 | Merge branch 'nd/split-index' | Junio C Hamano | 1 | -4/+3 |
2014-06-19 | merge: use argv_array when spawning merge strategy | Jeff King | 1 | -29/+13 |
2014-06-13 | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 1 | -4/+3 |
2012-10-29 | Move try_merge_command and checkout_fast_forward to libgit.a | Nguyễn Thái Ngọc Duy | 1 | -0/+112 |