summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-14test-lib: fix interrupt handling with 'dash' and '--verbose-log -x'Libravatar SZEDER Gábor1-1/+4
2019-03-14submodule: explain first attempt failure clearlyLibravatar Jonathan Tan2-1/+8
2019-03-13Makefile: fix unaligned loads in sha1dc with UBSanLibravatar Jeff King3-2/+4
2019-03-13doc: format pathnames and URLs as monospace.Libravatar Corentin BOMPARD17-65/+65
2019-03-13doc/CodingGuidelines: URLs and paths as monospaceLibravatar Corentin BOMPARD1-2/+5
2019-03-13t4150: remove unused variableLibravatar Andrei Rybak1-3/+1
2019-03-13point pull requesters to GitGitGadgetLibravatar Jeff King2-3/+3
2019-03-12contrib/subtree: ensure only one rev is providedLibravatar Denton Liu1-12/+12
2019-03-12mingw: respect core.hidedotfiles = false in git-init againLibravatar Johannes Schindelin2-0/+18
2019-03-12rebase: deprecate --preserve-mergesLibravatar Johannes Schindelin4-19/+24
2019-03-12worktree: fix worktree add raceLibravatar Michal Suchanek1-5/+7
2019-03-12stash: pass pathspec as pointerLibravatar Thomas Gummerer1-30/+38
2019-03-11asciidoctor-extensions: fix spurious space after linkgitLibravatar Martin Ågren1-2/+2
2019-03-11Documentation/Makefile: add missing dependency on asciidoctor-extensionsLibravatar Martin Ågren1-4/+4
2019-03-11line-log: detect unsupported formatsLibravatar Jeff King2-0/+14
2019-03-11The second batchLibravatar Junio C Hamano1-0/+22
2019-03-11Sync with maintLibravatar Junio C Hamano1-1/+1
2019-03-11Merge branch 'js/rebase-recreate-merge'Libravatar Junio C Hamano1-1/+1
2019-03-11Merge branch 'js/untravis-windows'Libravatar Junio C Hamano2-113/+0
2019-03-11Merge branch 'rd/gc-prune-doc-fix'Libravatar Junio C Hamano1-1/+1
2019-03-11Merge branch 'js/find-lib-h-with-ls-files-when-possible'Libravatar Junio C Hamano1-2/+3
2019-03-11Merge branch 'rj/hdr-check-gcrypt-fix'Libravatar Junio C Hamano1-1/+4
2019-03-11Merge branch 'jk/guard-bswap-header'Libravatar Junio C Hamano1-0/+5
2019-03-11Merge branch 'rd/attr.c-comment-typofix'Libravatar Junio C Hamano1-4/+4
2019-03-11Merge branch 'yb/utf-16le-bom-spellfix'Libravatar Junio C Hamano1-1/+1
2019-03-11Documentation/Makefile: add missing xsl dependencies for manpagesLibravatar Martin Ågren1-1/+1
2019-03-11mingw: allow building with an MSYS2 runtime v3.xLibravatar Johannes Schindelin1-1/+1
2019-03-11stash: drop unused parameterLibravatar Thomas Gummerer1-4/+4
2019-03-08t3600: use helpers to replace test -d/f/e/s <path>Libravatar Rohit Ashiwal1-75/+75
2019-03-08t3600: modernize styleLibravatar Rohit Ashiwal1-100/+107
2019-03-08test functions: add function `test_file_not_empty`Libravatar Rohit Ashiwal1-0/+9
2019-03-08Make sure refs/rewritten/ is per-worktreeLibravatar Nguyễn Thái Ngọc Duy3-2/+40
2019-03-08files-backend.c: reduce duplication in add_per_worktree_entries_to_dir()Libravatar Nguyễn Thái Ngọc Duy1-11/+11
2019-03-08files-backend.c: factor out per-worktree code in loose_fill_ref_dir()Libravatar Nguyễn Thái Ngọc Duy1-22/+28
2019-03-08mingw: drop MakeMaker referenceLibravatar Johannes Schindelin1-1/+0
2019-03-08built-in stash: handle :(glob) pathspecs againLibravatar Johannes Schindelin2-2/+9
2019-03-08legacy stash: fix "rudimentary backport of -q"Libravatar Johannes Schindelin1-4/+4
2019-03-08commit-tree: utilize parse-options apiLibravatar Brandon Richardson3-74/+104
2019-03-08line-log: suppress diff output with "-s"Libravatar Jeff King2-2/+11
2019-03-08convert: avoid malloc of original file sizeLibravatar Joey Hess1-1/+1
2019-03-08docs: move core.excludesFile from git-add to gitignoreLibravatar Denton Liu2-9/+8
2019-03-08git-clean.txt: clarify ignore pattern filesLibravatar Denton Liu1-6/+5
2019-03-07config: document --type=color output is a complete lineLibravatar Jeff King1-1/+3
2019-03-07Start 2.22 cycleLibravatar Junio C Hamano3-2/+81
2019-03-07t5552: compensate for v2 filtering ref adv.Libravatar Jonathan Tan1-1/+4
2019-03-07tests: fix protocol version for overspecificationsLibravatar Jonathan Tan4-11/+46
2019-03-07t5700: only run with protocol version 1Libravatar Jonathan Tan1-0/+3
2019-03-07t5512: compensate for v0 only sending HEAD symrefsLibravatar Jonathan Tan1-5/+13
2019-03-07t5503: fix overspecification of trace expectationLibravatar Jonathan Tan1-1/+1
2019-03-07tests: always test fetch of unreachable with v0Libravatar Jonathan Tan4-9/+32