summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-07-06Merge branch 'pb/commit-editmsg-path'Junio C Hamano1-7/+8
2016-07-06Merge branch 'jc/deref-tag' into maintJunio C Hamano1-4/+2
2016-07-06Merge branch 'et/add-chmod-x' into maintJunio C Hamano3-11/+26
2016-07-06fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy1-1/+76
2016-07-06fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy1-2/+45
2016-07-06parse_options: allocate a new array when concatenatingJeff King1-9/+4
2016-07-01grep: fix grepping for "intent to add" filesCharles Bailey1-2/+2
2016-06-29reset --hard: skip blank lines when reporting the commit subjectJohannes Schindelin1-1/+1
2016-06-29commit -C: skip blank lines at the beginning of the messageJohannes Schindelin1-1/+1
2016-06-28merge-recursive: convert merge_recursive_generic() to object_idbrian m. carlson1-10/+10
2016-06-28diff: convert struct diff_filespec to struct object_idbrian m. carlson3-10/+10
2016-06-28coccinelle: apply object_id Coccinelle transformationsbrian m. carlson1-7/+6
2016-06-28coccinelle: convert hashcpy() with null_sha1 to hashclr()brian m. carlson2-3/+3
2016-06-27fetch: change flag code for displaying tag update and deleted refNguyễn Thái Ngọc Duy1-2/+2
2016-06-27fetch: refactor ref update status formatting codeNguyễn Thái Ngọc Duy1-39/+38
2016-06-27Merge branch 'lf/receive-pack-auto-gc-to-client'Junio C Hamano1-2/+13
2016-06-27Merge branch 'jc/deref-tag'Junio C Hamano1-4/+2
2016-06-27Merge branch 'et/add-chmod-x'Junio C Hamano3-11/+26
2016-06-27Merge branch 'cc/apply-introduce-state'Junio C Hamano1-609/+820
2016-06-27Merge branch 'jk/rev-list-count-with-bitmap' into maintJunio C Hamano1-1/+5
2016-06-27gc: fix off-by-one error with gc.autoPackLimitEric Wong1-1/+1
2016-06-24shortlog: respect the --output=<file> settingJohannes Schindelin1-1/+3
2016-06-24format-patch: use stdout directlyJohannes Schindelin1-5/+1
2016-06-24format-patch: avoid freopen()Johannes Schindelin1-31/+33
2016-06-24format-patch: explicitly switch off color when writing to filesJohannes Schindelin1-0/+2
2016-06-24shortlog: support outputting to streams other than stdoutJohannes Schindelin1-5/+8
2016-06-24log: prepare log/log-tree to reuse the diffopt.close_file attributeJohannes Schindelin1-3/+12
2016-06-24log: add log.showSignature configuration variableMehul Jain1-0/+6
2016-06-20remote rm: handle symbolic refs correctlyMichael Haggerty1-5/+1
2016-06-20delete_refs(): add a flags argumentMichael Haggerty2-3/+3
2016-06-20clone: do not let --depth imply --shallow-submodulesJunio C Hamano1-3/+2
2016-06-20Merge branch 'jk/rev-list-count-with-bitmap'Junio C Hamano1-1/+5
2016-06-20Merge branch 'jc/clear-pathspec'Junio C Hamano3-5/+5
2016-06-20Merge branch 'jg/dash-is-last-branch-in-worktree-add'Junio C Hamano1-0/+3
2016-06-20Merge branch 'sb/submodule-recommend-shallowness'Junio C Hamano1-1/+6
2016-06-20Merge branch 'ah/no-verify-signature-with-pull-rebase'Junio C Hamano1-0/+3
2016-06-17i18n: branch: mark comment when editing branch description for translationVasco Almeida1-3/+3
2016-06-17i18n: init-db: join message piecesVasco Almeida1-7/+10
2016-06-17i18n: remote: allow translations to reorder messageVasco Almeida1-4/+3
2016-06-17i18n: remote: mark URL fallback text for translationVasco Almeida1-3/+3
2016-06-17i18n: standardise messagesVasco Almeida3-7/+7
2016-06-17i18n: merge: change command option help to lowercaseVasco Almeida1-1/+1
2016-06-17i18n: merge: mark messages for translationVasco Almeida1-5/+5
2016-06-17i18n: notes: mark options for translationVasco Almeida1-2/+2
2016-06-17i18n: notes: mark strings for translationVasco Almeida1-10/+10
2016-06-17i18n: advice: internationalize message for conflictsVasco Almeida1-1/+1
2016-06-17i18n: builtin/remote.c: fix mark for translationVasco Almeida1-3/+3
2016-06-14repack: extend --keep-unreachable to loose objectsJeff King2-0/+32
2016-06-14repack: add --keep-unreachable optionJeff King1-0/+9
2016-06-14blame, line-log: do not loop around deref_tag()Junio C Hamano1-4/+2