Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add example xinetd(8) configuration to Documentation/everyday.txt | Horst H. von Brand | 2006-06-05 | 1 | -0/+23 |
* | read-tree: fix eye-candy. | Linus Torvalds | 2006-06-05 | 1 | -0/+1 |
* | gitview: Add some useful keybindings. | Aneesh Kumar K.V | 2006-06-04 | 2 | -0/+21 |
* | Merge branch 'lt/tree-2' | Junio C Hamano | 2006-06-03 | 16 | -216/+293 |
|\ | |||||
| * | fetch.c: do not call process_tree() from process_tree(). | Junio C Hamano | 2006-06-02 | 1 | -3/+10 |
| * | tree_entry(): new tree-walking helper function | Linus Torvalds | 2006-05-30 | 11 | -141/+112 |
| * | Merge branch 'jc/lt-tree-n-cache-tree' into lt/tree-2 | Junio C Hamano | 2006-05-29 | 0 | -0/+0 |
| |\ | |||||
| | * | adjust to the rebased series by Linus. | Junio C Hamano | 2006-05-29 | 1 | -7/+4 |
| | * | Merge branch 'lt/tree' into jc/lt-tree-n-cache-tree | Junio C Hamano | 2006-05-28 | 73 | -1033/+2532 |
| | |\ | |||||
| | | * | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 2006-05-28 | 9 | -57/+116 |
| | | * | Switch "read_tree_recursive()" over to tree-walk functionality | Linus Torvalds | 2006-05-28 | 1 | -13/+20 |
| | | * | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 2006-05-28 | 9 | -29/+30 |
| | | * | Add raw tree buffer info to "struct tree" | Linus Torvalds | 2006-05-28 | 6 | -34/+36 |
| * | | | Remove last vestiges of generic tree_entry_list | Linus Torvalds | 2006-05-29 | 3 | -56/+44 |
| * | | | Convert fetch.c: process_tree() to raw tree walker | Linus Torvalds | 2006-05-29 | 1 | -9/+15 |
| * | | | Convert "mark_tree_uninteresting()" to raw tree walker | Linus Torvalds | 2006-05-29 | 1 | -9/+22 |
| * | | | Remove unused "zeropad" entry from tree_list_entry | Linus Torvalds | 2006-05-29 | 2 | -3/+1 |
| * | | | fsck-objects: avoid unnecessary tree_entry_list usage | Linus Torvalds | 2006-05-29 | 1 | -21/+36 |
| * | | | Remove "tree->entries" tree-entry list from tree parser | Linus Torvalds | 2006-05-29 | 9 | -57/+116 |
| * | | | builtin-read-tree.c: avoid tree_entry_list in prime_cache_tree_rec() | Linus Torvalds | 2006-05-29 | 1 | -5/+15 |
| * | | | Switch "read_tree_recursive()" over to tree-walk functionality | Linus Torvalds | 2006-05-29 | 1 | -13/+20 |
| * | | | Make "tree_entry" have a SHA1 instead of a union of object pointers | Linus Torvalds | 2006-05-29 | 9 | -30/+31 |
| * | | | Make "struct tree" contain the pointer to the tree buffer | Linus Torvalds | 2006-05-29 | 6 | -34/+36 |
* | | | | Merge branch 'sp/reflog' | Junio C Hamano | 2006-06-03 | 26 | -242/+755 |
|\ \ \ \ | |||||
| * | | | | fetch.c: do not pass uninitialized lock to unlock_ref(). | Junio C Hamano | 2006-05-31 | 1 | -4/+7 |
| * | | | | Test that git-branch -l works. | Shawn Pearce | 2006-05-24 | 2 | -3/+32 |
| * | | | | Verify git-commit provides a reflog message. | Shawn Pearce | 2006-05-24 | 1 | -12/+26 |
| * | | | | Merge branch 'master' into sp/reflog | Junio C Hamano | 2006-05-24 | 76 | -1583/+3457 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge part of 'js/fmt-patch' for RFC2822 dates into 'sp/reflog' | Junio C Hamano | 2006-05-19 | 8 | -19/+121 |
| |\ \ \ \ \ | |||||
| * | | | | | | Enable ref log creation in git checkout -b. | Shawn Pearce | 2006-05-19 | 2 | -5/+21 |
| * | | | | | | Create/delete branch ref logs. | Shawn Pearce | 2006-05-19 | 2 | -3/+19 |
| * | | | | | | Include ref log detail in commit, reset, etc. | Shawn Pearce | 2006-05-19 | 5 | -5/+6 |
| * | | | | | | Change order of -m option to update-ref. | Shawn Pearce | 2006-05-19 | 1 | -1/+1 |
| * | | | | | | Correct force_write bug in refs.c | Shawn Pearce | 2006-05-19 | 1 | -1/+1 |
| * | | | | | | Change 'master@noon' syntax to 'master@{noon}'. | Shawn Pearce | 2006-05-19 | 3 | -31/+62 |
| * | | | | | | Log ref updates made by fetch. | Shawn Pearce | 2006-05-19 | 6 | -4/+27 |
| * | | | | | | Force writing ref if it doesn't exist. | Shawn Pearce | 2006-05-19 | 2 | -1/+4 |
| * | | | | | | Added logs/ directory to repository layout. | Shawn Pearce | 2006-05-19 | 1 | -0/+11 |
| * | | | | | | General ref log reading improvements. | Shawn Pearce | 2006-05-19 | 2 | -14/+104 |
| * | | | | | | Fix ref log parsing so it works properly. | Shawn Pearce | 2006-05-17 | 2 | -1/+2 |
| * | | | | | | Support 'master@2 hours ago' syntax | Shawn Pearce | 2006-05-17 | 4 | -17/+104 |
| * | | | | | | Log ref updates to logs/refs/<ref> | Shawn Pearce | 2006-05-17 | 8 | -0/+210 |
| * | | | | | | Convert update-ref to use ref_lock API. | Shawn Pearce | 2006-05-17 | 2 | -67/+38 |
| * | | | | | | Improve abstraction of ref lock/write. | Shawn Pearce | 2006-05-17 | 3 | -148/+144 |
* | | | | | | | Merge branch 'ff/svnimport' | Junio C Hamano | 2006-06-03 | 1 | -2/+9 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | git-svnimport: Improved detection of merges. | Florian Forster | 2006-05-31 | 1 | -2/+9 |
* | | | | | | | | read-tree --reset: update working tree file for conflicted paths. | Junio C Hamano | 2006-06-03 | 1 | -10/+14 |
* | | | | | | | | Merge branch 'jc/fmt-patch' | Junio C Hamano | 2006-06-03 | 4 | -39/+113 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'ds/doc' into jc/fmt-patch | Junio C Hamano | 2006-06-02 | 7 | -101/+152 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Update documentation for git-format-patch | Dennis Stosberg | 2006-06-02 | 1 | -34/+35 |