Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | HTTP cleanup | Junio C Hamano | 2006-06-06 | 2 | -35/+38 | |
* | | | | | | HTTP cleanup | Nick Hengeveld | 2006-06-06 | 2 | -1/+14 | |
* | | | | | | git-format-patch: add --output-directory long option again | Junio C Hamano | 2006-06-06 | 2 | -12/+17 | |
* | | | | | | rev-parse: tighten constness properly.v1.4.0-rc1 | Junio C Hamano | 2006-06-05 | 1 | -5/+5 | |
* | | | | | | A Perforce importer for git. | Sean | 2006-06-05 | 2 | -0/+522 | |
| |/ / / / |/| | | | | ||||||
* | | | | | builtin-push: don't pass --thin to HTTP transport | Nick Hengeveld | 2006-06-05 | 1 | -9/+11 | |
* | | | | | pack-objects: improve path grouping heuristics. | Linus Torvalds | 2006-06-05 | 1 | -50/+19 | |
* | | | | | rev-list: fix process_tree() conversion. | Linus Torvalds | 2006-06-05 | 1 | -2/+2 | |
* | | | | | Fix typo in tutorial-2.txt | Linus Torvalds | 2006-06-05 | 1 | -1/+1 | |
* | | | | | Fix Documentation/everyday.txt: Junio's workflow | Horst H. von Brand | 2006-06-05 | 1 | -7/+12 | |
* | | | | | 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 |