Age | Commit message (Expand) | Author | Files | Lines |
2017-12-22 | move index_has_changes() from builtin/am.c to merge.c for reuse | Elijah Newren | 1 | -37/+0 |
2017-12-13 | Merge branch 'bc/hash-algo' | Junio C Hamano | 1 | -1/+1 |
2017-12-07 | am: release strbuf after use in split_mail_mbox() | René Scharfe | 1 | -3/+7 |
2017-11-15 | Merge branch 'mh/tidy-ref-update-flags' | Junio C Hamano | 1 | -1/+1 |
2017-11-13 | Switch empty tree and blob lookups to use hash abstraction | brian m. carlson | 1 | -1/+1 |
2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -5/+5 |
2017-11-06 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -8/+8 |
2017-11-06 | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` | Michael Haggerty | 1 | -1/+1 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -5/+5 |
2017-11-01 | diff: remove DIFF_OPT_SET macro | Brandon Williams | 1 | -4/+4 |
2017-11-01 | diff: remove DIFF_OPT_TST macro | Brandon Williams | 1 | -1/+1 |
2017-10-16 | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -7/+7 |
2017-10-06 | apply: move lockfile into `apply_state` | Martin Ågren | 1 | -2/+1 |
2017-10-06 | treewide: prefer lockfiles on the stack | Martin Ågren | 1 | -13/+11 |
2017-09-07 | am: release strbuf after use in safe_to_abort() | Rene Scharfe | 1 | -0/+1 |
2017-09-07 | am: release strbuf on error return in hg_patch_to_mail() | Rene Scharfe | 1 | -10/+19 |
2017-09-07 | am: release strbufs after use in detect_patch_format() | Rene Scharfe | 1 | -2/+2 |
2017-08-23 | pack: move pack-closing functions | Jonathan Tan | 1 | -0/+1 |
2017-08-22 | Merge branch 'pw/am-signoff' | Junio C Hamano | 1 | -25/+1 |
2017-08-22 | Merge branch 'pw/sequence-rerere-autoupdate' | Junio C Hamano | 1 | -0/+12 |
2017-08-08 | am: fix signoff when other trailers are present | Phillip Wood | 1 | -25/+1 |
2017-08-02 | am: remember --rerere-autoupdate setting | Phillip Wood | 1 | -0/+12 |
2017-07-17 | sha1_name: convert get_sha1* to get_oid* | brian m. carlson | 1 | -3/+3 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -13/+5 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-06-16 | *.[ch] refactoring: make use of the FREE_AND_NULL() macro | Ævar Arnfjörð Bjarmason | 1 | -11/+4 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | Merge branch 'nd/fopen-errors' | Junio C Hamano | 1 | -6/+2 |
2017-06-05 | Merge branch 'jk/unbreak-am-h' into maint | Junio C Hamano | 1 | -0/+3 |
2017-06-05 | Merge branch 'rs/checkout-am-fix-unborn' into maint | Junio C Hamano | 1 | -1/+1 |
2017-06-04 | Merge branch 'js/plug-leaks' into maint | Junio C Hamano | 1 | -9/+6 |
2017-06-04 | Merge branch 'jk/am-leakfix' into maint | Junio C Hamano | 1 | -20/+14 |
2017-06-04 | Merge branch 'ja/do-not-ask-needless-questions' into maint | Junio C Hamano | 1 | -2/+3 |
2017-06-04 | Merge branch 'jk/unbreak-am-h' | Junio C Hamano | 1 | -0/+3 |
2017-06-02 | builtin/notes: convert to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-30 | am: handle "-h" argument earlier | Jeff King | 1 | -0/+3 |
2017-05-29 | Merge branch 'ja/do-not-ask-needless-questions' | Junio C Hamano | 1 | -2/+3 |
2017-05-29 | Merge branch 'js/plug-leaks' | Junio C Hamano | 1 | -9/+6 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -9/+9 |
2017-05-26 | use xfopen() in more places | Nguyễn Thái Ngọc Duy | 1 | -6/+2 |
2017-05-23 | Merge branch 'rs/checkout-am-fix-unborn' | Junio C Hamano | 1 | -1/+1 |
2017-05-16 | Merge branch 'js/larger-timestamps' | Junio C Hamano | 1 | -2/+2 |
2017-05-16 | Merge branch 'jk/am-leakfix' | Junio C Hamano | 1 | -20/+14 |
2017-05-12 | usability: don't ask questions if no reply is required | Jean-Noel Avila | 1 | -2/+3 |
2017-05-08 | tree: convert parse_tree_indirect to struct object_id | brian m. carlson | 1 | -3/+3 |
2017-05-08 | diff-lib: convert do_diff_cache to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | revision: rename add_pending_sha1 to add_pending_oid | brian m. carlson | 1 | -1/+1 |