summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2015-08-20log: when --cc is given, default to -p unless told otherwiseJunio C Hamano
2015-08-20log: rename "tweak" helpersJunio C Hamano
2015-08-19Merge branch 'jk/git-path'Junio C Hamano
2015-08-19Merge branch 'jc/finalize-temp-file'Junio C Hamano
2015-08-19Merge branch 'ps/guess-repo-name-at-root'Junio C Hamano
2015-08-19Merge branch 'jk/guess-repo-name-regression-fix'Junio C Hamano
2015-08-17Merge branch 'mh/get-remote-group-fix'Junio C Hamano
2015-08-17Merge branch 'kd/pull-rebase-autostash'Junio C Hamano
2015-08-12Merge branch 'sb/remove-unused-var-from-builtin-add'Junio C Hamano
2015-08-12Merge branch 'es/worktree-add-cleanup'Junio C Hamano
2015-08-12Merge branch 'pt/am-builtin'Junio C Hamano
2015-08-12Merge branch 'es/worktree-add'Junio C Hamano
2015-08-10memoize common git-path "constant" filesJeff King
2015-08-10get_repo_path: refactor path-allocationJeff King
2015-08-10remote.c: drop extraneous local variable from migrate_fileJeff King
2015-08-10prefer mkpathdup to mkpath in assignmentsJeff King
2015-08-10prefer git_pathdup to git_path in some possibly-dangerous casesJeff King
2015-08-10sha1_file.c: rename move_temp_to_file() to finalize_object_file()Junio C Hamano
2015-08-10clone: abort if no dir name could be guessedPatrick Steinhardt
2015-08-10clone: do not use port number as dir namePatrick Steinhardt
2015-08-10clone: do not include authentication data in guessed dirPatrick Steinhardt
2015-08-10clone: use computed length in guess_dir_nameJeff King
2015-08-05git-am: add am.threeWay config variableRemi Lespinet
2015-08-05builtin-am: remove redirection to git-am.shPaul Tan
2015-08-05builtin-am: check for valid committer identPaul Tan
2015-08-05builtin-am: implement legacy -b/--binary optionPaul Tan
2015-08-05builtin-am: implement -i/--interactivePaul Tan
2015-08-05builtin-am: support and auto-detect mercurial patchesPaul Tan
2015-08-05builtin-am: support and auto-detect StGit series filesPaul Tan
2015-08-05builtin-am: support and auto-detect StGit patchesPaul Tan
2015-08-05builtin-am: rerere supportPaul Tan
2015-08-05builtin-am: invoke post-applypatch hookPaul Tan
2015-08-05builtin-am: invoke pre-applypatch hookPaul Tan
2015-08-05builtin-am: invoke applypatch-msg hookPaul Tan
2015-08-05builtin-am: support automatic notes copyingPaul Tan
2015-08-05builtin-am: invoke post-rewrite hookPaul Tan
2015-08-05builtin-am: implement -S/--gpg-sign, commit.gpgsignPaul Tan
2015-08-05builtin-am: implement --committer-date-is-author-datePaul Tan
2015-08-05builtin-am: implement --ignore-datePaul Tan
2015-08-05builtin-am: pass git-apply's options to git-applyPaul Tan
2015-08-05builtin-am: implement --[no-]scissorsPaul Tan
2015-08-05builtin-am: support --keep-cr, am.keepcrPaul Tan
2015-08-05builtin-am: implement --[no-]message-id, am.messageidPaul Tan
2015-08-05builtin-am: implement -k/--keep, --keep-non-patchPaul Tan
2015-08-05builtin-am: implement -u/--utf8Paul Tan
2015-08-05builtin-am: handle stray state directoryPaul Tan
2015-08-05builtin-am: bypass git-mailinfo when --rebasingPaul Tan
2015-08-05builtin-am: implement --rebasing modePaul Tan
2015-08-05builtin-am: implement --3wayPaul Tan
2015-08-05builtin-am: implement -s/--signoffPaul Tan