summaryrefslogtreecommitdiffstats
path: root/po (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-26Git 2.31-rc0v2.31.0-rc0Junio C Hamano2-1/+50
2021-02-25index-format doc: camelCase core.excludesFileJunio C Hamano1-2/+2
2021-02-25blame-options.txt: camelcase blame.blankBoundaryJunio C Hamano1-1/+1
2021-02-25i18n.txt: camel case and monospace "i18n.commitEncoding"Denton Liu3-4/+4
2021-02-24add: propagate --chmod errors to exit statusMatheus Tavares2-10/+28
2021-02-24add: mark --chmod error string for translationMatheus Tavares2-2/+2
2021-02-24add --chmod: don't update index when --dry-run is usedMatheus Tavares2-3/+29
2021-02-24rebase: add a config option for --no-fork-pointAlex Henrie3-17/+61
2021-02-24push: do not turn --delete '' into a matching pushJunio C Hamano2-1/+6
2021-02-23doc: mention approxidates for git-commit --dateJeff King1-4/+7
2021-02-23replace "parameters" by "arguments" in error messagesJohannes Sixt6-18/+18
2021-02-23mergetools/vimdiff: add vimdiff1 merge tool variantSeth House1-1/+12
2021-02-23maintenance: fix incorrect `maintenance.repo` path with bare repositoryEric Sunshine2-17/+46
2021-02-23The tenth batchJunio C Hamano1-0/+7
2021-02-22commit-graph: avoid leaking topo_levels slab in write_commit_graph()Andrzej Hunt1-0/+1
2021-02-22difftool.c: learn a new way start at specified fileZheNing Hu2-0/+40
2021-02-22commit-reach: stale commits may prune generation furtherDerrick Stolee1-7/+21
2021-02-22commit-reach: use heuristic in remove_redundant()Derrick Stolee1-16/+56
2021-02-22commit-reach: move compare_commits_by_genDerrick Stolee1-15/+15
2021-02-22commit-reach: use one walk in remove_redundant()Derrick Stolee1-8/+96
2021-02-22doc: mention bigFileThreshold for packingChristian Walther2-1/+19
2021-02-20Documentation: typofix --column descriptionJunio C Hamano3-3/+3
2021-02-18gitmailmap.txt: fix rendering of e-mail addressesMartin Ågren1-4/+4
2021-02-18git.txt: fix monospace renderingMartin Ågren1-1/+1
2021-02-18git-gui: remove lines starting with the comment characterPratyush Yadav2-2/+21
2021-02-18The ninth batchJunio C Hamano1-0/+58
2021-02-18doc: fix naming of response-end-pktJoey Salazar1-2/+2
2021-02-18docs/rev-list: add some examples of --disk-usageJeff King1-0/+41
2021-02-18docs/rev-list: add an examples sectionJeff King1-0/+52
2021-02-17rev-list-options.txt: fix rendering of bonus paragraphMartin Ågren1-3/+3
2021-02-17blame: remove unnecessary use of get_commit_info()Rafael Silva1-5/+3
2021-02-16checkout-index: omit entries with no tempname from --temp outputMatheus Tavares1-11/+24
2021-02-16write_entry(): fix misuses of `path` in error messagesMatheus Tavares2-4/+27
2021-02-16diff: --{rotate,skip}-to=<path>Junio C Hamano12-1/+197
2021-02-12The eighth batchJunio C Hamano1-0/+21
2021-02-12test-lib-functions: assert correct parameter countÆvar Arnfjörð Bjarmason1-0/+8
2021-02-12test-lib-functions: remove bug-inducing "diagnostics" helper paramÆvar Arnfjörð Bjarmason5-16/+26
2021-02-12test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason23-30/+30
2021-02-11config: improve error message for boolean configAndrew Klotz2-2/+25
2021-02-11stash: declare ref_stash as an arrayDenton Liu1-1/+1
2021-02-11t3905: use test_cmp() to check file contentsDenton Liu1-2/+4
2021-02-11t3905: replace test -s with test_file_not_emptyDenton Liu1-6/+6
2021-02-11t3905: remove nested git in command substitutionDenton Liu1-3/+6
2021-02-11t3905: move all commands into test casesDenton Liu1-72/+75
2021-02-11t3905: remove spaces after redirect operatorsDenton Liu1-20/+20
2021-02-11git-stash.txt: be explicit about subcommand optionsDenton Liu1-4/+4
2021-02-11rev-list: add --disk-usage option for calculating disk usageJeff King5-0/+189
2021-02-11commit-graph: when incompatible with graphs, indicate whyJohannes Schindelin1-3/+11
2021-02-11reflog expire --stale-fix: be generous about missing objectsJohannes Schindelin2-0/+29
2021-02-11diff: plug memory leak from regcomp() on {log,diff} -IÆvar Arnfjörð Bjarmason1-0/+12