summaryrefslogtreecommitdiffstats
path: root/imap-send.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-30Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds1-13/+20
2006-05-30Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds9-30/+31
2006-05-30Make "struct tree" contain the pointer to the tree bufferLinus Torvalds6-34/+36
2006-05-30Make git-diff-tree indicate when it flushesPaul Mackerras1-3/+7
2006-05-29Remove unnecessary output from t3600-rm.Shawn Pearce1-19/+23
2006-05-29Don't use "sscanf()" for tree mode scanningLinus Torvalds1-3/+18
2006-05-29git-fetch: avoid using "case ... in (arm)"Junio C Hamano1-3/+3
2006-05-28git-write-tree writes garbage on sparc64Dennis Stosberg1-1/+1
2006-05-28Fix memory leak in "git rev-list --objects"Linus Torvalds1-0/+3
2006-05-28gitview: Move the console error messages to message dialogAneesh Kumar K.V1-2/+7
2006-05-28gitview: Add key binding for F5.Aneesh Kumar K.V2-6/+17
2006-05-28Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano2-4/+15
2006-05-28Make cvsexportcommit create parent directories as needed.Yann Dirson1-5/+32
2006-05-28Document current cvsexportcommit limitations.Yann Dirson1-0/+7
2006-05-28Do not call 'cmp' with non-existant -q flag.Yann Dirson1-1/+1
2006-05-28Fix "--abbrev=xyz" for revision listingLinus Torvalds1-0/+8
2006-05-28t1002: use -U0 instead of --unified=0Linus Torvalds1-10/+10
2006-05-28format-patch: -n and -k are mutually exclusive.Junio C Hamano1-1/+1
2006-05-26Call builtin ls-tree in git-cat-file -pPetr Baudis1-1/+1
2006-05-26built-in format-patch: various fixups.Junio C Hamano1-2/+11
2006-05-26Add instructions to commit template.Martin Waitz1-0/+3
2006-05-26mailinfo: More carefully parse header lines in read_one_header_line()Junio C Hamano1-3/+24
2006-05-26git-format-patch --start-number <n>Johannes Schindelin1-3/+13
2006-05-26Don't write directly to a make target ($@).Jim Meyering1-14/+20
2006-05-26bogus "fatal: Not a git repository"Linus Torvalds1-1/+2
2006-05-26Documentation/Makefile: remove extra /Martin Waitz2-4/+4
2006-05-25cvsimport: avoid "use" with :tagJeff King1-1/+1
2006-05-25cat-file: document -p optionJeff King1-2/+7
2006-05-25Built git-upload-tar should be ignored.Shawn Pearce1-0/+1
2006-05-25ls-remote: fix rsync:// to report HEADJunio C Hamano1-1/+9
2006-05-25fetch.c: remove an unused variable and dead code.Junio C Hamano2-20/+3
2006-05-24Clean up sha1 file writingLinus Torvalds1-61/+78
2006-05-24Builtin git-cat-fileTimo Hirvonen4-5/+8
2006-05-24apply: force matching at the beginning.Junio C Hamano2-6/+27