summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2013-01-21Merge branch 'rt/commit-cleanup-config'Junio C Hamano
2013-01-21Merge branch 'ap/log-mailmap'Junio C Hamano
2013-01-14Merge branch 'jc/blame-no-follow'Junio C Hamano
2013-01-12Merge branch 'jc/merge-blobs'Junio C Hamano
2013-01-12Merge branch 'jc/format-patch-reroll'Junio C Hamano
2013-01-10Merge branch 'jl/interrupt-clone-remove-separate-git-dir'Junio C Hamano
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano
2013-01-10Merge branch 'jc/maint-fmt-merge-msg-no-edit-lose-credit'Junio C Hamano
2013-01-10log: add log.mailmap configuration optionAntoine Pelisse
2013-01-10log: add --use-mailmap optionAntoine Pelisse
2013-01-10mailmap: simplify map_user() interfaceAntoine Pelisse
2013-01-10commit: make default of "cleanup" option configurableRalf Thielow
2013-01-09Merge branch 'nd/maint-branch-desc-doc'Junio C Hamano
2013-01-09Merge branch 'ap/merge-stop-at-prepare-commit-msg-failure'Junio C Hamano
2013-01-07Use split_ident_line to parse author and committerAntoine Pelisse
2013-01-07Merge branch 'jc/apply-trailing-blank-removal'Junio C Hamano
2013-01-06Merge branch 'cr/push-force-tag-update'Junio C Hamano
2013-01-06Merge branch 'fc/fast-export-fixes'Junio C Hamano
2013-01-06Merge branch 'nd/pathspec-wildcard'Junio C Hamano
2013-01-06clone: support atomic operation with --separate-git-dirJens Lehmann
2013-01-04format-patch: give --reroll-count a short synonym -vJunio C Hamano
2013-01-03merge: Honor prepare-commit-msg return codeAntoine Pelisse
2013-01-03format-patch: pick up branch description when no ref is specifiedNguyễn Thái Ngọc Duy
2013-01-03format-patch: pick up correct branch name from symbolic refNguyễn Thái Ngọc Duy
2013-01-03branch: delete branch description if it's emptyNguyễn Thái Ngọc Duy
2013-01-02Merge branch 'sp/shortlog-missing-lf'Junio C Hamano
2012-12-28merge --no-edit: do not credit people involved in the side branchJunio C Hamano
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Adam Spiers
2012-12-26merge-tree: fix d/f conflictsJunio C Hamano
2012-12-26merge-tree: add comments to clarify what these functions are doingJunio C Hamano
2012-12-26merge-tree: lose unused "resolve_directories"Junio C Hamano
2012-12-26merge-tree: lose unused "flags" from merge_listJunio C Hamano
2012-12-22format-patch: add --reroll-count=$N optionJunio C Hamano
2012-12-22get_patch_filename(): split into two functionsJunio C Hamano
2012-12-22get_patch_filename(): drop "just-numbers" hackJunio C Hamano
2012-12-22get_patch_filename(): simplify function signatureJunio C Hamano
2012-12-22builtin/log.c: stop using global patch_suffixJunio C Hamano
2012-12-22builtin/log.c: drop redundant "numbered_files" parameter from make_cover_lett...Junio C Hamano
2012-12-22builtin/log.c: drop unused "numbered" parameter from make_cover_letter()Junio C Hamano
2012-12-13Merge branch 'maint'Junio C Hamano
2012-12-13Fix sizeof usage in get_permutationsMatthew Daley
2012-12-11shortlog: fix wrapping lines of wraplenSteffen Prohaska
2012-12-10Which merge_file() function do you mean?Junio C Hamano
2012-12-07Merge branch 'jc/same-encoding' into maintJunio C Hamano
2012-12-03fast-export: make sure updated refs get updatedFelipe Contreras
2012-12-03fast-export: don't handle uninteresting refsFelipe Contreras
2012-12-03push: allow already-exists advice to be disabledChris Rorvick
2012-12-03push: rename config variable for more general useChris Rorvick
2012-12-02push: require force for refs under refs/tags/Chris Rorvick
2012-12-02push: add advice for rejected tag referenceChris Rorvick