summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-20t0003: use test_must_be_empty()Denton Liu1-3/+3
2019-12-20t0003: use named parameters in attr_check()Denton Liu1-7/+4
2019-12-20t0000: replace test_must_fail with run_sub_test_lib_test_err()Denton Liu1-7/+7
2019-12-20t/lib-git-p4: use test_path_is_missing()Denton Liu1-1/+1
2019-12-20rebase: fix saving of --signoff state for am-based rebasesElijah Newren1-1/+1
2019-12-20dir.c: use st_add3() for allocation sizeJunio C Hamano1-1/+1
2019-12-19dir: consolidate similar code in treat_directory()Elijah Newren1-11/+7
2019-12-19dir: synchronize treat_leading_path() and read_directory_recursive()Elijah Newren3-2/+32
2019-12-19dir: fix checks on common prefix directoryElijah Newren2-14/+59
2019-12-19commit: honor advice.statusHints when rejecting an empty commitHeba Waly2-0/+10
2019-12-20Merge branch 'py/console-close-esc'Pratyush Yadav1-0/+2
2019-12-19t4015: improve coverage of function context testRené Scharfe1-0/+23
2019-12-18commit: forbid --pathspec-from-file --allAlexandr Miloslavskiy2-0/+9
2019-12-18t3434: mark successful test as suchElijah Newren1-1/+1
2019-12-18notes.h: fix typos in commentDenton Liu1-2/+2
2019-12-18t6030: don't create unused fileRené Scharfe1-1/+1
2019-12-18t5580: don't create unused fileRené Scharfe1-1/+1
2019-12-18t3501: don't create unused fileRené Scharfe1-1/+1
2019-12-19git-gui: allow closing console window with EscapePratyush Yadav1-0/+2
2019-12-17bisect--helper: convert `*_warning` char pointers to char arrays.Tanushree Tumane1-2/+2
2019-12-16The sixth batchJunio C Hamano1-0/+29
2019-12-16Merge branch 'rs/patch-id-use-oid-to-hex'Junio C Hamano1-7/+2
2019-12-16Merge branch 'rs/commit-export-env-simplify'Junio C Hamano1-1/+1
2019-12-16Merge branch 'rs/archive-zip-code-cleanup'Junio C Hamano1-9/+14
2019-12-16Merge branch 'js/t3404-indent-fix'Junio C Hamano1-5/+5
2019-12-16Merge branch 'dr/branch-usage-casefix'Junio C Hamano1-1/+1
2019-12-16Merge branch 'sg/t9300-robustify'Junio C Hamano1-4/+16
2019-12-16Merge branch 'js/add-i-a-bit-more-tests'Junio C Hamano3-11/+97
2019-12-16Merge branch 'dl/range-diff-with-notes'Junio C Hamano4-6/+7
2019-12-16Merge branch 'hw/doc-in-header'Junio C Hamano48-2452/+1931
2019-12-16Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano2-5/+18
2019-12-16Merge branch 'dl/rebase-with-autobase'Junio C Hamano5-11/+26
2019-12-16Merge branch 'dl/test-cleanup'Junio C Hamano12-323/+425
2019-12-16Merge branch 'cs/store-packfiles-in-hashmap'Junio C Hamano4-9/+52
2019-12-16Merge branch 'js/builtin-add-i-cmds'Junio C Hamano1-59/+560
2019-12-16Merge branch 'dd/time-reentrancy'Junio C Hamano3-19/+21
2019-12-16Merge branch 'ag/sequencer-todo-updates'Junio C Hamano2-9/+29
2019-12-16git-p4: show detailed help when parsing options failBen Keene1-1/+6
2019-12-16git-p4: yes/no prompts should sanitize user textBen Keene1-30/+35
2019-12-16fix-typo: consecutive-word duplicationsryenus5-5/+5
2019-12-15gitk: Preserve window dimensions on exit when not using ttk themesEric Huber1-1/+1
2019-12-15gitk: don't highlight files after submodules as submodulesРоман Донченко1-2/+2
2019-12-15gitk: fix branch name encoding errorKazuhiro Kato1-0/+4
2019-12-15gitk: rename "commit summary" to "commit reference"Beat Bolli1-4/+4
2019-12-13Makefile: drop GEN_HDRSJunio C Hamano1-3/+2
2019-12-13built-in add -p: show helpful hint when nothing can be stagedJohannes Schindelin1-4/+13
2019-12-13built-in add -p: only show the applicable parts of the help textJohannes Schindelin1-4/+28
2019-12-13built-in add -p: implement the 'q' ("quit") commandJohannes Schindelin1-6/+11
2019-12-13built-in add -p: implement the '/' ("search regex") commandJohannes Schindelin2-1/+63
2019-12-13built-in add -p: implement the 'g' ("goto") commandJohannes Schindelin2-0/+104