summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-13strbuf: add a helper function to call the editor "on an strbuf"Libravatar Johannes Schindelin2-0/+39
2019-12-13built-in add -p: coalesce hunks after splitting themLibravatar Johannes Schindelin1-1/+57
2019-12-13built-in add -p: implement the hunk splitting featureLibravatar Johannes Schindelin2-2/+225
2019-12-13built-in add -p: show different prompts for mode changes and deletionsLibravatar Johannes Schindelin1-2/+20
2019-12-13built-in app -p: allow selecting a mode change as a "hunk"Libravatar Johannes Schindelin1-5/+104
2019-12-13built-in add -p: handle deleted empty filesLibravatar Johannes Schindelin1-2/+11
2019-12-13built-in add -p: support multi-file diffsLibravatar Johannes Schindelin1-38/+53
2019-12-13built-in add -p: offer a helpful error message when hunk navigation failedLibravatar Johannes Schindelin1-11/+33
2019-12-13built-in add -p: color the prompt and the help textLibravatar Johannes Schindelin1-4/+8
2019-12-13built-in add -p: adjust hunk headers as neededLibravatar Johannes Schindelin3-23/+151
2019-12-13built-in add -p: show colored hunks by defaultLibravatar Johannes Schindelin1-17/+62
2019-12-13built-in add -i: wire up the new C code for the `patch` commandLibravatar Johannes Schindelin1-3/+6
2019-12-13built-in add -i: start implementing the `patch` functionality in CLibravatar Johannes Schindelin4-5/+277
2019-12-13userdiff: remove empty subexpression from elixir regexLibravatar Ed Maste1-1/+2
2019-12-13doc: indent multi-line items in listLibravatar Jean-Noël Avila2-125/+134
2019-12-13doc: remove non pure ASCII charactersLibravatar Jean-Noël Avila1-2/+2
2019-12-13sparse-checkout: respect core.ignoreCase in cone modeLibravatar Derrick Stolee4-5/+42
2019-12-13notes: break set_display_notes() into smaller functionsLibravatar Denton Liu5-32/+45
2019-12-13config/format.txt: clarify behavior of multiple format.notesLibravatar Denton Liu1-1/+17
2019-12-11gitmodules: link to gitsubmodules guideLibravatar Philippe Blain1-1/+1
2019-12-11remote: pass NULL to read_ref_full() because object ID is not neededLibravatar René Scharfe1-2/+1
2019-12-11refs: pass NULL to refs_read_ref_full() because object ID is not neededLibravatar René Scharfe1-2/+2
2019-12-11t7004: don't create unused fileLibravatar René Scharfe1-1/+0
2019-12-11t4256: don't create unused fileLibravatar René Scharfe1-1/+1
2019-12-11dir: break part of read_directory_recursive() out for reuseLibravatar Elijah Newren1-23/+37
2019-12-11dir: exit before wildcard fall-through if there is no wildcardLibravatar Elijah Newren2-2/+9
2019-12-11dir: remove stray quote character in commentLibravatar Elijah Newren1-1/+1
2019-12-11Revert "dir.c: make 'git-status --ignored' work within leading directories"Libravatar Elijah Newren2-5/+7
2019-12-11t3011: demonstrate directory traversal failuresLibravatar Elijah Newren1-0/+209
2019-12-11git-p4: honor lfs.storage configuration variableLibravatar r.burenkov1-2/+8
2019-12-11bisect--helper: avoid use-after-freeLibravatar Tanushree Tumane1-3/+4
2019-12-11Merge branch 'kk/branch-name-encoding'Libravatar Pratyush Yadav2-0/+3
2019-12-10The fifth batchLibravatar Junio C Hamano1-0/+36
2019-12-10Merge branch 'ag/sequencer-continue-leakfix'Libravatar Junio C Hamano1-2/+4
2019-12-10Merge branch 'em/test-skip-regex-illseq'Libravatar Junio C Hamano2-3/+9
2019-12-10Merge branch 'hi/gpg-use-check-signature'Libravatar Junio C Hamano4-75/+72
2019-12-10Merge branch 'bc/t9001-zsh-in-posix-emulation-mode'Libravatar Junio C Hamano1-1/+1
2019-12-10Merge branch 'sg/test-squelch-noise-in-commit-bulk'Libravatar Junio C Hamano1-1/+1
2019-12-10Merge branch 'jk/perf-wo-git-dot-pm'Libravatar Junio C Hamano1-2/+7
2019-12-10Merge branch 'ds/commit-graph-delay-gen-progress'Libravatar Junio C Hamano5-8/+23
2019-12-10Merge branch 'jt/clone-recursesub-ref-advise'Libravatar Junio C Hamano5-1/+19
2019-12-10Merge branch 'as/t7812-missing-redirects-fix'Libravatar Junio C Hamano1-4/+7
2019-12-10Merge branch 'dl/pretty-reference'Libravatar Junio C Hamano9-26/+134
2019-12-10Merge branch 'dl/submodule-set-url'Libravatar Junio C Hamano4-2/+113
2019-12-10Merge branch 'js/mingw-inherit-only-std-handles'Libravatar Junio C Hamano5-12/+199
2019-12-10Merge branch 'po/bundle-doc-clonable'Libravatar Junio C Hamano2-6/+20
2019-12-10Merge branch 'ra/rebase-i-more-options'Libravatar Junio C Hamano6-28/+323
2019-12-10Merge branch 'am/pathspec-from-file'Libravatar Junio C Hamano9-28/+434
2019-12-09Sync with Git 2.24.1Libravatar Junio C Hamano47-87/+991
2019-12-09format-patch: move git_config() before repo_init_revisions()Libravatar Denton Liu1-4/+7