summaryrefslogtreecommitdiffstats
path: root/diffcore-pickaxe.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-08-18filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy1-6/+6
2009-08-18filter-branch: add an example how to add ACKs to a range of commitsJohannes Schindelin1-0/+10
2009-08-17docs: describe impact of repack on "clone -s"Jeff King1-2/+10
2009-08-13push: point to 'git pull' and 'git push --force' in case of non-fast forwardMatthieu Moy4-5/+103
2009-08-13Documentation: add: <filepattern>... is optionalPaul Bolle1-1/+1
2009-08-13Change mentions of "git programs" to "git commands"Ori Avtalion8-10/+10
2009-08-13Documentation: merge: one <remote> is requiredPaul Bolle1-1/+1
2009-08-13help.c: give correct structure's size to memset()Johan Herland1-1/+1
2009-08-11Fix typos in git-remote.txt and git-symbolic-ref.txtŠtěpán Němec2-4/+4
2009-08-10git-instaweb: fix mod_perl detection for apache2Mark A Rada1-1/+1
2009-08-08verify-pack -v: do not report "chain length 0"Junio C Hamano1-8/+19
2009-08-08t5510: harden the way verify-pack is usedJunio C Hamano1-3/+8
2009-08-05gitweb/README: Document $base_urlJakub Narebski1-0/+6
2009-08-05Documentation: git submodule: add missing options to synopsisJens Lehmann1-2/+2
2009-08-05Better usage string for reflog.Matthieu Moy1-1/+1
2009-08-05hg-to-git: don't import the unused popen2 moduleMiklos Vajna1-1/+1
2009-08-05send-email: remove debug traceErik Faye-Lund1-1/+0
2009-07-31config: Keep inner whitespace verbatimBjörn Steinbrink2-6/+9
2009-07-29GIT 1.6.4v1.6.4Junio C Hamano3-7/+15
2009-07-29GIT 1.6.3.4v1.6.3.4Junio C Hamano3-2/+38
2009-07-29config.txt: document add.ignore-errorsStephen Boyd1-0/+5
2009-07-29request-pull: allow ls-remote to notice remote.$nickname.uploadpackTom Grennan1-1/+1
2009-07-28Update the documentation of the raw diff output formatDavid Kågedal5-9/+10
2009-07-28git-rerere.txt: Clarify ambiguity of the config variableMichael J Gruber1-1/+1
2009-07-26t9143: do not fail if Compress::Zlib is missingEric Wong1-3/+12
2009-07-26Trivial path quoting fixes in git-instawebSean Estabrooks1-2/+2
2009-07-26GIT 1.6.4-rc3v1.6.4-rc3Junio C Hamano1-4/+7
2009-07-26Documentation/config.txt: a variable can be defined on the section header lineNanako Shiraishi1-1/+2
2009-07-25git svn: make minimize URL more reliable over http(s)Eric Wong1-1/+5
2009-07-25Disable asciidoc 8.4.1+ semantics for `{plus}` and friendsThomas Rast1-1/+1
2009-07-25git svn: avoid escaping '/' when renaming/copying filesEric Wong1-1/+1
2009-07-25t9142: stop httpd after the testEric Wong1-0/+2
2009-07-25git svn: the branch command no longer needs the full pathEric Wong2-7/+20
2009-07-25git svn: revert default behavior for --minimize-urlEric Wong3-5/+21
2009-07-25git svn: add gc commandRobert Allan Zeh3-0/+81
2009-07-25t8005: Nobody writes Russian in shift_jisJunio C Hamano4-17/+19
2009-07-25Fix severe breakage in "git-apply --whitespace=fix"Junio C Hamano2-5/+9
2009-07-25Update release notes for 1.6.4Junio C Hamano1-2/+13
2009-07-25After renaming a section, print any trailing variable definitionsAlex Vandiver2-3/+41
2009-07-25Make section_name_match start on '[', and return the length on successAlex Vandiver1-3/+16
2009-07-24send-email: detect cycles in alias expansionJeff King1-7/+11
2009-07-24Show the presence of untracked files in the bash prompt.Daniel Trstenjak1-2/+13
2009-07-24SunOS grep does not understand -C<n> nor -eJunio C Hamano1-0/+1
2009-07-24Fix export_marks() error handling.Matthias Andree1-4/+10
2009-07-24git repack: keep commits hidden by a graftJohannes Schindelin7-4/+20
2009-07-24Add a test showing that 'git repack' throws away grafted-away parentsBjörn Steinbrink1-0/+12
2009-07-24git branch: clean up detached branch handlingLinus Torvalds1-15/+23
2009-07-24git branch: avoid unnecessary object lookupsLinus Torvalds1-10/+14
2009-07-24git branch: fix performance problemLinus Torvalds1-5/+5
2009-07-23git svn: fix shallow clone when upstream revision is too newEric Wong2-0/+31