summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-03-18doc-diff: add `--cut-header-footer`Libravatar Martin Ågren1-2/+17
2019-03-18doc-diff: support diffing from/to AsciiDoc(tor)Libravatar Martin Ågren1-8/+45
2019-03-18doc-diff: let `render_tree()` take an explicit directory nameLibravatar Martin Ågren1-11/+17
2019-03-18Doc: auto-detect changed build flagsLibravatar Martin Ågren2-6/+18
2019-03-18t4038-diff-combined: quote paths with whitespaceLibravatar Todd Zullinger1-4/+4
2019-03-18perf-lib.sh: rely on test-lib.sh for --tee handlingLibravatar Jeff King1-23/+11
2019-03-18doc: fix typos in man pagesLibravatar Alexander Blesius2-3/+3
2019-03-18fix pack protocol example client/server communicationLibravatar Mike Hommey1-4/+4
2019-03-18glossary: add definition for overlayLibravatar Thomas Gummerer1-0/+9
2019-03-18Merge git://ozlabs.org/~paulus/gitkLibravatar Junio C Hamano1-317/+343
2019-03-18merge: tweak --rerere-autoupdate documentationLibravatar Phillip Wood1-1/+2
2019-03-18am/cherry-pick/rebase/revert: document --rerere-autoupdateLibravatar Phillip Wood4-0/+20
2019-03-14gitk: Update Bulgarian translation (317t)Libravatar Alexander Shopov1-317/+343
2019-03-14get_oid(): when an object was not found, try harderLibravatar Johannes Schindelin2-1/+13
2019-03-14sequencer: move stale comment into correct locationLibravatar Johannes Schindelin1-1/+1
2019-03-14sequencer: improve error message when an OID could not be parsedLibravatar Johannes Schindelin1-1/+2
2019-03-14rebase -i: demonstrate obscure loose object cache bugLibravatar Johannes Schindelin1-0/+22
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