summaryrefslogtreecommitdiffstats
path: root/shallow.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-27templates/hooks--*: remove sample hooks without any functionalityGerrit Pape2-23/+0
2011-09-27contrib/hooks: adapt comment about Debian install location for contrib hooksGerrit Pape1-2/+2
2011-09-24Git 1.7.7-rc3v1.7.7-rc3Junio C Hamano2-31/+2
2011-09-24merge-recursive: Do not look at working tree during a virtual ancestor mergeJunio C Hamano1-1/+1
2011-09-23Git 1.7.6.4v1.7.6.4Junio C Hamano4-3/+36
2011-09-23describe: Refresh the index when run with --dirtyAllan Caffee1-2/+15
2011-09-20git-mergetool: check return value from readJay Soffian2-2/+2
2011-09-19t4014: clean up format.thread config after each testJeff King1-4/+4
2011-09-19Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano4-5/+10
2011-09-19Git 1.7.7-rc2v1.7.7-rc2Junio C Hamano2-2/+2
2011-09-17branch --set-upstream: regression fixJunio C Hamano5-12/+39
2011-09-16Disambiguate duplicate t9160* testsFrédéric Heitzmann2-1/+1
2011-09-16Documentation/gitnamespaces.txt: cater to older asciidocJunio C Hamano1-0/+7
2011-09-16filter-branch: use require_clean_work_treeJeff King1-3/+1
2011-09-16Allow git merge ":/<pattern>"Junio C Hamano2-11/+14
2011-09-15t6019: avoid refname collision on case-insensitive systemsThomas Rast1-8/+11
2011-09-13git-svn: teach git-svn to populate svn:mergeinfoBryan Jacobs4-0/+742
2011-09-12fetch: avoid quadratic loop checking for updated submodulesJeff King1-5/+72
2011-09-12format-patch: ignore ui.colorPang Yan Han2-1/+10
2011-09-12Git 1.7.7-rc1v1.7.7-rc1Junio C Hamano1-1/+1
2011-09-12Git 1.7.6.3v1.7.6.3Junio C Hamano3-2/+7
2011-09-12Prepare for 1.7.6.3 maintenance releaseJunio C Hamano2-1/+21
2011-09-12SubmittingPathces: remove Cogito referenceSverre Rabbelier1-2/+1
2011-09-12fsck: do not abort upon finding an empty blobJunio C Hamano1-6/+3
2011-09-09fetch: skip on-demand checking when no submodules are configuredJens Lehmann2-6/+13
2011-09-08RelNotes/1.7.7: minor fixesMichael J Gruber1-26/+26
2011-09-07Minor update to how-to maintain gitJunio C Hamano1-7/+6
2011-09-06Update draft release notes to 1.7.7Junio C Hamano1-1/+6
2011-09-06Git 1.7.6.2v1.7.6.2Junio C Hamano4-4/+13
2011-09-06Revert "Merge branch 'cb/maint-quiet-push' into maint"Junio C Hamano6-39/+10
2011-09-02Update draft release notes to 1.7.7Junio C Hamano1-2/+10
2011-09-02(short) documentation for the testgit remote helperMatthieu Moy3-0/+45
2011-09-02Documentation/git-remote-helpers: explain how import works with multiple refsMatthieu Moy1-1/+21
2011-09-01git-svn: Teach dcommit --mergeinfo to handle multiple linesBryan Jacobs3-2/+19
2011-09-01git-svn: fix fetch with moved path when using rewriteRootEric Wong1-1/+1
2011-09-01git-svn: New flag to emulate empty directoriesRay Chen3-4/+308
2011-08-31xdiff/xprepare: initialise xdlclassifier_t cf in xdl_prepare_env()Tay Ray Chuan1-0/+2
2011-08-31t6030: use $SHELL_PATH to invoke user's preferred shell instead of bare shBrandon Casey1-1/+1
2011-08-31bisect: take advantage of gettextln, eval_gettextln.Jon Seymour1-35/+14
2011-08-30Symlink mergetools scriptlets into valgrind wrappersThomas Rast1-0/+2
2011-08-30grep: Fix race condition in delta_base_cacheNicolas Morey-Chaisemartin1-0/+4
2011-08-30t3903: fix misquoted rev-parse invocationThomas Rast1-1/+1
2011-08-30Documentation: clarify effects of -- <path> argumentsThomas Rast1-4/+7
2011-08-30Documentation/remote-helpers: explain capabilities firstJonathan Nieder1-30/+129
2011-08-30strbuf_grow(): maintain nul-termination even for new bufferThomas Rast1-4/+5
2011-08-30Document negated forms of format-patch --to --cc --add-headersThomas Rast1-1/+8
2011-08-30t4014: "no-add-headers" is actually called "no-add-header"Thomas Rast1-2/+2
2011-08-30t4014: invoke format-patch with --stdout where intendedThomas Rast1-2/+2
2011-08-30t4014: check for empty files from git format-patch --stdoutThomas Rast1-2/+19
2011-08-30Use memmove in ident_to_gitThomas Rast1-2/+2