Age | Commit message (Expand) | Author | Files | Lines |
2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
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-11-12 | rerere.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -13/+13 |
2018-10-30 | Merge branch 'bc/hash-transition-part-15' | Junio C Hamano | 1 | -41/+44 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -55/+66 |
2018-10-15 | rerere: convert to use the_hash_algo | brian m. carlson | 1 | -39/+42 |
2018-09-24 | Merge branch 'en/rerere-multi-stage-1-fix' | Junio C Hamano | 1 | -1/+1 |
2018-09-21 | rerere.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -55/+64 |
2018-09-21 | ll-merge.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -4/+6 |
2018-09-17 | Merge branch 'tg/rerere' | Junio C Hamano | 1 | -127/+116 |
2018-09-11 | rerere: avoid buffer overrun | Elijah Newren | 1 | -1/+1 |
2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-06 | rerere: recalculate conflict ID when unresolved conflict is committed | Thomas Gummerer | 1 | -4/+3 |
2018-08-06 | rerere: teach rerere to handle nested conflicts | Thomas Gummerer | 1 | -2/+8 |
2018-08-06 | rerere: return strbuf from handle path | Thomas Gummerer | 1 | -40/+18 |
2018-08-06 | rerere: factor out handle_conflict function | Thomas Gummerer | 1 | -40/+47 |
2018-08-06 | rerere: only return whether a path has conflicts or not | Thomas Gummerer | 1 | -11/+12 |
2018-08-06 | rerere: fix crash with files rerere can't handle | Thomas Gummerer | 1 | -5/+7 |
2018-08-06 | rerere: add documentation for conflict normalization | Thomas Gummerer | 1 | -4/+0 |
2018-08-06 | rerere: mark strings for translation | Thomas Gummerer | 1 | -34/+34 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -3/+5 |
2018-07-16 | rerere: wrap paths in output in sq | Thomas Gummerer | 1 | -13/+13 |
2018-07-16 | rerere: lowercase error messages | Thomas Gummerer | 1 | -12/+12 |
2018-07-16 | rerere: unify error messages when read_cache fails | Thomas Gummerer | 1 | -3/+3 |
2018-05-30 | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 1 | -2/+1 |
2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -3/+4 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-10 | lock_file: move static locks into functions | Martin Ågren | 1 | -2/+1 |
2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-03-01 | write_locked_index(): add flag to avoid writing unchanged index | Martin Ågren | 1 | -5/+3 |
2018-01-22 | Use MOVE_ARRAY | SZEDER Gábor | 1 | -2/+2 |
2017-09-25 | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 1 | -1/+1 |
2017-09-14 | avoid "write_in_full(fd, buf, len) != len" pattern | Jeff King | 1 | -1/+1 |
2017-08-22 | rerere: allow approxidate in gc.rerereResolved/gc.rerereUnresolved | Junio C Hamano | 1 | -12/+2 |
2017-08-22 | rerere: represent time duration in timestamp_t internally | Junio C Hamano | 1 | -13/+23 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-26 | rerere.c: move error_errno() closer to the source system call | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2017-05-26 | print errno when reporting a system call error | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2017-05-26 | wrapper.c: add and use fopen_or_warn() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2016-12-07 | hold_locked_index(): align error handling with hold_lockfile_for_update() | Junio C Hamano | 1 | -1/+1 |
2016-09-07 | cache: convert struct cache_entry to use struct object_id | brian m. carlson | 1 | -1/+2 |
2016-05-23 | Merge branch 'jc/rerere-multi' | Junio C Hamano | 1 | -8/+17 |
2016-05-19 | rerere: remove an null statement | Junio C Hamano | 1 | -1/+1 |
2016-05-17 | Merge branch 'nd/error-errno' | Junio C Hamano | 1 | -11/+7 |
2016-05-11 | rerere: plug memory leaks upon "rerere forget" failure | Junio C Hamano | 1 | -8/+17 |
2016-05-09 | rerere.c: use error_errno() and warning_errno() | Nguyễn Thái Ngọc Duy | 1 | -11/+7 |