summaryrefslogtreecommitdiffstats
path: root/sideband.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-25format-patch: use stdout directlyJohannes Schindelin1-5/+1
2016-06-25format-patch: avoid freopen()Johannes Schindelin1-31/+33
2016-06-25format-patch: explicitly switch off color when writing to filesJohannes Schindelin1-0/+2
2016-06-24shortlog: support outputting to streams other than stdoutJohannes Schindelin2-5/+9
2016-06-24graph: respect the diffopt.file settingJohannes Schindelin1-13/+17
2016-06-24line-log: respect diffopt's configured output file streamJohannes Schindelin1-17/+17
2016-06-24log-tree: respect diffopt's configured output file streamJohannes Schindelin1-32/+32
2016-06-24log: prepare log/log-tree to reuse the diffopt.close_file attributeJohannes Schindelin2-4/+16
2016-06-20Start the post-2.9 cycleJunio C Hamano3-2/+70
2016-06-13Git 2.9v2.9.0Junio C Hamano2-1/+6
2016-06-11l10n: ko.po: Update Korean translationChangwoo Ryu1-1393/+1799
2016-06-11l10n: ru.po: update Russian translationDimitriy Ryazantcev1-1404/+1767
2016-06-11Hopefully the final last-minute update before 2.9 finalJunio C Hamano1-3/+7
2016-06-10diff: disable compaction heuristic for nowJunio C Hamano3-1/+13
2016-06-10l10n: de.po: translate 104 new messagesRalf Thielow1-1428/+1882
2016-06-10xdiff: fix merging of appended hunk with -WRené Scharfe2-2/+25
2016-06-09l10n: zh_CN: review for git v2.9.0 l10n round 1Ray Chen1-15/+15
2016-06-06Git 2.9-rc2v2.9.0-rc2Junio C Hamano2-26/+7
2016-06-06Git 2.8.4v2.8.4Junio C Hamano4-3/+18
2016-06-06l10n: zh_CN: for git v2.9.0 l10n round 1Jiang Xin1-1575/+1800
2016-06-03userdiff: add built-in pattern for CSSWilliam Duclot15-0/+90
2016-06-03Almost ready for 2.9-rc2Junio C Hamano1-0/+19
2016-06-03rev-list: disable bitmaps when "-n" is used with listing objectsJeff King1-1/+2
2016-06-03rev-list: "adjust" results of "--count --use-bitmap-index -n"Jeff King2-0/+9
2016-06-02pathspec: rename free_pathspec() to clear_pathspec()Junio C Hamano10-15/+15
2016-06-02Documentation/git-send-email: fix typo in gmail 2FA sectionSZEDER Gábor1-1/+1
2016-06-01t2300: run git-sh-setup in an environment that better mimics the real lifeJunio C Hamano1-1/+2
2016-06-01t5500 & t7403: lose bash-ism "local"Junio C Hamano2-3/+2
2016-06-01submodule: remove bashism from shell scriptStefan Beller2-43/+20
2016-06-01submodule--helper: offer a consistent APIStefan Beller2-7/+17
2016-06-01Makefile: add $(DEVELOPER_CFLAGS) variableMatthieu Moy1-9/+10
2016-06-01test-lib: add in-shell "env" replacementJeff King2-1/+23
2016-05-31Git 2.9-rc1v2.9.0-rc1Junio C Hamano2-40/+49
2016-05-31More topics for 2.8.4Junio C Hamano1-0/+28
2016-05-31rebase -i: remove an unnecessary 'rerere' invocationJohannes Sixt1-1/+0
2016-05-31perf: make the tests work without a worktreeRené Scharfe1-1/+4
2016-05-31grep: -W: don't extend context to trailing empty linesRené Scharfe2-3/+27
2016-05-31t7810: add test for grep -W and trailing empty context linesRené Scharfe1-3/+16
2016-05-31xdiff: don't trim common tail with -WRené Scharfe2-7/+5
2016-05-31xdiff: -W: don't include common trailing empty lines in contextRené Scharfe2-2/+4
2016-05-31xdiff: ignore empty lines before added functions with -WRené Scharfe2-3/+21
2016-05-31xdiff: handle appended chunks better with -WRené Scharfe2-4/+25
2016-05-31xdiff: factor out match_func_rec()René Scharfe1-4/+11
2016-05-31t4051: rewrite, add more testsRené Scharfe6-74/+240
2016-05-31worktree: allow "-" short-hand for @{-1} in add commandJordan DE GEA3-1/+21
2016-05-31Documentation: bold literals in manErwan Mathoniere1-1/+1
2016-05-31l10n: pt_PT: update Portuguese translationVasco Almeida1-276/+322
2016-05-31l10n: pt_PT: update according to git-gui glossaryVasco Almeida1-190/+191
2016-05-31l10n: pt_PT: merge git.pot fileVasco Almeida1-1389/+1821
2016-05-31upload-pack.c: use parse-options APIAntoine Queru2-36/+37