113 Commits (5026b471751092ab971f3d4ae46320bc8ce40ff5)

Author SHA1 Message Date
Johannes Schindelin 5b34ba414d get_mail_commit_oid(): avoid resource leak 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 9 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
Junio C Hamano 57c867efe4 builtin/am: make sure state files are text 10 years ago
Junio C Hamano 25b763ba7a builtin/am: introduce write_state_*() helper functions 10 years ago
Paul Tan 3ecc7040ef am --skip/--abort: merge HEAD/ORIG_HEAD tree into index 10 years ago
Paul Tan b5e823594c am: let --signoff override --no-signoff 10 years ago
Paul Tan 852a171018 am: let command-line options override saved options 10 years ago
Remi Lespinet e97a5e765d git-am: add am.threeWay config variable 10 years ago
Paul Tan 783d7e865e builtin-am: remove redirection to git-am.sh 10 years ago
Paul Tan 5e4f9cff3c builtin-am: check for valid committer ident 10 years ago
Paul Tan c2676cde9f builtin-am: implement legacy -b/--binary option 10 years ago
Paul Tan 7ff2683253 builtin-am: implement -i/--interactive 10 years ago
Paul Tan 94cd175cff builtin-am: support and auto-detect mercurial patches 10 years ago
Paul Tan 336108c156 builtin-am: support and auto-detect StGit series files 10 years ago
Paul Tan 5ae41c79b8 builtin-am: support and auto-detect StGit patches 10 years ago