summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-11-21Store peeled refs in packed-refs (take 2).Libravatar Junio C Hamano4-55/+77
2006-11-21Add support to git-branch to show local and remote branchesLibravatar Andy Parkins2-25/+89
2006-11-21merge: allow merging into a yet-to-be-born branch.Libravatar Junio C Hamano1-0/+18
2006-11-21git-merge: make it usable as the first class UILibravatar Junio C Hamano2-12/+67
2006-11-21remove merge-recursive-oldLibravatar Junio C Hamano14-2497/+10
2006-11-21Improve git-prune -n outputLibravatar Andy Parkins1-1/+7
2006-11-21Doc: Make comment about merging in tutorial.txt more clearLibravatar Paolo Ciarrocchi1-1/+1
2006-11-21archive: use setvbuf() instead of setlinebuf()Libravatar Michal Rokos1-1/+1
2006-11-21gitweb: Finish restoring "blob" links in git_difftree_bodyLibravatar Jakub Narebski1-21/+21
2006-11-21gitweb: Refactor feed generation, make output prettier, add Atom feedLibravatar Jakub Narebski1-45/+210
2006-11-21gitweb: Add an option to href() to return full URLLibravatar Jakub Narebski1-1/+2
2006-11-21gitweb: New improved formatting of chunk header in diffLibravatar Jakub Narebski2-1/+35
2006-11-21gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"Libravatar Jakub Narebski1-0/+2
2006-11-21gitweb: Buffer diff header to deal with split patches + git_patchset_body ref...Libravatar Jakub Narebski1-99/+136
2006-11-21gitweb: Protect against possible warning in git_commitdiffLibravatar Jakub Narebski1-1/+2
2006-11-21builtin git-shortlog is brokenLibravatar Nicolas Pitre1-3/+5
2006-11-21shortlog: fix "-n"Libravatar Johannes Schindelin1-6/+9
2006-11-21Teach SubmittingPatches about git-commit -sLibravatar Paolo Ciarrocchi1-0/+3
2006-11-19shortlog: handle email addresses case-insensitivelyLibravatar Johannes Schindelin1-1/+7
2006-11-19shortlog: read mailmap from ./.mailmap againLibravatar Johannes Schindelin2-42/+79
2006-11-19shortlog: do not crash on parsing "[PATCH"Libravatar Johannes Schindelin1-7/+9
2006-11-19Build in shortlogLibravatar Johannes Schindelin6-235/+307
2006-11-19Store peeled refs in packed-refs file.Libravatar Junio C Hamano4-20/+117
2006-11-19do_for_each_ref: perform the same sanity check for leftovers.Libravatar Junio C Hamano1-19/+19
2006-11-19git-fetch: follow lightweit tags as well.Libravatar Junio C Hamano2-2/+19
2006-11-18Documentation: Correct alternates documentation, document http-alternatesLibravatar Petr Baudis1-3/+14
2006-11-18Documentation: Define symref and update HEAD descriptionLibravatar Petr Baudis2-5/+16
2006-11-18Document git-runstatusLibravatar Rene Scharfe3-1/+73
2006-11-18git-apply: slightly clean up bitfield usageLibravatar Rene Scharfe1-2/+5
2006-11-18sparse fix: Using plain integer as NULL pointerLibravatar Rene Scharfe1-1/+1
2006-11-18sparse fix: non-ANSI function declarationLibravatar Rene Scharfe2-2/+2
2006-11-18git-apply: Documentation typo fixLibravatar Petr Baudis1-1/+1
2006-11-18Fix git-for-each-refs broken for tagsLibravatar Petr Baudis1-2/+2
2006-11-17pack-objects: tweak "do not even attempt delta" heuristicsLibravatar Junio C Hamano1-1/+3
2006-11-16"git fmt-merge-msg" SIGSEGVLibravatar Linus Torvalds1-0/+2
2006-11-16git-pull: allow pulling into an empty repositoryLibravatar Linus Torvalds2-2/+47
2006-11-15convert-objects: set _XOPEN_SOURCE to 600Libravatar Junio C Hamano1-1/+1
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Libravatar Jim Meyering1-0/+10
2006-11-15gitweb: Put back shortlog instead of graphiclog in the project list.Libravatar Alexandre Julliard1-1/+1
2006-11-15git-checkout: allow pathspec to recover lost working tree directoryLibravatar Junio C Hamano1-1/+5
2006-11-15git-checkout: do not allow -f and -m at the same time.Libravatar Junio C Hamano1-0/+5
2006-11-15Seek back to current filepos when mmap()ing with NO_MMAPLibravatar Johannes Schindelin1-0/+6
2006-11-14apply --numstat: mark binary diffstat with - -, not 0 0Libravatar Junio C Hamano1-1/+5
2006-11-14GIT 1.4.4Libravatar Junio C Hamano1-1/+1
2006-11-13Merge branch 'maint'Libravatar Junio C Hamano8-23/+222
2006-11-13Rework cvsexportcommit to handle binary files for all cases.Libravatar Robin Rosenberg4-20/+195
2006-11-13Catch errors when writing an index that contains invalid objects.Libravatar Johannes Sixt2-0/+24
2006-11-13test-lib.sh: A command dying due to a signal is an unexpected failure.Libravatar Johannes Sixt1-1/+1
2006-11-12git-update-index(1): fix use of quoting in section titleLibravatar Jonas Fonseca1-2/+2
2006-11-11GIT 1.4.4-rc2Libravatar Junio C Hamano1-1/+1