summaryrefslogtreecommitdiffstats
path: root/refspec.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-31t1512: test ambiguous cat-file --batch and --batch-outputEric Wong1-0/+10
2019-01-31Support working-tree-encoding "UTF-16LE-BOM"Torsten Bögershausen5-14/+48
2019-01-31init docs: correct a punctuation typoKyle Meyer1-1/+1
2019-01-29Fourth batch after 2.20Junio C Hamano1-0/+54
2019-01-28pack-objects: merge read_lock and lock in packing_data structPatrick Hogg3-31/+19
2019-01-28pack-objects: move read mutex to packing_data structPatrick Hogg3-5/+13
2019-01-28git-instaweb: add Python builtin http.server supportArti Zirk2-2/+128
2019-01-28implicit interactive rebase: don't run sequence editorPhillip Wood5-10/+16
2019-01-28object_as_type: initialize commit-graph-related fields of 'struct commit'SZEDER Gábor3-6/+12
2019-01-28strbuf.cocci: suggest strbuf_addbuf() to add one strbuf to an otherSZEDER Gábor1-0/+30
2019-01-28fetch: prefer suffix substitution in compact fetch.outputNguyễn Thái Ngọc Duy1-2/+6
2019-01-24convert: drop path parameter from actual conversion functionsJeff King1-7/+7
2019-01-24convert: drop len parameter from conversion checksJeff King1-7/+7
2019-01-24config: drop unused parameter from maybe_remove_section()Jeff King1-2/+1
2019-01-24show_date_relative(): drop unused "tz" parameterJeff King3-6/+6
2019-01-24column: drop unused "opts" parameter in item_length()Jeff King1-2/+2
2019-01-24create_bundle(): drop unused "header" parameterJeff King3-6/+5
2019-01-24apply: drop unused "def" parameter from find_name_gnu()Jeff King1-3/+2
2019-01-24match-trees: drop unused path parameter from score functionsJeff King1-9/+7
2019-01-24combine-diff: treat --dirstat like --statJeff King3-0/+5
2019-01-24combine-diff: treat --summary like --statJeff King3-0/+14
2019-01-24combine-diff: treat --shortstat like --statJeff King3-0/+6
2019-01-24combine-diff: factor out stat-format maskJeff King1-6/+8
2019-01-24diff: clear emitted_symbols flag after useJeff King2-1/+82
2019-01-24t4006: resurrect commented-out testsJeff King1-23/+32
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy55-24/+58
2019-01-23checkout: fix regression in checkout -b on intitial checkoutBen Peart2-1/+9
2019-01-23checkout: add test demonstrating regression with checkout -b on initial commitBen Peart1-0/+9
2019-01-23commit-graph write: emit a percentage for all progressÆvar Arnfjörð Bjarmason1-7/+7
2019-01-23commit-graph write: add itermediate progressÆvar Arnfjörð Bjarmason1-0/+13
2019-01-23commit-graph write: remove empty line for readabilityÆvar Arnfjörð Bjarmason1-1/+0
2019-01-23commit-graph write: add more descriptive progress outputÆvar Arnfjörð Bjarmason1-7/+18
2019-01-23commit-graph write: show progress for object searchÆvar Arnfjörð Bjarmason1-2/+7
2019-01-23commit-graph write: more descriptive "writing out" outputÆvar Arnfjörð Bjarmason1-2/+10
2019-01-23commit-graph write: add "Writing out" progress outputÆvar Arnfjörð Bjarmason1-9/+30
2019-01-23commit-graph: don't call write_graph_chunk_extra_edges() unnecessarilySZEDER Gábor1-1/+2
2019-01-23doc: tidy asciidoc styleJean-Noël Avila14-94/+93
2019-01-22attr: do not mark queried macros as unsetJeff King2-15/+21
2019-01-22tests: explicitly use `test-tool.exe` on WindowsJohannes Schindelin1-1/+1
2019-01-22commit-graph: rename "large edges" to "extra edges"SZEDER Gábor5-24/+24
2019-01-22commit-graph write: use pack order when finding commitsÆvar Arnfjörð Bjarmason1-2/+4
2019-01-19Do not print 'dangling' for cat-file in case of ambiguityDavid Turner6-49/+62
2019-01-18Third batch after 2.20Junio C Hamano1-0/+80
2019-01-18mingw: special-case arguments to `sh`Johannes Schindelin3-2/+87
2019-01-18mingw (t5580): document bug when cloning from backslashed UNC pathsJohannes Schindelin1-0/+5
2019-01-18ls-refs: filter refs using namespace-stripped nameJonathan Tan2-1/+22
2019-01-18built-in rebase: call `git am` directlyJohannes Schindelin1-0/+179
2019-01-18rebase: teach `reset_head()` to optionally skip the worktreeJohannes Schindelin1-1/+7
2019-01-18rebase: avoid double reflog entry when switching branchesJohannes Schindelin1-3/+4
2019-01-18rebase: move `reset_head()` into a better spotJohannes Schindelin1-119/+119