summaryrefslogtreecommitdiffstats
path: root/builtin/remote-ext.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-22Git 2.13.6v2.13.6Junio C Hamano3-2/+19
2017-09-22Git 2.12.5v2.12.5Junio C Hamano3-2/+19
2017-09-22Git 2.11.4v2.11.4Junio C Hamano3-2/+19
2017-09-22Git 2.10.5v2.10.5Junio C Hamano3-2/+19
2017-09-12cvsimport: shell-quote variable used in backticksJeff King1-0/+1
2017-09-12archimport: use safe_pipe_capture for user inputJeff King1-2/+2
2017-09-12shell: drop git-cvsserver support by defaultJeff King3-14/+64
2017-09-11cvsserver: use safe_pipe_capture for `constant commands` as wellJunio C Hamano1-4/+4
2017-09-11cvsserver: use safe_pipe_capture instead of backticksjoernchen1-11/+11
2017-09-11cvsserver: move safe_pipe_capture() to the main packageJunio C Hamano1-25/+22
2017-08-01Git 2.13.5v2.13.5Junio C Hamano3-2/+6
2017-08-01Git 2.13.4v2.13.4Junio C Hamano1-1/+1
2017-07-31Preparation for 2.13.4 continuesJunio C Hamano1-0/+18
2017-07-31Git 2.12.4v2.12.4Junio C Hamano3-2/+6
2017-07-31Git 2.11.3v2.11.3Junio C Hamano3-2/+6
2017-07-31Git 2.10.4v2.10.4Junio C Hamano3-2/+6
2017-07-30Git 2.9.5v2.9.5Junio C Hamano3-2/+6
2017-07-30Git 2.8.6v2.8.6Junio C Hamano3-2/+6
2017-07-30Git 2.7.6v2.7.6Junio C Hamano3-2/+27
2017-07-29connect: reject paths that look like command line optionsJeff King3-0/+40
2017-07-29connect: reject dashed arguments for proxy commandsJeff King2-0/+10
2017-07-29connect: factor out "looks like command line option" checkJeff King3-1/+14
2017-07-29t5813: add test for hostname starting with dashJeff King1-0/+9
2017-07-29connect: reject ssh hostname that begins with a dashJunio C Hamano1-0/+3
2017-07-29t/lib-proto-disable: restore protocol.allow after config testsJeff King1-2/+6
2017-07-22fixes from 'master' for 2.13.4Junio C Hamano2-1/+11
2017-07-19doc: reformat the paragraph containing the 'cut-line'Kaartic Sivaraam1-5/+6
2017-07-18doc: camelCase the i18n config variables to improve readabilityKaartic Sivaraam1-5/+5
2017-07-17t: handle EOF in test_copy_bytes()Jeff King1-0/+1
2017-07-17set FD_CLOEXEC properly when O_CLOEXEC is not supportedEric Wong1-3/+3
2017-07-17alias: compare alias name *case-insensitively*Johannes Schindelin2-2/+2
2017-07-17t1300: demonstrate that CamelCased aliases regressedJohannes Schindelin1-0/+7
2017-07-13Git 2.13.3v2.13.3Junio C Hamano2-1/+10
2017-07-12gc: run pre-detach operations under lockJeff King2-0/+25
2017-07-11pre-rebase hook: capture documentation in a <<here documentJonathan Nieder1-3/+3
2017-07-10Prepare for 2.13.3Junio C Hamano2-1/+54
2017-07-10ref-filter.c: drop return from void functionAlejandro R. Sedeño1-1/+1
2017-07-10l10n: de.po: fix typoRalf Thielow1-1/+1
2017-07-10doc: correct a mistake in an illustrationKaartic Sivaraam1-1/+1
2017-07-09progress: show overall rate in last updateRené Scharfe1-2/+6
2017-07-09apply: use strcmp(3) for comparing strings in gitdiff_verify_name()René Scharfe1-2/+1
2017-07-09branch: set remote color in ref-filter branch immediatelyJeff King1-5/+6
2017-07-09branch: use BRANCH_COLOR_LOCAL in ref-filter formatJeff King2-2/+47
2017-07-09branch: only perform HEAD check for local branchesJeff King1-1/+2
2017-07-07unicode: update the width tables to Unicode 10Beat Bolli1-13/+29
2017-07-07reflog-walk: include all fields when freeing complete_reflogsJeff King1-8/+18
2017-07-07reflog-walk: don't free reflogs added to cacheJeff King2-4/+4
2017-07-07reflog-walk: duplicate strings in complete_reflogs listJeff King2-0/+7
2017-07-06builtin/commit.c: fix a typo in the commentKaartic Sivaraam1-1/+1
2017-07-05cygwin: allow pushing to UNC pathsTorsten Bögershausen5-0/+27