summaryrefslogtreecommitdiffstats
path: root/object.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-05git-am: add am.threeWay config variableRemi Lespinet4-2/+34
2015-08-05builtin-am: remove redirection to git-am.shPaul Tan4-22/+1
2015-08-05builtin-am: check for valid committer identPaul Tan1-0/+3
2015-08-05builtin-am: implement legacy -b/--binary optionPaul Tan1-0/+7
2015-08-05builtin-am: implement -i/--interactivePaul Tan1-1/+104
2015-08-05builtin-am: support and auto-detect mercurial patchesPaul Tan1-1/+73
2015-08-05builtin-am: support and auto-detect StGit series filesPaul Tan1-1/+58
2015-08-05builtin-am: support and auto-detect StGit patchesPaul Tan1-1/+131
2015-08-05builtin-am: rerere supportPaul Tan1-0/+25
2015-08-05builtin-am: invoke post-applypatch hookPaul Tan1-0/+2
2015-08-05builtin-am: invoke pre-applypatch hookPaul Tan1-0/+3
2015-08-05builtin-am: invoke applypatch-msg hookPaul Tan1-0/+24
2015-08-05builtin-am: support automatic notes copyingPaul Tan1-0/+60
2015-08-05builtin-am: invoke post-rewrite hookPaul Tan1-0/+55
2015-08-05builtin-am: implement -S/--gpg-sign, commit.gpgsignPaul Tan1-1/+10
2015-08-05builtin-am: implement --committer-date-is-author-datePaul Tan1-0/+8
2015-08-05builtin-am: implement --ignore-datePaul Tan1-1/+5
2015-08-05builtin-am: pass git-apply's options to git-applyPaul Tan1-0/+45
2015-08-05builtin-am: implement --[no-]scissorsPaul Tan1-0/+48
2015-08-05builtin-am: support --keep-cr, am.keepcrPaul Tan1-6/+23
2015-08-05builtin-am: implement --[no-]message-id, am.messageidPaul Tan1-0/+13
2015-08-05builtin-am: implement -k/--keep, --keep-non-patchPaul Tan1-0/+50
2015-08-05builtin-am: implement -u/--utf8Paul Tan1-0/+11
2015-08-05builtin-am: handle stray state directoryPaul Tan1-0/+17
2015-08-05builtin-am: bypass git-mailinfo when --rebasingPaul Tan1-1/+133
2015-08-05builtin-am: implement --rebasing modePaul Tan1-4/+26
2015-08-05builtin-am: implement --3wayPaul Tan1-4/+150
2015-08-05cache-tree: introduce write_index_as_tree()Paul Tan2-12/+18
2015-08-05builtin-am: implement -s/--signoffPaul Tan1-0/+12
2015-08-05builtin-am: exit with user friendly message on failurePaul Tan1-4/+26
2015-08-05builtin-am: implement -q/--quietPaul Tan1-3/+28
2015-08-05builtin-am: reject patches when there's a session in progressPaul Tan1-0/+15
2015-08-05builtin-am: implement --abortPaul Tan1-3/+100
2015-08-05builtin-am: implement --skipPaul Tan1-2/+121
2015-08-05builtin-am: don't parse mail when resumingPaul Tan1-9/+25
2015-08-05builtin-am: implement --resolved/--continuePaul Tan1-1/+71
2015-08-05builtin-am: refuse to apply patches if index is dirtyPaul Tan1-0/+45
2015-08-05builtin-am: implement committing applied patchPaul Tan1-4/+51
2015-08-05builtin-am: apply patch with git-applyPaul Tan1-1/+71
2015-08-05builtin-am: extract patch and commit info with git-mailinfoPaul Tan1-0/+317
2015-08-05builtin-am: auto-detect mbox patchesPaul Tan1-0/+109
2015-08-05builtin-am: split out mbox/maildir patches with git-mailsplitPaul Tan1-3/+104
2015-08-05builtin-am: implement patch queue mechanismPaul Tan1-0/+177
2015-08-05builtin-am: implement skeletal builtin amPaul Tan4-0/+37
2015-08-05wrapper: implement xfopen()Paul Tan2-0/+22
2015-08-05wrapper: implement xopen()Paul Tan2-0/+36
2015-08-03ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refnameKarthik Nayak2-4/+5
2015-08-03for-each-ref: introduce filter_refs()Karthik Nayak3-18/+49
2015-08-03ref-filter: move code from 'for-each-ref'Karthik Nayak3-1074/+1079
2015-07-27Git 2.5v2.5.0Junio C Hamano2-1/+6