194 Commits (3b026417eaa1f32f53b85d1b131194ae1cbbf068)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 431bb23a27 am: move advice.amWorkDir parsing back to advice.c 7 years ago
Nguyễn Thái Ngọc Duy 3e4a67b47d Use OPT_SET_INT_F() for cmdline option specification 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson d41836a0b2 builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algo 7 years ago
Stefan Beller d807c4a01d exec_cmd: rename to use dash in file name 7 years ago
Stefan Beller d0b5986622 object-store: close all packs upon clearing the object store 7 years ago
brian m. carlson fc5cb99f67 cache-tree: convert write_*_as_tree to object_id 7 years ago
Nguyễn Thái Ngọc Duy 65ed8ff376 am: support --quit 7 years ago
Nguyễn Thái Ngọc Duy fbd7a23237 rebase: introduce and use pseudo-ref REBASE_HEAD 7 years ago
Nguyễn Thái Ngọc Duy 66335298a4 rebase: add --show-current-patch 7 years ago
Nguyễn Thái Ngọc Duy 984913a210 am: add --show-current-patch 7 years ago
Patryk Obara 5078f34459 commit: convert commit_tree* to object_id 7 years ago
Jeff King e35f11c293 sq_quote_argv: drop maxlen parameter 7 years ago
Elijah Newren b101793c43 move index_has_changes() from builtin/am.c to merge.c for reuse 7 years ago
René Scharfe 1b09073514 am: release strbuf after use in split_mail_mbox() 7 years ago
brian m. carlson eb0ccfd7f5 Switch empty tree and blob lookups to use hash abstraction 7 years ago
Michael Haggerty 91774afcc3 refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` 7 years ago
Brandon Williams 0d1e0e7801 diff: make struct diff_flags members lowercase 7 years ago
Brandon Williams 23dcf77f48 diff: remove DIFF_OPT_SET macro 7 years ago
Brandon Williams 3b69daed86 diff: remove DIFF_OPT_TST macro 7 years ago
brian m. carlson 0f2dc722dd refs: convert resolve_refdup and refs_resolve_refdup to struct object_id 7 years ago
brian m. carlson ae077771b0 refs: convert update_ref and refs_update_ref to use struct object_id 7 years ago
Martin Ågren 6d058c8826 apply: move lockfile into `apply_state` 8 years ago
Martin Ågren 837e34eba4 treewide: prefer lockfiles on the stack 8 years ago
Rene Scharfe 28ac7aa79b am: release strbuf after use in safe_to_abort() 8 years ago
Rene Scharfe b36474ff6b am: release strbuf on error return in hg_patch_to_mail() 8 years ago
Rene Scharfe 542627a4f7 am: release strbufs after use in detect_patch_format() 8 years ago
Jonathan Tan 3836d88ae5 pack: move pack-closing functions 8 years ago
Phillip Wood 735285b403 am: fix signoff when other trailers are present 8 years ago
Phillip Wood fd4a3f486d am: remember --rerere-autoupdate setting 8 years ago
brian m. carlson e82caf384b sha1_name: convert get_sha1* to get_oid* 8 years ago
Ævar Arnfjörð Bjarmason 88ce3ef636 *.[ch] refactoring: make use of the FREE_AND_NULL() macro 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
brian m. carlson bb7e473971 builtin/notes: convert to struct object_id 8 years ago
Jeff King f3a2fffe06 am: handle "-h" argument earlier 8 years ago
Nguyễn Thái Ngọc Duy 23a9e0712d use xfopen() in more places 8 years ago
Jean-Noel Avila 6c48686263 usability: don't ask questions if no reply is required 8 years ago
brian m. carlson a9dbc17910 tree: convert parse_tree_indirect to struct object_id 8 years ago
brian m. carlson 944cffbd18 diff-lib: convert do_diff_cache to struct object_id 8 years ago
brian m. carlson a58a1b01ff revision: rename add_pending_sha1 to add_pending_oid 8 years ago
brian m. carlson 740ee055c6 Convert lookup_tree to struct object_id 8 years ago
brian m. carlson bc83266abe Convert lookup_commit* to struct object_id 8 years ago
Johannes Schindelin 5b34ba414d get_mail_commit_oid(): avoid resource leak 8 years ago
René Scharfe 57e0ef0e0e am: check return value of resolve_refdup before using hash 8 years ago
Jeff King 721f5f1e35 am: shorten ident_split variable name in get_commit_info() 8 years ago
Jeff King 2e2bbb9624 am: simplify allocations in get_commit_info() 8 years ago
Jeff King f131db9e31 am: fix commit buffer leak in get_commit_info() 8 years ago
Johannes Schindelin dddbad728c timestamp_t: a new data type for timestamps 8 years ago
Johannes Schindelin 1aeb7e756c parse_timestamp(): specify explicitly where we parse timestamps 8 years ago