summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-29tests: optionally write results as JUnit-style .xmlLibravatar Johannes Schindelin6-0/+175
2019-01-29docs/config: clarify "text property" in core.eolLibravatar Jeff King1-2/+5
2019-01-29doc/gitattributes: clarify "autocrlf overrides eol"Libravatar Jeff King1-1/+3
2019-01-28test-lint: only use only sed [-n] [-e command] [-f command_file]Libravatar Torsten Bögershausen1-1/+1
2019-01-28pack-objects: merge read_lock and lock in packing_data structLibravatar Patrick Hogg3-31/+19
2019-01-28pack-objects: move read mutex to packing_data structLibravatar Patrick Hogg3-5/+13
2019-01-28git-instaweb: add Python builtin http.server supportLibravatar Arti Zirk2-2/+128
2019-01-28test-date: add a subcommand to measure times in shell scriptsLibravatar Johannes Schindelin1-0/+12
2019-01-28ci: use a junction on Windows instead of a symlinkLibravatar Johannes Schindelin1-1/+4
2019-01-28ci: inherit --jobs via MAKEFLAGS in run-build-and-testsLibravatar Johannes Schindelin5-5/+6
2019-01-28ci/lib.sh: encapsulate Travis-specific thingsLibravatar Johannes Schindelin4-14/+43
2019-01-28ci: rename the library of common functionsLibravatar Johannes Schindelin8-7/+7
2019-01-28travis: fix skipping tagged releasesLibravatar Johannes Schindelin1-11/+14
2019-01-28implicit interactive rebase: don't run sequence editorLibravatar Phillip Wood5-10/+16
2019-01-27object_as_type: initialize commit-graph-related fields of 'struct commit'Libravatar SZEDER Gábor3-6/+12
2019-01-27strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an otherLibravatar SZEDER Gábor1-0/+30
2019-01-27fetch: prefer suffix substitution in compact fetch.outputLibravatar Nguyễn Thái Ngọc Duy1-2/+6
2019-01-24convert: drop path parameter from actual conversion functionsLibravatar Jeff King1-7/+7
2019-01-24convert: drop len parameter from conversion checksLibravatar Jeff King1-7/+7
2019-01-24config: drop unused parameter from maybe_remove_section()Libravatar Jeff King1-2/+1
2019-01-24show_date_relative(): drop unused "tz" parameterLibravatar Jeff King3-6/+6
2019-01-24column: drop unused "opts" parameter in item_length()Libravatar Jeff King1-2/+2
2019-01-24create_bundle(): drop unused "header" parameterLibravatar Jeff King3-6/+5
2019-01-24apply: drop unused "def" parameter from find_name_gnu()Libravatar Jeff King1-3/+2
2019-01-24match-trees: drop unused path parameter from score functionsLibravatar Jeff King1-9/+7
2019-01-24combine-diff: treat --dirstat like --statLibravatar Jeff King3-0/+5
2019-01-24combine-diff: treat --summary like --statLibravatar Jeff King3-0/+14
2019-01-24combine-diff: treat --shortstat like --statLibravatar Jeff King3-0/+6
2019-01-24combine-diff: factor out stat-format maskLibravatar Jeff King1-6/+8
2019-01-24diff: clear emitted_symbols flag after useLibravatar Jeff King2-1/+82
2019-01-24t4006: resurrect commented-out testsLibravatar Jeff King1-23/+32
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy55-24/+58
2019-01-23checkout: fix regression in checkout -b on intitial checkoutLibravatar Ben Peart2-1/+9
2019-01-23checkout: add test demonstrating regression with checkout -b on initial commitLibravatar Ben Peart1-0/+9
2019-01-23commit-graph write: emit a percentage for all progressLibravatar Ævar Arnfjörð Bjarmason1-7/+7
2019-01-23commit-graph write: add itermediate progressLibravatar Ævar Arnfjörð Bjarmason1-0/+13
2019-01-23commit-graph write: remove empty line for readabilityLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2019-01-23commit-graph write: add more descriptive progress outputLibravatar Ævar Arnfjörð Bjarmason1-7/+18
2019-01-23commit-graph write: show progress for object searchLibravatar Ævar Arnfjörð Bjarmason1-2/+7
2019-01-23commit-graph write: more descriptive "writing out" outputLibravatar Ævar Arnfjörð Bjarmason1-2/+10
2019-01-23commit-graph write: add "Writing out" progress outputLibravatar Ævar Arnfjörð Bjarmason1-9/+30
2019-01-23commit-graph: don't call write_graph_chunk_extra_edges() unnecessarilyLibravatar SZEDER Gábor1-1/+2
2019-01-23doc: tidy asciidoc styleLibravatar Jean-Noël Avila14-94/+93
2019-01-22Add 'human' date format documentationLibravatar Stephen P. Smith2-0/+11
2019-01-22Replace the proposed 'auto' mode with 'auto:'Libravatar Stephen P. Smith1-7/+8
2019-01-22attr: do not mark queried macros as unsetLibravatar Jeff King2-15/+21
2019-01-22tests: explicitly use `test-tool.exe` on WindowsLibravatar Johannes Schindelin1-1/+1
2019-01-22commit-graph: rename "large edges" to "extra edges"Libravatar SZEDER Gábor5-24/+24
2019-01-22commit-graph write: use pack order when finding commitsLibravatar Ævar Arnfjörð Bjarmason1-2/+4
2019-01-22commit-tree: add missing --gpg-sign flagLibravatar Brandon Richardson2-4/+19