aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | | | | avoid using sha1_to_hex output as printf formatJeff King2016-07-08
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'nd/fetch-ref-summary'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy2016-07-06
| * | | | | | | | | fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy2016-07-06
| * | | | | | | | | fetch: change flag code for displaying tag update and deleted refNguyễn Thái Ngọc Duy2016-06-27
| * | | | | | | | | fetch: refactor ref update status formatting codeNguyễn Thái Ngọc Duy2016-06-27
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bc/cocci'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | merge-recursive: convert merge_recursive_generic() to object_idbrian m. carlson2016-06-28
| * | | | | | | | | diff: convert struct diff_filespec to struct object_idbrian m. carlson2016-06-28
| * | | | | | | | | coccinelle: apply object_id Coccinelle transformationsbrian m. carlson2016-06-28
| * | | | | | | | | coccinelle: convert hashcpy() with null_sha1 to hashclr()brian m. carlson2016-06-28
| |/ / / / / / / /
* | | | | | | | | Merge branch 'js/log-to-diffopt-file'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | shortlog: respect the --output=<file> settingJohannes Schindelin2016-06-24
| * | | | | | | | | format-patch: use stdout directlyJohannes Schindelin2016-06-24
| * | | | | | | | | format-patch: avoid freopen()Johannes Schindelin2016-06-24
| * | | | | | | | | format-patch: explicitly switch off color when writing to filesJohannes Schindelin2016-06-24
| * | | | | | | | | shortlog: support outputting to streams other than stdoutJohannes Schindelin2016-06-24
| * | | | | | | | | log: prepare log/log-tree to reuse the diffopt.close_file attributeJohannes Schindelin2016-06-24
* | | | | | | | | | Merge branch 'dk/blame-move-no-reason-for-1-line-context'Junio C Hamano2016-07-19
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | blame: require 0 context lines while finding moved lines with -MDavid Kastrup2016-05-29
* | | | | | | | | | Merge branch 'nd/ita-cleanup'Junio C Hamano2016-07-13
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | grep: fix grepping for "intent to add" filesCharles Bailey2016-07-01
* | | | | | | | | | | Merge branch 'ew/gc-auto-pack-limit-fix'Junio C Hamano2016-07-13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | gc: fix off-by-one error with gc.autoPackLimitEric Wong2016-06-27
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-13
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | i18n: branch: mark comment when editing branch description for translationVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: init-db: join message piecesVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: remote: allow translations to reorder messageVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: remote: mark URL fallback text for translationVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: standardise messagesVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: merge: change command option help to lowercaseVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: merge: mark messages for translationVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: notes: mark options for translationVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: notes: mark strings for translationVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: advice: internationalize message for conflictsVasco Almeida2016-06-17
| * | | | | | | | | | | i18n: builtin/remote.c: fix mark for translationVasco Almeida2016-06-17
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'mj/log-show-signature-conf'Junio C Hamano2016-07-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | log: add log.showSignature configuration variableMehul Jain2016-06-24
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-11
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reset --hard: skip blank lines when reporting the commit subjectJohannes Schindelin2016-06-29
| * | | | | | | | | | | commit -C: skip blank lines at the beginning of the messageJohannes Schindelin2016-06-29
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'sb/submodule-clone-retry'Junio C Hamano2016-07-11
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
| * | | | | | | | | | submodule--helper: initial clone learns retry logicStefan Beller2016-06-13
* | | | | | | | | | | Merge branch 'sb/clone-shallow-passthru'Junio C Hamano2016-07-06
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | clone: do not let --depth imply --shallow-submodulesJunio C Hamano2016-06-20
* | | | | | | | | | | | Merge branch 'jk/repack-keep-unreachable'Junio C Hamano2016-07-06
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | repack: extend --keep-unreachable to loose objectsJeff King2016-06-14
| * | | | | | | | | | | | repack: add --keep-unreachable optionJeff King2016-06-14
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'ew/mboxrd-format-am'Junio C Hamano2016-07-06
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | am: support --patch-format=mboxrdEric Wong2016-06-06