summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Git 2.25-rc0v2.25.0-rc0Junio C Hamano2019-12-252-6/+27
* Merge branch 'en/fill-directory-fixes'Junio C Hamano2019-12-253-51/+354
|\
| * dir.c: use st_add3() for allocation sizeJunio C Hamano2019-12-201-1/+1
| * dir: consolidate similar code in treat_directory()Elijah Newren2019-12-191-11/+7
| * dir: synchronize treat_leading_path() and read_directory_recursive()Elijah Newren2019-12-193-2/+32
| * dir: fix checks on common prefix directoryElijah Newren2019-12-192-14/+59
| * dir: break part of read_directory_recursive() out for reuseElijah Newren2019-12-111-23/+37
| * dir: exit before wildcard fall-through if there is no wildcardElijah Newren2019-12-112-2/+9
| * dir: remove stray quote character in commentElijah Newren2019-12-111-1/+1
| * Revert "dir.c: make 'git-status --ignored' work within leading directories"Elijah Newren2019-12-112-5/+7
| * t3011: demonstrate directory traversal failuresElijah Newren2019-12-111-0/+209
* | Merge branch 'rs/test-cleanup'Junio C Hamano2019-12-255-5/+4
|\ \
| * | t6030: don't create unused fileRené Scharfe2019-12-181-1/+1
| * | t5580: don't create unused fileRené Scharfe2019-12-181-1/+1
| * | t3501: don't create unused fileRené Scharfe2019-12-181-1/+1
| * | t7004: don't create unused fileRené Scharfe2019-12-111-1/+0
| * | t4256: don't create unused fileRené Scharfe2019-12-111-1/+1
* | | Merge branch 'mr/bisect-save-pointer-to-const-string'Junio C Hamano2019-12-251-2/+2
|\ \ \
| * | | bisect--helper: convert `*_warning` char pointers to char arrays.Tanushree Tumane2019-12-171-2/+2
* | | | Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano2019-12-251-0/+23
|\ \ \ \
| * | | | t4015: improve coverage of function context testRené Scharfe2019-12-191-0/+23
* | | | | Merge branch 'js/add-p-in-c'Junio C Hamano2019-12-258-19/+1464
|\ \ \ \ \
| * | | | | built-in add -p: show helpful hint when nothing can be stagedJohannes Schindelin2019-12-131-4/+13
| * | | | | built-in add -p: only show the applicable parts of the help textJohannes Schindelin2019-12-131-4/+28
| * | | | | built-in add -p: implement the 'q' ("quit") commandJohannes Schindelin2019-12-131-6/+11
| * | | | | built-in add -p: implement the '/' ("search regex") commandJohannes Schindelin2019-12-132-1/+63
| * | | | | built-in add -p: implement the 'g' ("goto") commandJohannes Schindelin2019-12-132-0/+104
| * | | | | built-in add -p: implement hunk editingJohannes Schindelin2019-12-133-17/+325
| * | | | | strbuf: add a helper function to call the editor "on an strbuf"Johannes Schindelin2019-12-132-0/+39
| * | | | | built-in add -p: coalesce hunks after splitting themJohannes Schindelin2019-12-131-1/+57
| * | | | | built-in add -p: implement the hunk splitting featureJohannes Schindelin2019-12-132-2/+225
| * | | | | built-in add -p: show different prompts for mode changes and deletionsJohannes Schindelin2019-12-131-2/+20
| * | | | | built-in app -p: allow selecting a mode change as a "hunk"Johannes Schindelin2019-12-131-5/+104
| * | | | | built-in add -p: handle deleted empty filesJohannes Schindelin2019-12-131-2/+11
| * | | | | built-in add -p: support multi-file diffsJohannes Schindelin2019-12-131-38/+53
| * | | | | built-in add -p: offer a helpful error message when hunk navigation failedJohannes Schindelin2019-12-131-11/+33
| * | | | | built-in add -p: color the prompt and the help textJohannes Schindelin2019-12-131-4/+8
| * | | | | built-in add -p: adjust hunk headers as neededJohannes Schindelin2019-12-133-23/+151
| * | | | | built-in add -p: show colored hunks by defaultJohannes Schindelin2019-12-131-17/+62
| * | | | | built-in add -i: wire up the new C code for the `patch` commandJohannes Schindelin2019-12-131-3/+6
| * | | | | built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin2019-12-134-5/+277
* | | | | | Merge branch 'jc/drop-gen-hdrs'Junio C Hamano2019-12-251-3/+2
|\ \ \ \ \ \
| * | | | | | Makefile: drop GEN_HDRSJunio C Hamano2019-12-131-3/+2
* | | | | | | Merge branch 'ja/doc-markup-cleanup'Junio C Hamano2019-12-253-127/+136
|\ \ \ \ \ \ \
| * | | | | | | doc: indent multi-line items in listJean-Noël Avila2019-12-132-125/+134
| * | | | | | | doc: remove non pure ASCII charactersJean-Noël Avila2019-12-131-2/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'rs/ref-read-cleanup'Junio C Hamano2019-12-252-4/+3
|\ \ \ \ \ \ \
| * | | | | | | remote: pass NULL to read_ref_full() because object ID is not neededRené Scharfe2019-12-111-2/+1
| * | | | | | | refs: pass NULL to refs_read_ref_full() because object ID is not neededRené Scharfe2019-12-111-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rb/p4-lfs'Junio C Hamano2019-12-251-2/+8
|\ \ \ \ \ \ \