summaryrefslogtreecommitdiffstats
path: root/submodule-config.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-27First batch after 2.12Junio C Hamano3-2/+153
2017-02-27t6300: avoid creating refs/heads/HEADJeff King1-1/+1
2017-02-27commit: don't check for space twice when looking for headerRené Scharfe1-10/+8
2017-02-27commit: be more precise when searching for headersRené Scharfe1-2/+2
2017-02-27strbuf: add strbuf_add_real_path()René Scharfe4-1/+32
2017-02-27cocci: use ALLOC_ARRAYRené Scharfe2-1/+17
2017-02-27sha1_file: release fallback base's memory in unpack_entry()René Scharfe1-0/+4
2017-02-24parse_hide_refs_config: tell parse_config_key we don't want a subsectionJeff King1-4/+3
2017-02-24parse_config_key: allow matching single-level configJeff King2-3/+10
2017-02-24parse_config_key: use skip_prefix instead of starts_withJeff King1-4/+3
2017-02-24refs: parse_hide_refs_config to use parse_config_keyStefan Beller1-3/+4
2017-02-24Git 2.12v2.12.0Junio C Hamano3-1/+12
2017-02-24docs/git-gc: fix default value for `--aggressiveDepth`Patrick Steinhardt1-1/+1
2017-02-24l10n: zh_CN: for git v2.12.0 l10n round 2Jiang Xin1-1446/+2761
2017-02-24l10n: Update Catalan translationJordi Mas1-280/+340
2017-02-24config: use git_config_parse_key() in git_config_parse_parameter()Junio C Hamano2-5/+71
2017-02-23config: move a few helper functions upJunio C Hamano1-92/+92
2017-02-23ident: do not ignore empty config name/emailJeff King2-2/+13
2017-02-23ident: reject all-crud ident nameJeff King2-0/+16
2017-02-23ident: handle NULL email when complaining of empty nameJeff King2-13/+33
2017-02-23ident: mark error messages for translationJeff King1-6/+6
2017-02-23upload-pack: report "not our ref" to clientJonathan Tan1-1/+5
2017-02-23l10n: pt_PT: update Portuguese tranlationVasco Almeida1-1634/+2928
2017-02-22git add -i: replace \t with blanks in the help messageRalf Thielow1-1/+1
2017-02-22Documentation: use brackets for optional argumentsbrian m. carlson1-2/+2
2017-02-22Documentation: correctly spell git worktree --detachbrian m. carlson1-1/+1
2017-02-21remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall2-1/+22
2017-02-21git-check-ref-format: clarify documentation for --normalizeDamien Regad1-3/+3
2017-02-21branch: record creation of renamed branch in HEAD's logKyle Meyer6-10/+15
2017-02-21rename_ref: replace empty message in HEAD's logKyle Meyer2-1/+6
2017-02-21update-ref: pass reflog message to delete_ref()Kyle Meyer2-1/+19
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer14-22/+22
2017-02-20l10n: sv.po: Update Swedish translation (3139t0f0u)Peter Krefting1-168/+176
2017-02-20l10n: de.po: translate 241 messagesRalf Thielow1-1472/+2859
2017-02-19l10n: ko.po: Update Korean translationChangwoo Ryu1-178/+200
2017-02-18l10n: vi.po (3139t): Updated 2 new messages for rc1Tran Ngoc Quan1-169/+177
2017-02-18init: document dotfiles exclusion on template copyGrégoire Paris1-2/+2
2017-02-18l10n: fr.po: v2.12.0 round 2 3139tJean-Noel Avila1-192/+234
2017-02-17tempfile: set errno to a known value before calling ferror()Jeff King1-2/+7
2017-02-17Git 2.12-rc2v2.12.0-rc2Junio C Hamano1-1/+1
2017-02-17rev-parse: fix several options when running in a subdirectoryJohannes Schindelin4-9/+16
2017-02-17rev-parse tests: add tests executed from a subdirectoryMichael Rappazzo3-2/+54
2017-02-17l10n: git.pot: v2.12.0 round 2 (2 new)Jiang Xin1-167/+175
2017-02-17l10n: vi.po: Updated Vietnamese translation (3137t)Tran Ngoc Quan1-1338/+2669
2017-02-16Hopefully the final batch of mini-topics before the finalJunio C Hamano1-0/+18
2017-02-16tempfile: avoid "ferror | fclose" trickJeff King1-6/+2
2017-02-16config.txt: fix formatting of submodule.alternateErrorStrategy sectionDavid Pursehouse1-1/+1
2017-02-16clean: use warning_errno() when appropriateNguyễn Thái Ngọc Duy1-4/+12
2017-02-16reset: add an example of how to split a commit into twoJacob Keller1-0/+48
2017-02-16Revert "reset: add an example of how to split a commit into two"Junio C Hamano1-38/+0