aboutsummaryrefslogtreecommitdiffstats
path: root/rebase-interactive.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-13Git 2.22-rc0v2.22.0-rc0Junio C Hamano2-1/+40
2019-05-13difftool: fallback on merge.guitoolDenton Liu3-9/+21
2019-05-13difftool: make --gui, --tool and --extcmd mutually exclusiveDenton Liu2-0/+11
2019-05-13mergetool: fallback to tool when guitool unavailableDenton Liu3-10/+48
2019-05-13mergetool--lib: create gui_mode functionDenton Liu1-5/+8
2019-05-13mergetool: use get_merge_tool functionDenton Liu4-11/+12
2019-05-13trace2: add variable description to git.txtDerrick Stolee1-0/+21
2019-05-13status: fix display of rebase -ir's `label` commandJohannes Schindelin1-1/+3
2019-05-13trace2: fix up a missing "leave" entry pointÆvar Arnfjörð Bjarmason1-1/+1
2019-05-13check-non-portable-shell: support Perl versions older than 5.10Eric Sunshine1-4/+5
2019-05-13mingw: enable DEP and ASLRİsmail Dönmez1-0/+6
2019-05-13mingw: do not let ld strip relocationsİsmail Dönmez1-0/+2
2019-05-10trace2: fix up a missing "leave" entry pointÆvar Arnfjörð Bjarmason1-1/+1
2019-05-09tag: fix typo in nested tagging hintDenton Liu2-2/+2
2019-05-09diff-highlight: use correct /dev/null for UNIX and WindowsChris. Webster1-1/+6
2019-05-09The eighth batchJunio C Hamano1-2/+88
2019-05-08submodule--helper: add a missing \nNguyễn Thái Ngọc Duy1-1/+1
2019-05-08coccicheck: make batch size of 0 mean "unlimited"Jeff King1-1/+7
2019-05-08t6500(mingw): use the Windows PID of the shellJohannes Schindelin1-1/+9
2019-05-08t/lib-httpd: pass LSAN_OPTIONS through apacheJeff King1-0/+1
2019-05-08Make fread/fwrite-like functions in http.c more like fread/fwrite.Mike Hommey1-6/+6
2019-05-08fsmonitor: force a refresh after the index was discardedJohannes Schindelin4-5/+6
2019-05-08fsmonitor: demonstrate that it is not refreshed after discard_index()Johannes Schindelin2-1/+31
2019-05-08perf-lib.sh: forbid the use of GIT_TEST_INSTALLEDÆvar Arnfjörð Bjarmason2-0/+13
2019-05-08perf tests: add "bindir" prefix to git tree test resultsÆvar Arnfjörð Bjarmason2-2/+4
2019-05-08perf-lib.sh: remove GIT_TEST_INSTALLED from perf-lib.shÆvar Arnfjörð Bjarmason3-32/+38
2019-05-08perf-lib.sh: make "./run <revisions>" use the correct gitsÆvar Arnfjörð Bjarmason2-2/+10
2019-05-08perf aggregate: remove GIT_TEST_INSTALLED from --codespeedÆvar Arnfjörð Bjarmason1-3/+0
2019-05-08perf README: correct docs for 3c8f12c96c regressionÆvar Arnfjörð Bjarmason1-1/+1
2019-05-08revisions.txt: remove ambibuity between <rev>:<path> and :<path>Andreas Heiduk1-5/+2
2019-05-08revisions.txt: mention <rev>~ formDenton Liu1-1/+3
2019-05-08revisions.txt: mark optional rev arguments with []Denton Liu1-5/+5
2019-05-08revisions.txt: change "rev" to "<rev>"Denton Liu1-4/+4
2019-05-07notes: correct documentation of format_display_notes()Chris Mayo1-5/+3
2019-05-07mingw: remove obsolete IPv6-related codeTanushree Tumane2-183/+3
2019-05-07t5580: verify that alternates can be UNC pathsJohannes Schindelin1-0/+12
2019-05-07cvsexportcommit: force crlf translationDustin Spicuzza1-0/+1
2019-05-07ci: install 'libsvn-perl' instead of 'git-svn'SZEDER Gábor1-1/+1
2019-05-07t4253-am-keep-cr-dos: avoid using pipesBoxuan Li1-2/+4
2019-05-07commit-graph: fix memory leakJosh Steadmon1-1/+3
2019-05-07midx: add packs to packed_git linked listDerrick Stolee4-33/+30
2019-05-07midx: pass a repository pointerDerrick Stolee5-15/+22
2019-05-07branch: make create_branch accept a merge base revDenton Liu5-6/+33
2019-05-07t2018: cleanup in current testDenton Liu1-26/+17
2019-05-07parse-options: don't emit "ambiguous option" for aliasesNguyễn Thái Ngọc Duy5-10/+164
2019-05-07coccicheck: optionally batch spatch invocationsJeff King1-7/+6
2019-05-07trace2: fixup access problem on /etc/gitconfig in read_very_early_configJeff Hostetler2-1/+5
2019-05-05*.[ch]: manually align parameter listsDenton Liu44-202/+202
2019-05-05*.[ch]: remove extern from function declarations using sedDenton Liu11-49/+49
2019-05-05*.[ch]: remove extern from function declarations using spatchDenton Liu70-885/+885