Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | ident: add the ability to provide a "fallback identity" | Johannes Schindelin | 2019-03-01 | 1 | -0/+5 | |
| * | | sha1-name.c: add `get_oidf()` which acts like `get_oid()` | Paul-Sebastian Ungureanu | 2019-03-01 | 1 | -0/+1 | |
* | | | Merge branch 'ma/clear-repository-format' | Junio C Hamano | 2019-03-20 | 1 | -3/+28 | |
|\ \ \ | ||||||
| * | | | setup: fix memory leaks with `struct repository_format` | Martin Ågren | 2019-03-01 | 1 | -3/+28 | |
| |/ / | ||||||
* | | | Merge branch 'jh/trace2' | Junio C Hamano | 2019-03-07 | 1 | -0/+1 | |
|\ \ \ | ||||||
| * | | | trace2: create new combined trace facility | Jeff Hostetler | 2019-02-23 | 1 | -0/+1 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'wh/author-committer-ident-config' | Junio C Hamano | 2019-03-07 | 1 | -2/+11 | |
|\ \ \ | ||||||
| * | | | config: allow giving separate author and committer idents | William Hubbs | 2019-02-04 | 1 | -2/+11 | |
* | | | | Merge branch 'tg/checkout-no-overlay' | Junio C Hamano | 2019-03-07 | 1 | -1/+6 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | read-cache: add invalidate parameter to remove_marked_cache_entries | Thomas Gummerer | 2019-01-03 | 1 | -1/+1 | |
| * | | | entry: factor out unlink_entry function | Thomas Gummerer | 2019-01-03 | 1 | -0/+5 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 2019-02-07 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | sha1-file: modernize loose header/stream functions | Jeff King | 2019-01-08 | 1 | -2/+2 | |
| * | | | update comment references to sha1_object_info() | Jeff King | 2019-01-08 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge branch 'lt/date-human' | Junio C Hamano | 2019-02-07 | 1 | -0/+3 | |
|\ \ \ | ||||||
| * | | | Add `human` format to test-tool | Stephen P. Smith | 2019-01-29 | 1 | -0/+2 | |
| * | | | Add 'human' date format | Linus Torvalds | 2019-01-18 | 1 | -0/+1 | |
* | | | | Merge branch 'jk/unused-parameter-cleanup' | Junio C Hamano | 2019-02-07 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | show_date_relative(): drop unused "tz" parameter | Jeff King | 2019-01-24 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'nd/the-index-final' | Junio C Hamano | 2019-02-07 | 1 | -23/+13 | |
|\ \ \ \ | ||||||
| * | | | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 2019-01-24 | 1 | -3/+3 | |
| * | | | | read-cache.c: remove the_* from index_has_changes() | Nguyễn Thái Ngọc Duy | 2019-01-14 | 1 | -3/+3 | |
| * | | | | sha1-name.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2019-01-14 | 1 | -1/+3 | |
| * | | | | read-cache.c: replace update_index_if_able with repo_& | Nguyễn Thái Ngọc Duy | 2019-01-14 | 1 | -6/+0 | |
| * | | | | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 2019-01-14 | 1 | -8/+3 | |
| * | | | | repository.c: replace hold_locked_index() with repo_hold_locked_index() | Nguyễn Thái Ngọc Duy | 2019-01-14 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'tt/bisect-in-c' | Junio C Hamano | 2019-02-07 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | wrapper: move is_empty_file() and rename it as is_empty_or_missing_file() | Pranit Bauva | 2019-01-02 | 1 | -0/+3 | |
| |/ / / | ||||||
* | | | | Merge branch 'dt/cat-file-batch-ambiguous' | Junio C Hamano | 2019-02-07 | 1 | -1/+19 | |
|\ \ \ \ | ||||||
| * | | | | Do not print 'dangling' for cat-file in case of ambiguity | David Turner | 2019-01-19 | 1 | -1/+19 | |
| | |/ / | |/| | | ||||||
* | | | | Merge branch 'jk/add-ignore-errors-bit-assignment-fix' | Junio C Hamano | 2019-02-05 | 1 | -0/+1 | |
|\ \ \ \ | ||||||
| * | | | | add: use separate ADD_CACHE_RENORMALIZE flag | Jeff King | 2019-01-17 | 1 | -0/+1 | |
* | | | | | Merge branch 'bc/tree-walk-oid' | Junio C Hamano | 2019-01-29 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | cache: make oidcpy always copy GIT_MAX_RAWSZ bytes | brian m. carlson | 2019-01-15 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'bc/sha-256' | Junio C Hamano | 2019-01-29 | 1 | -18/+33 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Add a base implementation of SHA-256 support | brian m. carlson | 2018-11-14 | 1 | -3/+9 | |
| * | | | | sha1-file: add a constant for hash block size | brian m. carlson | 2018-11-14 | 1 | -0/+4 | |
| * | | | | cache: make hashcmp and hasheq work with larger hashes | brian m. carlson | 2018-11-14 | 1 | -10/+12 | |
| * | | | | hex: introduce functions to print arbitrary hashes | brian m. carlson | 2018-11-14 | 1 | -6/+9 | |
* | | | | | checkout: print something when checking out paths | Nguyễn Thái Ngọc Duy | 2018-11-14 | 1 | -2/+2 | |
| |/ / / |/| | | | ||||||
* | | | | Merge branch 'bp/refresh-index-using-preload' | Junio C Hamano | 2018-11-13 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | speed up refresh_index() by utilizing preload_index() | Ben Peart | 2018-10-30 | 1 | -0/+3 | |
* | | | | | Merge branch 'ao/submodule-wo-gitmodules-checked-out' | Junio C Hamano | 2018-11-13 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | submodule: add a helper to check if it is safe to write to .gitmodules | Antonio Ospite | 2018-10-09 | 1 | -0/+2 | |
* | | | | | | Merge branch 'js/mingw-perl5lib' | Junio C Hamano | 2018-11-13 | 1 | -8/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | config: move Windows-specific config settings into compat/mingw.c | Johannes Schindelin | 2018-10-31 | 1 | -8/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'nd/per-worktree-config' | Junio C Hamano | 2018-11-13 | 1 | -0/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | worktree: add per-worktree config files | Nguyễn Thái Ngọc Duy | 2018-10-22 | 1 | -0/+2 | |
* | | | | | | | Merge branch 'ag/rebase-i-in-c' | Junio C Hamano | 2018-11-02 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | editor: add a function to launch the sequence editor | Alban Gruin | 2018-08-10 | 1 | -0/+1 |