summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-24support fetching into a shallow repositoryJohannes Schindelin
2006-11-24upload-pack: no longer call rev-listJohannes Schindelin
2006-11-24gitweb: (style) use chomp without parentheses consistently.Junio C Hamano
2006-11-24gitweb: Replace SPC with   also in tag commentJakub Narebski
2006-11-24Merge branch 'jn/web'Junio C Hamano
2006-11-24Merge branch 'pb/diffroot'Junio C Hamano
2006-11-24Merge branch 'jc/pack-heuristics'Junio C Hamano
2006-11-24Merge branch 'jc/numstat'Junio C Hamano
2006-11-24Merge branch 'ap/branch-ref-display'Junio C Hamano
2006-11-24Merge branch 'ap/prune'Junio C Hamano
2006-11-24Typefix builtin-prune.c::prune_object()Junio C Hamano
2006-11-24config option log.showroot to show the diff of root commitsPeter Baumann
2006-11-24Merge branch 'jc/upload-pack'Junio C Hamano
2006-11-24git-svn: handle authentication without relying on cached tokens on diskEric Wong
2006-11-24git-cvsimport: add support for CVS pserver method HTTP/1.x proxyingIñaki Arenaza
2006-11-24Make git-clone --use-separate-remote the defaultPetr Baudis
2006-11-24refs outside refs/{heads,tags} match less strongly.Junio C Hamano
2006-11-24Increase length of function name bufferAndy Parkins
2006-11-23git-svn: preserve uncommitted changes after dcommitEric Wong
2006-11-23git-svn: correctly handle revision 0 in SVN repositoriesEric Wong
2006-11-23git-svn: error out from dcommit on a parent-less commitEric Wong
2006-11-23archive-zip: don't use sizeof(struct ...)René Scharfe
2006-11-23GIT 1.4.4.1v1.4.4.1Junio C Hamano
2006-11-23trust-executable-bit: fix breakage for symlinksJunio C Hamano
2006-11-23Move --pretty options into Documentation/pretty-formats.txtChris Riddoch
2006-11-22Add support to git-branch to show local and remote branchesAndy Parkins
2006-11-22Improve git-prune -n outputAndy Parkins
2006-11-22Doc: Make comment about merging in tutorial.txt more clearPaolo Ciarrocchi
2006-11-22archive: use setvbuf() instead of setlinebuf()Michal Rokos
2006-11-21gitweb: Finish restoring "blob" links in git_difftree_bodyJakub Narebski
2006-11-21gitweb: Refactor feed generation, make output prettier, add Atom feedJakub Narebski
2006-11-21gitweb: Add an option to href() to return full URLJakub Narebski
2006-11-21gitweb: New improved formatting of chunk header in diffJakub Narebski
2006-11-21gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"Jakub Narebski
2006-11-21gitweb: Buffer diff header to deal with split patches + git_patchset_body ref...Jakub Narebski
2006-11-21gitweb: Protect against possible warning in git_commitdiffJakub Narebski
2006-11-21Teach SubmittingPatches about git-commit -sPaolo Ciarrocchi
2006-11-20do_for_each_ref: perform the same sanity check for leftovers.Junio C Hamano
2006-11-20git-fetch: follow lightweit tags as well.Junio C Hamano
2006-11-19Documentation: Correct alternates documentation, document http-alternatesPetr Baudis
2006-11-18Documentation: Define symref and update HEAD descriptionPetr Baudis
2006-11-18Document git-runstatusRene Scharfe
2006-11-18git-apply: slightly clean up bitfield usageRene Scharfe
2006-11-18sparse fix: Using plain integer as NULL pointerRene Scharfe
2006-11-18sparse fix: non-ANSI function declarationRene Scharfe
2006-11-18git-apply: Documentation typo fixPetr Baudis
2006-11-18Fix git-for-each-refs broken for tagsPetr Baudis
2006-11-17pack-objects: tweak "do not even attempt delta" heuristicsJunio C Hamano
2006-11-17"git fmt-merge-msg" SIGSEGVLinus Torvalds
2006-11-17git-pull: allow pulling into an empty repositoryLinus Torvalds