summaryrefslogtreecommitdiffstats
path: root/exec_cmd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-11-25Add -v and --abbrev options to git-branchLars Hjemli2-6/+51
2006-11-25git-clone: stop dumb protocol from copying refs outside heads/ and tags/.Junio C Hamano1-0/+4
2006-11-24gitweb: (style) use chomp without parentheses consistently.Junio C Hamano1-2/+2
2006-11-24gitweb: Replace SPC with   also in tag commentJakub Narebski1-1/+1
2006-11-24Typefix builtin-prune.c::prune_object()Junio C Hamano1-3/+4
2006-11-24config option log.showroot to show the diff of root commitsPeter Baumann3-4/+23
2006-11-24git-svn: handle authentication without relying on cached tokens on diskEric Wong1-8/+148
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingIñaki Arenaza1-5/+49
2006-11-24Make git-clone --use-separate-remote the defaultPetr Baudis2-13/+25
2006-11-24refs outside refs/{heads,tags} match less strongly.Junio C Hamano1-5/+42
2006-11-24Increase length of function name bufferAndy Parkins1-1/+1
2006-11-24git-svn: preserve uncommitted changes after dcommitEric Wong1-1/+1
2006-11-24git-svn: correctly handle revision 0 in SVN repositoriesEric Wong1-4/+10
2006-11-24git-svn: error out from dcommit on a parent-less commitEric Wong1-0/+7
2006-11-23archive-zip: don't use sizeof(struct ...)René Scharfe1-6/+18
2006-11-23GIT 1.4.4.1v1.4.4.1Junio C Hamano1-1/+1
2006-11-23trust-executable-bit: fix breakage for symlinksJunio C Hamano3-8/+18
2006-11-23Move --pretty options into Documentation/pretty-formats.txtChris Riddoch5-15/+83
2006-11-22Add support to git-branch to show local and remote branchesAndy Parkins2-25/+89
2006-11-22Improve git-prune -n outputAndy Parkins1-1/+7
2006-11-22Doc: Make comment about merging in tutorial.txt more clearPaolo Ciarrocchi1-1/+1
2006-11-22archive: use setvbuf() instead of setlinebuf()Michal Rokos1-1/+1
2006-11-21gitweb: Finish restoring "blob" links in git_difftree_bodyJakub Narebski1-21/+21
2006-11-21gitweb: Refactor feed generation, make output prettier, add Atom feedJakub Narebski1-45/+210
2006-11-21gitweb: Add an option to href() to return full URLJakub Narebski1-1/+2
2006-11-21gitweb: New improved formatting of chunk header in diffJakub Narebski2-1/+35
2006-11-21gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"Jakub Narebski1-0/+2
2006-11-21gitweb: Buffer diff header to deal with split patches + git_patchset_body ref...Jakub Narebski1-99/+136
2006-11-21gitweb: Protect against possible warning in git_commitdiffJakub Narebski1-1/+2
2006-11-21Teach SubmittingPatches about git-commit -sPaolo Ciarrocchi1-0/+3
2006-11-20do_for_each_ref: perform the same sanity check for leftovers.Junio C Hamano1-19/+19
2006-11-20git-fetch: follow lightweit tags as well.Junio C Hamano2-2/+19
2006-11-19Documentation: Correct alternates documentation, document http-alternatesPetr Baudis1-3/+14
2006-11-18Documentation: Define symref and update HEAD descriptionPetr Baudis2-5/+16
2006-11-18Document git-runstatusRene Scharfe3-1/+73
2006-11-18git-apply: slightly clean up bitfield usageRene Scharfe1-2/+5
2006-11-18sparse fix: Using plain integer as NULL pointerRene Scharfe1-1/+1
2006-11-18sparse fix: non-ANSI function declarationRene Scharfe2-2/+2
2006-11-18git-apply: Documentation typo fixPetr Baudis1-1/+1
2006-11-18Fix git-for-each-refs broken for tagsPetr Baudis1-2/+2
2006-11-17pack-objects: tweak "do not even attempt delta" heuristicsJunio C Hamano1-1/+3
2006-11-17"git fmt-merge-msg" SIGSEGVLinus Torvalds1-0/+2
2006-11-17git-pull: allow pulling into an empty repositoryLinus Torvalds2-2/+47
2006-11-15convert-objects: set _XOPEN_SOURCE to 600Junio C Hamano1-1/+1
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Jim Meyering1-0/+10
2006-11-15gitweb: Put back shortlog instead of graphiclog in the project list.Alexandre Julliard1-1/+1
2006-11-15git-checkout: allow pathspec to recover lost working tree directoryJunio C Hamano1-1/+5
2006-11-15git-checkout: do not allow -f and -m at the same time.Junio C Hamano1-0/+5
2006-11-15Seek back to current filepos when mmap()ing with NO_MMAPJohannes Schindelin1-0/+6
2006-11-15apply --numstat: mark binary diffstat with - -, not 0 0Junio C Hamano1-1/+5