summaryrefslogtreecommitdiffstats
path: root/builtin/remote-fd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-17Git 2.5.5v2.5.5Junio C Hamano4-3/+15
2016-03-17Git 2.4.11v2.4.11Junio C Hamano4-3/+15
2016-03-16list-objects: pass full pathname to callbacksJeff King9-58/+26
2016-03-16list-objects: drop name_path entirelyJeff King9-25/+19
2016-03-16list-objects: convert name_path to a strbufJeff King3-36/+15
2016-03-16show_object_with_name: simplify by using path_name()Jeff King1-34/+6
2016-03-16http-push: stop using name_pathJeff King1-16/+7
2016-03-16tree-diff: catch integer overflow in combine_diff_path allocationJeff King2-4/+4
2016-03-16add helpers for detecting size_t overflowJeff King1-0/+34
2016-01-04Git 2.6.5v2.6.5Junio C Hamano3-2/+22
2015-12-21t1401: test reflog creation for git-symbolic-refJeff King1-0/+16
2015-12-21symbolic-ref: propagate error code from create_symref()Jeff King2-1/+7
2015-12-17revision.c: propagate tag names from pending arrayJeff King2-2/+30
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-14ident: loosen getpwuid error in non-strict modeJeff King1-8/+22
2015-12-11completion: remove 'git column' from porcelain commandsSZEDER Gábor1-0/+1
2015-12-11Prepare for 2.6.5Junio C Hamano2-1/+26
2015-12-11send-email: enable SSL level 1 debug outputJohn Keeping1-0/+7
2015-12-11ident: keep a flag for bogus default_emailJeff King1-7/+12
2015-12-11ident: make xgetpwuid_self() a static local helperJeff King3-15/+12
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