summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-10blame: silently ignore invalid ignore file objectsLibravatar René Scharfe2-4/+5
2020-11-09format-patch: make output filename configurableLibravatar Junio C Hamano7-8/+83
2020-11-09Fourth batchLibravatar Junio C Hamano1-0/+34
2020-11-09Merge branch 'js/default-branch-name-adjust-t5411'Libravatar Junio C Hamano32-723/+726
2020-11-09Merge branch 'fc/zsh-completion'Libravatar Junio C Hamano4-156/+112
2020-11-09Merge branch 'jk/sideband-more-error-checking'Libravatar Junio C Hamano4-14/+47
2020-11-09Merge branch 'jk/committer-date-is-author-date-fix-simplify'Libravatar Junio C Hamano3-44/+5
2020-11-09Merge branch 'ab/git-remote-exit-code'Libravatar Junio C Hamano3-22/+47
2020-11-09Merge branch 'pb/ref-filter-with-crlf'Libravatar Junio C Hamano2-14/+148
2020-11-09Merge branch 'jk/checkout-index-errors'Libravatar Junio C Hamano3-3/+34
2020-11-09Merge branch 'jk/perl-warning'Libravatar Junio C Hamano22-19/+30
2020-11-09Merge branch 'nk/diff-files-vs-fsmonitor'Libravatar Junio C Hamano6-50/+81
2020-11-09Merge branch 'as/tests-cleanup'Libravatar Junio C Hamano2-2/+4
2020-11-09Merge branch 'en/dir-rename-tests'Libravatar Junio C Hamano2-54/+553
2020-11-09Merge branch 'mr/bisect-in-c-3'Libravatar Junio C Hamano2-151/+117
2020-11-09t9603: use tabs for indentationLibravatar Johannes Schindelin1-12/+12
2020-11-09t5570: remove trailing paddingLibravatar Johannes Schindelin1-6/+6
2020-11-09t5400,t5402: consistently indent with tabs, not with spacesLibravatar Johannes Schindelin2-84/+85
2020-11-09t3427: adjust stale commentLibravatar Johannes Schindelin1-1/+1
2020-11-09t3406: indent with tabs, not spacesLibravatar Johannes Schindelin1-8/+8
2020-11-09t1004: insert missing "branch" in a messageLibravatar Johannes Schindelin1-1/+1
2020-11-09p4: respect init.defaultBranchLibravatar Johannes Schindelin1-1/+1
2020-11-09compat/bswap.h: simplify MSVC endianness detectionLibravatar Daniel Gurney1-1/+1
2020-11-09archive: support compression levels beyond 9Libravatar René Scharfe3-16/+14
2020-11-06ci: avoid using the deprecated `set-env` constructLibravatar Johannes Schindelin1-1/+1
2020-11-06tests: consolidate the `file_size` function into `test-lib-functions.sh`Libravatar Johannes Schindelin5-42/+24
2020-11-06diff: allow passing NULL to diff_free_filespec_data()Libravatar Jinoh Kang2-0/+26
2020-11-06strmap: add a strset sub-typeLibravatar Elijah Newren2-0/+80
2020-11-06strmap: split create_entry() out of strmap_put()Libravatar Elijah Newren1-14/+23
2020-11-05doc: fixing two trivial typos in Documentation/Libravatar Marlon Rac Cambasis4-4/+4
2020-11-04strmap: add functions facilitating use as a string->int mapLibravatar Elijah Newren2-0/+105
2020-11-04strmap: enable faster clearing and reusing of strmapsLibravatar Elijah Newren2-0/+12
2020-11-04strmap: add more utility functionsLibravatar Elijah Newren2-0/+54
2020-11-04rebase -i: simplify get_revision_ranges()Libravatar Phillip Wood1-6/+4
2020-11-04rebase -i: use struct object_id when writing stateLibravatar Phillip Wood3-5/+7
2020-11-04rebase -i: use struct object_id rather than looking up commitLibravatar Phillip Wood3-11/+9
2020-11-04rebase -i: stop overwriting ORIG_HEAD bufferLibravatar Phillip Wood2-5/+16
2020-11-04format-patch: support --output optionLibravatar Jeff King2-5/+32
2020-11-04format-patch: tie file-opening logic to output_directoryLibravatar Jeff King1-6/+6
2020-11-04format-patch: refactor output selectionLibravatar Jeff King2-9/+22
2020-11-04doc: clarify that --abbrev=<n> is about the minimum lengthLibravatar Junio C Hamano6-11/+18
2020-11-04log: diagnose -L used with pathspec as an errorLibravatar Junio C Hamano2-0/+25
2020-11-03ci: make the whitespace checker more robustLibravatar Johannes Schindelin1-2/+4
2020-11-03t2402: fix typoLibravatar Johannes Schindelin1-1/+1
2020-11-02t5515: use `main` as the name of the main branch for testing (conclusion)Libravatar Johannes Schindelin1-6/+1
2020-11-02t5515: use `main` as the name of the main branch for testing (part 3)Libravatar Johannes Schindelin65-171/+171
2020-11-02t5515: use `main` as the name of the main branch for testing (part 2)Libravatar Johannes Schindelin62-122/+122
2020-11-02t5515: use `main` as the name of the main branch for testing (part 1)Libravatar Johannes Schindelin1-12/+20
2020-11-02merge,rebase,revert: select ort or recursive by config or environmentLibravatar Elijah Newren5-15/+104
2020-11-02Third batchLibravatar Junio C Hamano1-0/+80