summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| * | | | | | | | | Support 'master@2 hours ago' syntaxShawn Pearce2006-05-174-17/+104
| * | | | | | | | | Log ref updates to logs/refs/<ref>Shawn Pearce2006-05-178-0/+210
| * | | | | | | | | Convert update-ref to use ref_lock API.Shawn Pearce2006-05-172-67/+38
| * | | | | | | | | Improve abstraction of ref lock/write.Shawn Pearce2006-05-173-148/+144
* | | | | | | | | | Merge branch 'ff/svnimport'Junio C Hamano2006-06-031-2/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-svnimport: Improved detection of merges.Florian Forster2006-05-311-2/+9
* | | | | | | | | | | read-tree --reset: update working tree file for conflicted paths.Junio C Hamano2006-06-031-10/+14
* | | | | | | | | | | Merge branch 'jc/fmt-patch'Junio C Hamano2006-06-034-39/+113
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'ds/doc' into jc/fmt-patchJunio C Hamano2006-06-027-101/+152
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Update documentation for git-format-patchDennis Stosberg2006-06-021-34/+35
| * | | | | | | | | | | | format-patch: resurrect extra headers from configJohannes Schindelin2006-06-023-3/+26
| * | | | | | | | | | | | format-patch --signoffJunio C Hamano2006-05-313-2/+52
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Documentation: Spelling fixesHorst H. von Brand2006-06-0328-47/+47
* | | | | | | | | | | | Builtin git-rev-parse.Christian Couder2006-06-034-6/+8
* | | | | | | | | | | | fetch: do not report "same" unless -verbose.Junio C Hamano2006-06-031-1/+4
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | sha1_file: avoid re-preparing duplicate packsJeff King2006-06-021-0/+6
* | | | | | | | | | | handle concurrent pruning of packed objectsJeff King2006-06-021-6/+18