summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HTTP cleanupJunio C Hamano2006-06-062-35/+38
* HTTP cleanupNick Hengeveld2006-06-062-1/+14
* git-format-patch: add --output-directory long option againJunio C Hamano2006-06-062-12/+17
* rev-parse: tighten constness properly.v1.4.0-rc1Junio C Hamano2006-06-051-5/+5
* A Perforce importer for git.Sean2006-06-052-0/+522
* builtin-push: don't pass --thin to HTTP transportNick Hengeveld2006-06-051-9/+11
* pack-objects: improve path grouping heuristics.Linus Torvalds2006-06-051-50/+19
* rev-list: fix process_tree() conversion.Linus Torvalds2006-06-051-2/+2
* Fix typo in tutorial-2.txtLinus Torvalds2006-06-051-1/+1
* Fix Documentation/everyday.txt: Junio's workflowHorst H. von Brand2006-06-051-7/+12
* Add example xinetd(8) configuration to Documentation/everyday.txtHorst H. von Brand2006-06-051-0/+23
* read-tree: fix eye-candy.Linus Torvalds2006-06-051-0/+1
* gitview: Add some useful keybindings.Aneesh Kumar K.V2006-06-042-0/+21
* Merge branch 'lt/tree-2'Junio C Hamano2006-06-0316-216/+293
|\
| * fetch.c: do not call process_tree() from process_tree().Junio C Hamano2006-06-021-3/+10
| * tree_entry(): new tree-walking helper functionLinus Torvalds2006-05-3011-141/+112
| * Merge branch 'jc/lt-tree-n-cache-tree' into lt/tree-2Junio C Hamano2006-05-290-0/+0
| |\
| | * adjust to the rebased series by Linus.Junio C Hamano2006-05-291-7/+4
| | * Merge branch 'lt/tree' into jc/lt-tree-n-cache-treeJunio C Hamano2006-05-2873-1033/+2532
| | |\
| | | * 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
| * | | Remove last vestiges of generic tree_entry_listLinus Torvalds2006-05-293-56/+44
| * | | Convert fetch.c: process_tree() to raw tree walkerLinus Torvalds2006-05-291-9/+15
| * | | Convert "mark_tree_uninteresting()" to raw tree walkerLinus Torvalds2006-05-291-9/+22
| * | | Remove unused "zeropad" entry from tree_list_entryLinus Torvalds2006-05-292-3/+1
| * | | fsck-objects: avoid unnecessary tree_entry_list usageLinus Torvalds2006-05-291-21/+36
| * | | Remove "tree->entries" tree-entry list from tree parserLinus Torvalds2006-05-299-57/+116
| * | | builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec()Linus Torvalds2006-05-291-5/+15
| * | | Switch "read_tree_recursive()" over to tree-walk functionalityLinus Torvalds2006-05-291-13/+20
| * | | Make "tree_entry" have a SHA1 instead of a union of object pointersLinus Torvalds2006-05-299-30/+31
| * | | Make "struct tree" contain the pointer to the tree bufferLinus Torvalds2006-05-296-34/+36
* | | | Merge branch 'sp/reflog'Junio C Hamano2006-06-0326-242/+755
|\ \ \ \
| * | | | fetch.c: do not pass uninitialized lock to unlock_ref().Junio C Hamano2006-05-311-4/+7
| * | | | Test that git-branch -l works.Shawn Pearce2006-05-242-3/+32
| * | | | Verify git-commit provides a reflog message.Shawn Pearce2006-05-241-12/+26
| * | | | Merge branch 'master' into sp/reflogJunio C Hamano2006-05-2476-1583/+3457
| |\ \ \ \
| * \ \ \ \ Merge part of 'js/fmt-patch' for RFC2822 dates into 'sp/reflog'Junio C Hamano2006-05-198-19/+121
| |\ \ \ \ \
| * | | | | | Enable ref log creation in git checkout -b.Shawn Pearce2006-05-192-5/+21
| * | | | | | Create/delete branch ref logs.Shawn Pearce2006-05-192-3/+19
| * | | | | | Include ref log detail in commit, reset, etc.Shawn Pearce2006-05-195-5/+6
| * | | | | | Change order of -m option to update-ref.Shawn Pearce2006-05-191-1/+1
| * | | | | | Correct force_write bug in refs.cShawn Pearce2006-05-191-1/+1
| * | | | | | Change 'master@noon' syntax to 'master@{noon}'.Shawn Pearce2006-05-193-31/+62
| * | | | | | Log ref updates made by fetch.Shawn Pearce2006-05-196-4/+27
| * | | | | | Force writing ref if it doesn't exist.Shawn Pearce2006-05-192-1/+4
| * | | | | | Added logs/ directory to repository layout.Shawn Pearce2006-05-191-0/+11
| * | | | | | General ref log reading improvements.Shawn Pearce2006-05-192-14/+104
| * | | | | | Fix ref log parsing so it works properly.Shawn Pearce2006-05-172-1/+2