| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 2018-05-06 | 1 | -2/+2 |
* | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 2018-03-14 | 1 | -1/+1 |
* | commit: convert commit_tree* to object_id | Patryk Obara | 2018-01-30 | 1 | -5/+4 |
* | Switch empty tree and blob lookups to use hash abstraction | brian m. carlson | 2017-11-13 | 1 | -1/+1 |
* | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 2017-11-09 | 1 | -2/+2 |
|\ |
|
| * | diff: make struct diff_flags members lowercasebw/diff-opt-impl-to-bitfields | Brandon Williams | 2017-11-01 | 1 | -2/+2 |
| * | diff: remove DIFF_OPT_SET macro | Brandon Williams | 2017-11-01 | 1 | -2/+2 |
* | | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
|/ |
|
* | notes-merge: drop dead zero-write code | Jeff King | 2017-09-26 | 1 | -2/+0 |
* | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 2017-09-25 | 1 | -1/+1 |
|\ |
|
| * | notes-merge: use ssize_t for write_in_full() return value | Jeff King | 2017-09-14 | 1 | -1/+1 |
* | | Merge branch 'ma/up-to-date' | Junio C Hamano | 2017-09-10 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: correct several "up-to-date" to "up to date"ma/up-to-date | Martin Ågren | 2017-08-23 | 1 | -1/+1 |
* | | | sha1_file: convert index_path to struct object_id | Patryk Obara | 2017-08-20 | 1 | -1/+1 |
| |/
|/| |
|
* | | use MOVE_ARRAY | René Scharfe | 2017-07-17 | 1 | -2/+1 |
|/ |
|
* | diff-tree: convert diff_tree_sha1 to struct object_id | Brandon Williams | 2017-06-05 | 1 | -2/+2 |
* | notes-merge: convert write_note_to_worktree to struct object_id | Brandon Williams | 2017-06-05 | 1 | -10/+10 |
* | notes-merge: convert verify_notes_filepair to struct object_id | Brandon Williams | 2017-06-05 | 1 | -10/+10 |
* | notes-merge: convert find_notes_merge_pair_ps to struct object_id | Brandon Williams | 2017-06-05 | 1 | -12/+12 |
* | notes-merge: convert merge_from_diffs to struct object_id | Brandon Williams | 2017-06-05 | 1 | -15/+16 |
* | notes-merge: convert notes_merge* to struct object_id | Brandon Williams | 2017-06-05 | 1 | -29/+29 |
* | notes: convert some accessor functions to struct object_id | brian m. carlson | 2017-06-02 | 1 | -9/+9 |
* | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 | 1 | -2/+2 |
* | Convert remaining callers of lookup_commit_reference* to object_id | brian m. carlson | 2017-05-08 | 1 | -13/+13 |
* | replace strbuf_addstr(git_path()) with git_path_buf() | Jeff King | 2017-04-20 | 1 | -2/+2 |
* | Merge branch 'va/i18n-more' | Junio C Hamano | 2016-09-26 | 1 | -4/+4 |
|\ |
|
| * | i18n: notes-merge: mark die messages for translation | Vasco Almeida | 2016-09-21 | 1 | -4/+4 |
* | | Convert read_mmblob to take struct object_id. | brian m. carlson | 2016-09-07 | 1 | -3/+3 |
* | | notes-merge: convert struct notes_merge_pair to struct object_id | brian m. carlson | 2016-09-07 | 1 | -62/+65 |
|/ |
|
* | Merge branch 'rs/notes-merge-no-toctou' | Junio C Hamano | 2016-07-28 | 1 | -5/+1 |
|\ |
|
| * | notes-merge: use O_EXCL to avoid overwriting existing filesrs/notes-merge-no-toctou | René Scharfe | 2016-07-07 | 1 | -5/+1 |
* | | Merge branch 'bc/cocci' | Junio C Hamano | 2016-07-19 | 1 | -21/+21 |
|\ \ |
|
| * | | diff: convert struct diff_filespec to struct object_id | brian m. carlson | 2016-06-28 | 1 | -21/+21 |
| |/ |
|
* | | pathspec: rename free_pathspec() to clear_pathspec()jc/clear-pathspec | Junio C Hamano | 2016-06-02 | 1 | -2/+2 |
|/ |
|
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -10/+10 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -10/+10 |
* | prefer git_pathdup to git_path in some possibly-dangerous cases | Jeff King | 2015-08-10 | 1 | -1/+2 |
* | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -3/+3 |
|\ |
|
| * | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -3/+3 |
* | | Merge branch 'jc/merge-bases' | Junio C Hamano | 2015-01-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | get_merge_bases(): always clean-up object flagsjc/merge-bases | Junio C Hamano | 2014-10-30 | 1 | -1/+1 |
* | | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 2014-10-15 | 1 | -1/+1 |
|/ |
|
* | commit: record buffer length in cache | Jeff King | 2014-06-13 | 1 | -1/+1 |
* | use get_commit_buffer everywhere | Jeff King | 2014-06-13 | 1 | -1/+3 |
* | replace dangerous uses of strbuf_attach | Jeff King | 2014-06-12 | 1 | -4/+1 |
* | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 2014-06-12 | 1 | -2/+4 |
* | remove diff_tree_{setup,release}_paths | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+2 |
* | Move create_notes_commit() from notes-merge.c into notes-utils.c | Johan Herland | 2013-06-12 | 1 | -26/+1 |
* | Merge branch 'tr/void-diff-setup-done' | Junio C Hamano | 2012-08-22 | 1 | -4/+2 |
|\ |
|