| Commit message (Expand) | Author | Age | Files | Lines |
* | commit: add repository argument to lookup_commit | Stefan Beller | 2018-06-29 | 1 | -1/+3 |
* | notes: convert write_notes_tree to object_id | Patryk Obara | 2018-01-30 | 1 | -1/+1 |
* | commit: convert commit_tree* to object_id | Patryk Obara | 2018-01-30 | 1 | -3/+4 |
* | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
* | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 2017-10-16 | 1 | -1/+1 |
* | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ |
|
| * | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
* | | Merge branch 'bw/object-id' | Junio C Hamano | 2017-06-19 | 1 | -1/+1 |
|\ \ |
|
| * | | notes: convert some accessor functions to struct object_id | brian m. carlson | 2017-06-02 | 1 | -1/+1 |
| * | | builtin/notes: convert to struct object_id | brian m. carlson | 2017-06-02 | 1 | -2/+2 |
* | | | Merge branch 'ab/c-translators-comment-style' | Junio C Hamano | 2017-06-04 | 1 | -2/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | C style: use standard style for "TRANSLATORS" commentsab/c-translators-comment-style | Ævar Arnfjörð Bjarmason | 2017-05-31 | 1 | -2/+5 |
| |/ |
|
* | | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
* | | notes-utils: convert internals to struct object_id | brian m. carlson | 2017-05-08 | 1 | -9/+9 |
|/ |
|
* | notes: allow treeish expressions as notes refmh/notes-allow-reading-treeish | Mike Hommey | 2016-01-12 | 1 | -3/+3 |
* | notes: extract parse_notes_merge_strategy to notes-utils | Jacob Keller | 2015-08-17 | 1 | -0/+18 |
* | use strbuf_complete_line() for adding a newline if neededrs/use-strbuf-complete-line | René Scharfe | 2014-12-12 | 1 | -2/+1 |
* | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 2014-07-02 | 1 | -3/+4 |
|\ |
|
| * | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 2014-06-12 | 1 | -3/+4 |
* | | refs.h: rename the action_on_err constants | Michael Haggerty | 2014-04-07 | 1 | -1/+2 |
|/ |
|
* | notes-utils: handle boolean notes.rewritemode correctly | John Keeping | 2014-02-18 | 1 | -1/+1 |
* | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 1 | -2/+2 |
|\ |
|
| * | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -2/+2 |
* | | assume parse_commit checks for NULL commit | Jeff King | 2013-10-24 | 1 | -1/+1 |
|/ |
|
* | Move create_notes_commit() from notes-merge.c into notes-utils.c | Johan Herland | 2013-06-12 | 1 | -1/+26 |
* | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c | Johan Herland | 2013-06-12 | 1 | -0/+132 |