summaryrefslogtreecommitdiff
path: root/builtin/am.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/unused-parameter-fixes'Junio C Hamano2018-11-181-1/+3
|\
| * am: handle --no-patch-format optionJeff King2018-11-061-1/+3
* | Merge branch 'pw/am-rebase-read-author-script'Junio C Hamano2018-11-131-56/+4
|\ \ | |/ |/|
| * add read_author_script() to libgitPhillip Wood2018-11-011-84/+2
| * am: rename read_author_script()Phillip Wood2018-11-011-2/+2
| * am: improve author-script error reportingPhillip Wood2018-11-011-10/+39
| * am: don't die in read_author_script()Phillip Wood2018-11-011-1/+2
* | Merge branch 'nd/status-refresh-progress'Junio C Hamano2018-10-191-1/+1
|\ \
| * | status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy2018-09-171-1/+1
* | | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-5/+5
|\ \ \ | |_|/ |/| |
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-3/+3
| * | rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
| |/
* | Merge branch 'rs/mailinfo-format-flowed'Junio C Hamano2018-09-171-0/+4
|\ \
| * | mailinfo: support format=flowedRené Scharfe2018-08-291-0/+4
* | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-1/+1
|\ \ \ | |_|/ |/| |
| * | convert "oidcmp() == 0" to oideq()Jeff King2018-08-291-1/+1
* | | Merge branch 'en/directory-renames-nothanks'Junio C Hamano2018-09-041-0/+1
|\ \ \ | |/ / |/| |
| * | am: avoid directory rename detection when calling recursive merge machineryElijah Newren2018-08-301-0/+1
| |/
* | apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | Merge branch 'en/dirty-merge-fixes'Junio C Hamano2018-08-021-3/+4
|\ \
| * | merge-recursive: fix assumption that head tree being merged is HEADElijah Newren2018-07-111-3/+4
| * | index_has_changes(): avoid assuming operating on the_indexElijah Newren2018-07-031-3/+3
* | | commit: add repository argument to lookup_commitStefan Beller2018-06-291-1/+2
* | | tree: add repository argument to lookup_treeStefan Beller2018-06-291-2/+4
* | | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-06-251-5/+1
|\ \ \ | |_|/ |/| |
| * | am: move advice.amWorkDir parsing back to advice.cNguyễn Thái Ngọc Duy2018-05-291-5/+1
* | | Merge branch 'nd/use-opt-int-set-f'Junio C Hamano2018-06-011-6/+6
|\ \ \
| * | | Use OPT_SET_INT_F() for cmdline option specificationNguyễn Thái Ngọc Duy2018-05-241-6/+6
| |/ /
* | | Merge branch 'bc/object-id'Junio C Hamano2018-05-301-4/+4
|\ \ \
| * | | builtin/am: convert uses of EMPTY_TREE_SHA1_BIN to the_hash_algobrian m. carlson2018-05-021-4/+4
* | | | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-10/+10
| |/ / |/| |
* | | exec_cmd: rename to use dash in file nameStefan Beller2018-04-111-1/+1
|/ /
* | Merge branch 'sb/object-store'Junio C Hamano2018-04-111-1/+1
|\ \
| * | object-store: close all packs upon clearing the object storeStefan Beller2018-03-261-1/+1
* | | cache-tree: convert write_*_as_tree to object_idbrian m. carlson2018-03-141-4/+4
| |/ |/|
* | Merge branch 'nd/rebase-show-current-patch'Junio C Hamano2018-03-061-4/+43
|\ \
| * | rebase: introduce and use pseudo-ref REBASE_HEADnd/rebase-show-current-patchNguyễn Thái Ngọc Duy2018-02-121-0/+4
| * | rebase: add --show-current-patchNguyễn Thái Ngọc Duy2018-02-121-0/+11
| * | am: add --show-current-patchNguyễn Thái Ngọc Duy2018-02-121-4/+28
* | | Merge branch 'nd/am-quit'Junio C Hamano2018-02-281-2/+10
|\ \ \
| * | | am: support --quitnd/am-quitNguyễn Thái Ngọc Duy2018-02-141-2/+10
| | |/ | |/|
* | | Merge branch 'po/object-id'Junio C Hamano2018-02-151-2/+2
|\ \ \ | |/ / |/| |
| * | commit: convert commit_tree* to object_idPatryk Obara2018-01-301-2/+2
| |/
* | sq_quote_argv: drop maxlen parameterJeff King2018-01-161-1/+1
|/
* Merge branch 'ew/empty-merge-with-dirty-index'Junio C Hamano2018-01-051-37/+0
|\
| * Merge branch 'ew/empty-merge-with-dirty-index-maint' into ew/empty-merge-with...Junio C Hamano2017-12-221-37/+0
| |\
| | * move index_has_changes() from builtin/am.c to merge.c for reuseElijah Newren2017-12-221-37/+0
* | | Merge branch 'rs/am-builtin-leakfix'Junio C Hamano2017-12-271-3/+7
|\ \ \ | |/ / |/| |
| * | am: release strbuf after use in split_mail_mbox()rs/am-builtin-leakfixRené Scharfe2017-12-071-3/+7
* | | Merge branch 'bc/hash-algo'Junio C Hamano2017-12-131-1/+1
|\ \ \