summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-04send-email: don't cc *-by lines with '-' prefixLibravatar Baruch Siach1-1/+1
2019-04-04cocci: FLEX_ALLOC_MEM to FLEX_ALLOC_STRLibravatar Denton Liu1-0/+13
2019-04-04midx.c: convert FLEX_ALLOC_MEM to FLEX_ALLOC_STRLibravatar Denton Liu1-1/+1
2019-04-04revision: use a prio_queue to hold rewritten parentsLibravatar Jeff King2-22/+54
2019-04-04contrib/completion: add smerge to the mergetool completion candidatesLibravatar David Aguilar1-1/+2
2019-04-04mergetools: add support for smerge (Sublime Merge)Libravatar David Aguilar2-0/+13
2019-04-03blame.c: don't drop origin blobs as eagerlyLibravatar David Kastrup1-1/+2
2019-04-02read-tree.txt: clarify --reset and worktree changesLibravatar Nguyễn Thái Ngọc Duy1-2/+3
2019-04-02tests (pack-objects): use the full, unabbreviated `--revs` optionLibravatar Johannes Schindelin1-22/+22
2019-04-02tests (status): spell out the `--find-renames` option in fullLibravatar Johannes Schindelin1-4/+4
2019-04-02tests (push): do not abbreviate the `--follow-tags` optionLibravatar Johannes Schindelin1-2/+2
2019-04-02t5531: avoid using an abbreviated optionLibravatar Johannes Schindelin1-1/+1
2019-04-02t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`Libravatar Johannes Schindelin1-8/+8
2019-04-02tests (rebase): spell out the `--force-rebase` optionLibravatar Johannes Schindelin2-3/+3
2019-04-02tests (rebase): spell out the `--keep-empty` optionLibravatar Johannes Schindelin1-2/+2
2019-04-01index-pack: show progress while checking objectsLibravatar SZEDER Gábor1-1/+9
2019-04-01Documentation/git-status: fix titles in porcelain v2 sectionLibravatar Todd Zullinger1-4/+8
2019-04-01Documentation/rev-list-options: wrap --date=<format> block with "--"Libravatar Todd Zullinger1-11/+11
2019-04-01test-lib: whitelist GIT_TR2_* in the environmentLibravatar Ævar Arnfjörð Bjarmason1-0/+1
2019-04-01fetch-pack: binary search when storing wanted-refsLibravatar Jonathan Tan1-9/+10
2019-04-01interpret-trailers.txt: start the desc line with a capital letterLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2019-04-01sha1-file: support OBJECT_INFO_FOR_PREFETCHLibravatar Jonathan Tan3-9/+17
2019-04-01fetch-pack: respect --no-update-shallow in v2Libravatar Jonathan Tan1-7/+34
2019-04-01fetch-pack: call prepare_shallow_info only if v0Libravatar Jonathan Tan2-3/+11
2019-04-01Merge branch 'jt/test-protocol-version' into jt/fetch-no-update-shallow-in-pr...Libravatar Junio C Hamano15-39/+128
2019-04-01ci: install Asciidoctor in 'ci/install-dependencies.sh'Libravatar SZEDER Gábor2-3/+3
2019-04-01Documentation/technical/protocol-v2.txt: fix formattingLibravatar SZEDER Gábor1-26/+26
2019-04-01Documentation/technical/api-config.txt: fix formattingLibravatar SZEDER Gábor1-1/+1
2019-04-01Documentation/git-diff-tree.txt: fix formattingLibravatar SZEDER Gábor1-0/+1
2019-04-01config: correct '**' matching in includeIf patternsLibravatar Nguyễn Thái Ngọc Duy2-1/+14
2019-04-01check-docs: fix for setups where executables have an extensionLibravatar Johannes Schindelin1-2/+2
2019-04-01check-docs: do not expect guide pages to correspond to commandsLibravatar Johannes Schindelin1-0/+1
2019-04-01check-docs: really look at the documented commands againLibravatar Johannes Schindelin1-1/+1
2019-04-01docs: do not document the `git remote-testgit` commandLibravatar Johannes Schindelin2-32/+0
2019-04-01docs: move gitremote-helpers into section 7Libravatar Johannes Schindelin7-7/+7
2019-04-01gc: handle & check gc.reflogExpire configLibravatar Ævar Arnfjörð Bjarmason2-0/+36
2019-04-01reflog tests: assert lack of early exit with expiry="never"Libravatar Ævar Arnfjörð Bjarmason1-1/+3
2019-04-01commit-graph: improve & i18n error messagesLibravatar Ævar Arnfjörð Bjarmason1-19/+19
2019-04-01commit-graph write: don't die if the existing graph is corruptLibravatar Ævar Arnfjörð Bjarmason4-5/+23
2019-04-01commit-graph verify: detect inability to read the graphLibravatar Ævar Arnfjörð Bjarmason2-1/+9
2019-04-01commit-graph: don't pass filename to load_commit_graph_one_fd_st()Libravatar Ævar Arnfjörð Bjarmason3-8/+6
2019-04-01commit-graph: don't early exit(1) on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason4-18/+51
2019-04-01commit-graph: fix segfault on e.g. "git status"Libravatar Ævar Arnfjörð Bjarmason2-10/+36
2019-04-01fast-import: fix erroneous handling of get-mark with empty orphan commitsLibravatar Elijah Newren3-12/+4
2019-04-01fast-import: only allow cat-blob requests where it makes senseLibravatar Elijah Newren2-9/+17
2019-04-01fast-import: check most prominent commands firstLibravatar Elijah Newren1-2/+2
2019-04-01git-fast-import.txt: fix wording about where ls command can appearLibravatar Elijah Newren1-2/+2
2019-04-01t9300: demonstrate bug with get-mark and empty orphan commitsLibravatar Elijah Newren2-1/+43
2019-04-01gitweb: make hash size independentLibravatar brian m. carlson1-30/+67
2019-04-01Git.pm: make hash size independentLibravatar brian m. carlson1-1/+1