summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-04Merge branch 'mr/bisect-in-c-2'Junio C Hamano3-78/+274
2020-10-04Merge branch 'cc/bisect-start-fix'Junio C Hamano2-7/+13
2020-10-04Merge branch 'jc/blame-ignore-fix'Junio C Hamano4-22/+78
2020-10-04Merge branch 'jk/drop-unaligned-loads'Junio C Hamano3-29/+4
2020-10-04Merge branch 'js/no-builtins-on-disk-option'Junio C Hamano2-27/+40
2020-10-04Merge branch 'ab/mediawiki-fixes'Junio C Hamano13-399/+167
2020-10-03credential: treat CR/LF as line endings in the credential protocolNikita Leonov1-1/+1
2020-10-03Merge remote-tracking branch 'paulus/master' into pm/gitk-updateJunio C Hamano1-5293/+5325
2020-10-03t, doc: update tests, reference for "--force-if-includes"Srinidhi Kaushik4-4/+174
2020-10-03push: parse and set flag for "--force-if-includes"Srinidhi Kaushik8-6/+68
2020-10-03push: add reflog check for "--force-if-includes"Srinidhi Kaushik6-8/+205
2020-10-03gitk: Resize panes correctly when reducing window sizePaul Mackerras1-4/+11
2020-10-03gitk: replace tabs with spacesDenton Liu1-5289/+5289
2020-10-02Merge branch 'ds/in-merge-bases-many-optim-bug' into sk/force-if-includesJunio C Hamano3-4/+36
2020-10-02commit-reach: fix in_merge_bases_many bugDerrick Stolee3-4/+36
2020-10-01format-patch: teach format.useAutoBase "whenAble" optionJacob Keller3-26/+130
2020-10-01submodule update: silence underlying merge/rebase with "--quiet"Theodore Dubois2-3/+15
2020-09-30clone: allow configurable default for `-o`/`--origin`Sean Barag5-9/+50
2020-09-30clone: read new remote name from remote_name instead of option_originSean Barag1-15/+16
2020-09-30clone: validate --origin option before useSean Barag1-0/+3
2020-09-30refs: consolidate remote name validationSean Barag3-5/+13
2020-09-30remote: add tests for add and rename with invalid namesSean Barag1-0/+13
2020-09-30clone: use more conventional config/option layeringSean Barag1-1/+26
2020-09-30refspec: add support for negative refspecsJacob Keller7-13/+367
2020-09-30combine-diff: handle --find-object in multitree code pathJeff King2-2/+96
2020-09-30hashmap_for_each_entry(): workaround MSVC's runtime check failure #3Junio C Hamano1-1/+2
2020-09-30cmake (Windows): recommend using Visual Studio's built-in CMake supportJohannes Schindelin1-9/+17
2020-09-30cmake (Windows): initialize vcpkg/build dependencies automaticallyJohannes Schindelin1-0/+4
2020-09-30cmake (Windows): complain when encountering an unknown compilerJohannes Schindelin1-0/+2
2020-09-30cmake (Windows): let the `.dll` files be found when running the testsJohannes Schindelin1-0/+3
2020-09-30cmake: quote the path accurately when editing `test-lib.sh`Johannes Schindelin1-1/+1
2020-09-30cmake: fall back to using `vcpkg`'s `msgfmt.exe` on WindowsJohannes Schindelin1-1/+5
2020-09-30dir.c: drop unused "untracked" from treat_path_fast()Jeff King1-2/+1
2020-09-30sequencer: handle ignore_footer when parsing trailersJeff King1-0/+9
2020-09-30test-advise: check argument count with argc instead of argvJeff King1-2/+2
2020-09-30sparse-checkout: fill in some options boilerplateJeff King1-0/+37
2020-09-30sequencer: drop repository argument from run_git_commit()Jeff King1-6/+5
2020-09-30push: drop unused repo argument to do_push()Jeff King1-2/+2
2020-09-30assert PARSE_OPT_NONEG in parse-options callbacksJeff King4-0/+8
2020-09-30env--helper: write to opt->value in parseopt helperJeff King1-4/+7
2020-09-30drop unused argc parametersJeff King5-15/+15
2020-09-30convert: drop unused crlf_action from check_global_conv_flags_eol()Jeff King1-2/+2
2020-09-29Eighteenth batchJunio C Hamano1-0/+24
2020-09-29Merge branch 'ah/pull'Junio C Hamano2-3/+21
2020-09-29Merge branch 'tg/range-diff-same-file-fix'Junio C Hamano2-13/+11
2020-09-29Merge branch 'jc/t1506-rev-parse-leaves-range-endpoint-unpeeled'Junio C Hamano1-0/+18
2020-09-29Merge branch 'dl/zero-oid-in-hooks'Junio C Hamano2-10/+10
2020-09-29Merge branch 'jk/make-protocol-v2-the-default'Junio C Hamano3-11/+2
2020-09-29Merge branch 'bc/clone-with-git-default-hash-fix'Junio C Hamano4-4/+20
2020-09-29Merge branch 'tb/bloom-improvements'Junio C Hamano22-123/+508