summaryrefslogtreecommitdiffstats
path: root/templates/hooks--applypatch-msg.sample (unfollow)
Commit message (Expand)AuthorFilesLines
2019-03-22refs/files-backend: don't look at an aborted transactionJeff King1-1/+5
2019-03-22refs/files-backend: handle packed transaction prepare failureJeff King2-0/+26
2019-03-21checkout.txt: note about losing staged changes with --mergeNguyễn Thái Ngọc Duy2-0/+11
2019-03-21unpack-trees: fix oneway_merge accidentally carry over stage indexNguyễn Thái Ngọc Duy2-1/+25
2019-03-21completion: use __git when calling --list-cmdsTodd Zullinger1-4/+4
2019-03-21completion: fix multiple command removalsJeff King2-3/+3
2019-03-21t9902: test multiple removals via completion.commandsTodd Zullinger1-0/+6
2019-03-21git: read local config in --list-cmdsJeff King2-7/+7
2019-03-20The third batchJunio C Hamano1-0/+49
2019-03-20trace2: NULL is not allowed for va_listTorsten Bögershausen5-9/+16
2019-03-20rebase: remove the rebase.useBuiltin settingÆvar Arnfjörð Bjarmason8-833/+35
2019-03-18doc-diff: add `--cut-header-footer`Martin Ågren1-2/+17
2019-03-18doc-diff: support diffing from/to AsciiDoc(tor)Martin Ågren1-8/+45
2019-03-18doc-diff: let `render_tree()` take an explicit directory nameMartin Ågren1-11/+17
2019-03-18Doc: auto-detect changed build flagsMartin Ågren2-6/+18
2019-03-18t4038-diff-combined: quote paths with whitespaceTodd Zullinger1-4/+4
2019-03-18perf-lib.sh: rely on test-lib.sh for --tee handlingJeff King1-23/+11
2019-03-18doc: fix typos in man pagesAlexander Blesius2-3/+3
2019-03-18fix pack protocol example client/server communicationMike Hommey1-4/+4
2019-03-18glossary: add definition for overlayThomas Gummerer1-0/+9
2019-03-18merge: tweak --rerere-autoupdate documentationPhillip Wood1-1/+2
2019-03-18am/cherry-pick/rebase/revert: document --rerere-autoupdatePhillip Wood4-0/+20
2019-03-14gitk: Update Bulgarian translation (317t)Alexander Shopov1-317/+343
2019-03-14get_oid(): when an object was not found, try harderJohannes Schindelin2-1/+13
2019-03-14sequencer: move stale comment into correct locationJohannes Schindelin1-1/+1
2019-03-14sequencer: improve error message when an OID could not be parsedJohannes Schindelin1-1/+2
2019-03-14rebase -i: demonstrate obscure loose object cache bugJohannes Schindelin1-0/+22
2019-03-14submodule: explain first attempt failure clearlyJonathan Tan2-1/+8
2019-03-13Makefile: fix unaligned loads in sha1dc with UBSanJeff King3-2/+4
2019-03-13t4150: remove unused variableAndrei Rybak1-3/+1
2019-03-13point pull requesters to GitGitGadgetJeff King2-3/+3
2019-03-12contrib/subtree: ensure only one rev is providedDenton Liu1-12/+12
2019-03-12mingw: respect core.hidedotfiles = false in git-init againJohannes Schindelin2-0/+18
2019-03-12rebase: deprecate --preserve-mergesJohannes Schindelin4-19/+24
2019-03-12worktree: fix worktree add raceMichal Suchanek1-5/+7
2019-03-11asciidoctor-extensions: fix spurious space after linkgitMartin Ågren1-2/+2
2019-03-11Documentation/Makefile: add missing dependency on asciidoctor-extensionsMartin Ågren1-4/+4
2019-03-11line-log: detect unsupported formatsJeff King2-0/+14
2019-03-11The second batchJunio C Hamano1-0/+22
2019-03-11Documentation/Makefile: add missing xsl dependencies for manpagesMartin Ågren1-1/+1
2019-03-11mingw: allow building with an MSYS2 runtime v3.xJohannes Schindelin1-1/+1
2019-03-08t3600: use helpers to replace test -d/f/e/s <path>Rohit Ashiwal1-75/+75
2019-03-08t3600: modernize styleRohit Ashiwal1-100/+107
2019-03-08test functions: add function `test_file_not_empty`Rohit Ashiwal1-0/+9
2019-03-08Make sure refs/rewritten/ is per-worktreeNguyễn Thái Ngọc Duy3-2/+40
2019-03-08files-backend.c: reduce duplication in add_per_worktree_entries_to_dir()Nguyễn Thái Ngọc Duy1-11/+11
2019-03-08files-backend.c: factor out per-worktree code in loose_fill_ref_dir()Nguyễn Thái Ngọc Duy1-22/+28
2019-03-08mingw: drop MakeMaker referenceJohannes Schindelin1-1/+0
2019-03-08commit-tree: utilize parse-options apiBrandon Richardson3-74/+104
2019-03-08line-log: suppress diff output with "-s"Jeff King2-2/+11