summaryrefslogtreecommitdiffstats
path: root/diffcore-break.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-16credential-store: don't pass strerror to die_errno()SZEDER Gábor1-2/+1
2015-12-15Update draft release notes to 2.6.5Junio C Hamano1-0/+14
2015-12-14ident: fix undefined variable when NO_IPV6 is setJeff King1-1/+1
2015-12-11Prepare for 2.6.5Junio C Hamano2-1/+26
2015-12-10Documentation/git-update-index: add missing opts to synopsisChristian Couder1-0/+1
2015-12-10git-p4: add option to keep empty commitsLars Schneider3-17/+165
2015-12-08Git 2.6.4v2.6.4Junio C Hamano3-2/+18
2015-12-07revision.c: fix possible null pointer arithmeticStefan Naewe1-1/+3
2015-12-04t3404: fix quoting of redirect for some versions of bashCharles Bailey1-1/+1
2015-12-04git-check-ref-format.txt: typo, s/avoids/avoid/Nguyễn Thái Ngọc Duy1-1/+1
2015-12-04document submodule sync --recursiveStefan Beller1-1/+4
2015-12-04Prepare for 2.6.4Junio C Hamano2-1/+49
2015-12-02verify_pack: do not ignore return value of verification functionDavid Turner1-1/+1
2015-12-02Make error message after failing commit_lock_file() less confusingSZEDER Gábor4-5/+8
2015-11-28wt-status: correct and simplify check for detached HEADRené Scharfe1-5/+4
2015-11-28ident.c: add support for IPv6Elia Pinto1-4/+27
2015-11-25http: treat config options sslCAPath and sslCAInfo as pathsCharles Bailey1-2/+2
2015-11-25Documentation/diff: give --word-diff-regex=. exampleMichael J Gruber1-0/+3
2015-11-25filter-branch: deal with object name vs. pathname ambiguity in tree-filterSZEDER Gábor2-1/+8
2015-11-24check-ignore: correct documentation about outputDennis Kaarsemaker1-5/+5
2015-11-24Documentation/git-update-index: add missing opts to synopsysChristian Couder1-0/+1
2015-11-24git-p4: clean up after p4 submit failureGIRARD Etienne2-35/+38
2015-11-24bash prompt: indicate dirty index even on orphan branchesSZEDER Gábor2-5/+4
2015-11-24bash prompt: remove a redundant 'git diff' optionSZEDER Gábor1-1/+1
2015-11-24bash prompt: test dirty index and worktree while on an orphan branchSZEDER Gábor1-3/+28
2015-11-24git-p4: work with a detached headLuke Diamand2-8/+17
2015-11-24git-p4: add option to system() to return subshell statusLuke Diamand1-2/+4
2015-11-24git-p4: add failing test for submit from detached headLuke Diamand1-0/+16
2015-11-20remote-http(s): support SOCKS proxiesPat Thoyts1-0/+11
2015-11-20t5813: avoid creating urls that break on cygwinDennis Kaarsemaker1-2/+2
2015-11-20Escape Git's exec path in contrib/rerere-train.sh scriptDaniel Knittl-Frank1-1/+1
2015-11-16allow hooks to ignore their standard input streamClemens Buchacher3-20/+27
2015-11-13rebase-i-exec: Allow space in SHELL_PATHFredrik Medley1-1/+1
2015-11-11Documentation: make environment variable formatting more consistentАндрей Рыбак1-6/+6
2015-11-06configure.ac: use $LIBS not $CFLAGS when testing -lpthreadRainer M. Canavan1-1/+7
2015-11-05Git 2.6.3v2.6.3Junio C Hamano4-3/+115
2015-11-05sha1: allow limiting the size of the data passed to SHA1_Update()Atousa Pahlevan Duprat5-0/+44
2015-11-05sha1: provide another level of indirection for the SHA-1 functionsAtousa Pahlevan Duprat3-13/+25
2015-11-04gc: remove garbage .idx files from pack dirDoug Kelly2-1/+22
2015-11-04t5304: test cleaning pack garbageDoug Kelly1-0/+21
2015-11-03daemon: plug memory leakRené Scharfe1-0/+1
2015-11-03run-command: factor out child_process_clear()René Scharfe3-6/+17
2015-11-01show-branch: use argv_array for default argumentsRené Scharfe1-16/+8
2015-11-01wt-status: use skip_prefix() to get rid of magic string length constantsRené Scharfe1-21/+15
2015-11-01wt-status: don't skip a magical number of characters blindlyRené Scharfe1-1/+1
2015-11-01wt-status: avoid building bogus branch name with detached HEADRené Scharfe2-7/+10
2015-11-01wt-status: exit early using goto in wt_shortstatus_print_tracking()René Scharfe1-8/+5
2015-11-01t7060: add test for status --branch on a detached HEADRené Scharfe1-0/+14
2015-10-29difftool: ignore symbolic links in use_wt_fileDavid Aguilar2-3/+20
2015-10-29merge-file: clamp exit code to maximum 127Jeff King3-1/+38