133 Commits (c8b2cec09e548df7c948e5f4453381f0a3b0f6a9)

Author SHA1 Message Date
Jeff King f3a2fffe06 am: handle "-h" argument earlier 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
Jeff King 16d2676c9e am: drop "dir" parameter from am_state_init 8 years ago
René Scharfe ac8ce18d89 am: close stream on error, but not stdin 8 years ago
Giuseppe Bilotta 0fb3c4fc9a builtin/am: fold am_signoff() into am_append_signoff() 8 years ago
Giuseppe Bilotta b7cc7051f7 builtin/am: honor --signoff also when --rebasing 8 years ago
Kyle Meyer 755b49ae96 delete_ref: accept a reflog message argument 8 years ago
Stephan Beyer 1868331f13 am: change safe_to_abort()'s not rewinding error into a warning 8 years ago
Stephan Beyer ccd71b2f38 am: fix filename in safe_to_abort() error message 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Alex Henrie d65fdc9c5d am: put spaces around pipe in usage string 9 years ago
brian m. carlson 8c88769ba4 builtin/am: convert to struct object_id 9 years ago
Christian Couder edfac5ebff builtin/am: use apply API in run_apply() 9 years ago
Junio C Hamano a77598ef44 am: refactor read_author_script() 9 years ago
Jeff King 4d9c7e6f45 am: reset cached ident date for each patch 9 years ago
Johannes Schindelin 3f338f43b0 am -3: use merge_recursive() directly again 9 years ago
Johannes Schindelin 715a51bcaf am: counteract gender bias 9 years ago
Jeff King e78d5d4993 use write_file_buf where applicable 9 years ago
René Scharfe 1dad879a7b am: ignore return value of write_file() 9 years ago
Eric Wong d9925d1a71 am: support --patch-format=mboxrd 9 years ago
Nguyễn Thái Ngọc Duy 6e59e9c0a6 builtin/am.c: use error_errno() 9 years ago
Junio C Hamano 708b8cc9a1 am -i: fix "v"iew 9 years ago
Duy Nguyen a97262c62f diff: make -O and --output work in subdirectory 9 years ago
Junio C Hamano 1a0c8dfd89 strbuf: give strbuf_getline() to the "most text friendly" variant 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Junio C Hamano c8aa9fdf5d strbuf: make strbuf_getline_crlf() global 9 years ago
Johannes Schindelin df617b529e am: release pack files before garbage-collecting 9 years ago
brian m. carlson f2fd0760f6 Convert struct object to object_id 9 years ago
Junio C Hamano 4b98bae2cb am: make direct call to mailinfo 9 years ago
Ralf Thielow d96a0313ef am, credential-cache: add angle brackets to usage string 9 years ago
Tobias Klauser 63af4a8446 strbuf: make stripspace() part of strbuf 9 years ago
Junio C Hamano c63d4b2fe8 am -3: do not let failed merge from completing the error codepath 9 years ago
Renee Margaret McConahy 434c64df66 am: configure gpg at startup 10 years ago
Junio C Hamano aab845424e am: match --signoff to the original scripted version 10 years ago
Jeff King 9dd330e6ca rerere: release lockfile in non-writing functions 10 years ago
Jiang Xin 1fb5a0ea96 i18n: am: fix typo in description of -b option 10 years ago
Junio C Hamano e7ffa38c6e write_file_v(): do not leave incomplete line at the end 10 years ago
Junio C Hamano 12d6ce1dba write_file(): drop "fatal" parameter 10 years ago