summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-289-57/+116
* Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds2006-05-281-13/+20
* Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-289-29/+30
* Add raw tree buffer info to "struct tree"Linus Torvalds2006-05-286-34/+36
* Don't use "sscanf()" for tree mode scanningLinus Torvalds2006-05-281-3/+18
* git-fetch: avoid using "case ... in (arm)"Junio C Hamano2006-05-281-3/+3
* Merge branch 'jc/mailinfo'Junio C Hamano2006-05-281-1/+8
|\
| * mailinfo: skip bogus UNIX From line inside bodyJunio C Hamano2006-05-211-0/+7
* | Merge branch 'eb/mailinfo'Junio C Hamano2006-05-281-64/+79
|\ \
| * | mailinfo: More carefully parse header lines in read_one_header_line()Junio C Hamano2006-05-261-3/+24
| * | Allow in body headers beyond the in body header prefix.Eric W. Biederman2006-05-231-4/+5
| * | More accurately detect header lines in read_one_header_lineEric W. Biederman2006-05-231-8/+17
| * | In handle_body only read a line if we don't already have one.Eric W. Biederman2006-05-231-1/+1
| * | Refactor commit messge handling.Eric W. Biederman2006-05-231-36/+22
| * | Move B and Q decoding into check header.Eric W. Biederman2006-05-231-7/+5
| * | Make read_one_header_line return a flag not a length.Eric W. Biederman2006-05-231-11/+11
* | | Fix memory leak in "git rev-list --objects"Linus Torvalds2006-05-281-0/+3
* | | gitview: Move the console error messages to message dialogAneesh Kumar K.V2006-05-281-2/+7
* | | gitview: Add key binding for F5.Aneesh Kumar K.V2006-05-282-6/+17
* | | Let git-clone to pass --template=dir option to git-init-db.Junio C Hamano2006-05-282-4/+15
* | | Make cvsexportcommit create parent directories as needed.Yann Dirson2006-05-281-5/+32
* | | Document current cvsexportcommit limitations.Yann Dirson2006-05-281-0/+7
* | | Do not call 'cmp' with non-existant -q flag.Yann Dirson2006-05-281-1/+1
* | | Fix "--abbrev=xyz" for revision listingLinus Torvalds2006-05-281-0/+8
* | | t1002: use -U0 instead of --unified=0Linus Torvalds2006-05-281-10/+10
* | | format-patch: -n and -k are mutually exclusive.Junio C Hamano2006-05-281-1/+1
* | | Call builtin ls-tree in git-cat-file -pPetr Baudis2006-05-261-1/+1
* | | built-in format-patch: various fixups.Junio C Hamano2006-05-261-2/+11
* | | Add instructions to commit template.Martin Waitz2006-05-261-0/+3
* | | git-format-patch --start-number <n>Johannes Schindelin2006-05-251-3/+13
* | | Don't write directly to a make target ($@).Jim Meyering2006-05-251-14/+20
* | | bogus "fatal: Not a git repository"Linus Torvalds2006-05-251-1/+2
* | | Documentation/Makefile: remove extra /Martin Waitz2006-05-252-4/+4
* | | cvsimport: avoid "use" with :tagJeff King2006-05-251-1/+1
* | | cat-file: document -p optionJeff King2006-05-241-2/+7
* | | Built git-upload-tar should be ignored.Shawn Pearce2006-05-241-0/+1
* | | ls-remote: fix rsync:// to report HEADJunio C Hamano2006-05-241-1/+9
* | | fetch.c: remove an unused variable and dead code.Junio C Hamano2006-05-242-20/+3
* | | Clean up sha1 file writingLinus Torvalds2006-05-241-61/+78
* | | Builtin git-cat-fileTimo Hirvonen2006-05-244-5/+8
* | | Merge branch 'jc/fmt-patch'Junio C Hamano2006-05-241-7/+85
|\ \ \
| * | | builtin format-patch: squelch content-type for 7-bit ASCIIJunio C Hamano2006-05-211-2/+15
| * | | CMIT_FMT_EMAIL: Q-encode Subject: and display-name part of From: fields.Junio C Hamano2006-05-211-7/+72
* | | | Merge branch 'be/tag'Junio C Hamano2006-05-243-31/+61
|\ \ \ \
| * | | | add more informative error messages to git-mktagBjörn Engelmann2006-05-231-11/+15
| * | | | remove the artificial restriction tagsize < 8kbBjörn Engelmann2006-05-233-20/+46
| | |/ / | |/| |
* | | | Merge branch 'js/fmt-patch'Junio C Hamano2006-05-2417-373/+319
|\ \ \ \ | | |/ / | |/| |
| * | | git-rebase: use canonical A..B syntax to format-patchJunio C Hamano2006-05-211-1/+1
| * | | git-format-patch: now built-in.Junio C Hamano2006-05-213-347/+3
| * | | fmt-patch: Support --attachJohannes Schindelin2006-05-219-12/+68