summaryrefslogtreecommitdiffstats
path: root/environment.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-13Tenth batch for 2.20Junio C Hamano1-0/+98
2018-11-07approxidate: fix NULL dereference in date_time()Jeff King2-1/+2
2018-11-06Ninth batch for 2.20Junio C Hamano1-2/+57
2018-11-06completion: use __gitcomp_builtin for format-patchDuy Nguyen2-10/+14
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart4-4/+4
2018-11-05xdiff-interface: drop parse_hunk_header()Jeff King2-48/+0
2018-11-05range-diff: use a hunk callbackJeff King1-1/+9
2018-11-05diff: convert --check to use a hunk callbackJeff King1-8/+12
2018-11-05combine-diff: use an xdiff hunk callbackJeff King1-31/+36
2018-11-05diff: use hunk callback for word-diffJeff King2-7/+8
2018-11-05diff: discard hunk headers for patch-ids earlierJeff King1-6/+2
2018-11-05diff: avoid generating unused hunk header linesJeff King4-3/+18
2018-11-05poll: use GetTickCount64() to avoid wrap-around issuesSteve Hoelzer1-4/+8
2018-11-05tree-walk.c: fix overoptimistic inclusion in :(exclude) matchingNguyễn Thái Ngọc Duy2-3/+25
2018-11-05sequencer.c: remove a stray semicolonNguyễn Thái Ngọc Duy1-1/+1
2018-11-05git-worktree.txt: correct linkgit command nameNguyễn Thái Ngọc Duy1-1/+1
2018-11-02add: speed up cmd_add() by utilizing read_cache_preload()Ben Peart1-5/+4
2018-11-02remote: make add_missing_tags() linearDerrick Stolee1-1/+33
2018-11-02test-reach: test get_reachable_subsetDerrick Stolee2-4/+82
2018-11-02commit-reach: implement get_reachable_subsetDerrick Stolee2-0/+82
2018-11-02send-email: avoid empty transfer encoding headerAaron Lindsay2-1/+16
2018-11-02pathspec: handle non-terminated strings with :(attr)Jeff King1-0/+7
2018-11-02approxidate: handle pending number for "specials"Jeff King2-27/+34
2018-11-02rev-list: handle flags for --indexed-objectsJeff King2-6/+16
2018-11-02xdiff-interface: provide a separate consume callback for hunksJeff King6-20/+48
2018-11-02xdiff: provide a separate emit callback for hunksJeff King5-8/+27
2018-11-02travis-ci: install packages in 'ci/install-dependencies.sh'SZEDER Gábor2-27/+29
2018-11-02tests: optionally skip `git rebase -p` testsJohannes Schindelin14-36/+69
2018-11-02t3418: decouple test cases from a previous `rebase -p` test caseJohannes Schindelin1-0/+1
2018-11-02t3404: decouple some test cases from outcomes of previous test casesJohannes Schindelin1-7/+8
2018-11-02Eighth batch for 2.20Junio C Hamano1-0/+6
2018-11-02rebase: apply cocci patchJunio C Hamano1-1/+1
2018-11-01fetch: replace string-list used as a look-up table with a hashmapJunio C Hamano1-46/+100
2018-11-01rev-parse: clear --exclude list after 'git rev-parse --all'Andreas Gruenbacher2-0/+13
2018-11-01fetch-pack: be more precise in parsing v2 responseJonathan Tan2-0/+62
2018-11-01sequencer: use read_author_script()Phillip Wood1-76/+21
2018-11-01add read_author_script() to libgitPhillip Wood3-84/+110
2018-11-01am: rename read_author_script()Phillip Wood1-2/+2
2018-11-01am: improve author-script error reportingPhillip Wood1-10/+39
2018-11-01am: don't die in read_author_script()Phillip Wood1-1/+2
2018-10-31t/helper: add test-submodule-nested-repo-configAntonio Ospite5-0/+67
2018-10-31submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite7-7/+216
2018-10-31read_istream_pack_non_delta(): document input handlingJeff King1-0/+9
2018-10-31ls-remote: pass heads/tags prefixes to transportJeff King2-0/+14
2018-10-31ls-remote: do not send ref prefixes for patternsJeff King2-8/+9
2018-10-31cat-file: handle streaming failures consistentlyJeff King1-4/+12
2018-10-31check_stream_sha1(): handle input underflowJeff King2-1/+21
2018-10-31t1450: check large blob in trailing-garbage testJeff King1-2/+2
2018-10-31mingw: fix isatty() after dup2()Johannes Schindelin2-0/+15
2018-10-31mingw: unset PERL5LIB by defaultJohannes Schindelin3-1/+70