Commit Graph

  • fead2836a1 Merge fighting fsck-cache updates from Junio Linus Torvalds 2005-06-28 15:20:10 -0700
  • 8a498a05c3 [PATCH] Update fsck-cache (take 2) Junio C Hamano 2005-06-28 14:58:33 -0700
  • 9a217f2a72 [PATCH] Expose packed_git and alt_odb. Junio C Hamano 2005-06-28 14:56:57 -0700
  • d85a4feeee [PATCH] Bugfix: initialize pack_base to NULL. Junio C Hamano 2005-06-28 14:55:16 -0700
  • 23676d407c [PATCH] Adjust fsck-cache to packed GIT and alternate object pool. Junio C Hamano 2005-06-28 01:49:39 -0700
  • a733cb606f Change pack file format. Hopefully for the last time. Linus Torvalds 2005-06-28 14:21:02 -0700
  • 6c9a0dc2b5 More doc Matthias Urlichs 2005-06-28 21:21:33 +0200
  • e694dbabbf Document the new migration tool Matthias Urlichs 2005-06-28 21:11:23 +0200
  • 465416694a Rollbak to the original branch after importing Matthias Urlichs 2005-06-28 21:08:15 +0200
  • d22b9290ab git-pack-objects: add "--stdout" flag to write the pack file to stdout Linus Torvalds 2005-06-28 11:10:48 -0700
  • 4397f0148a csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file descriptor Linus Torvalds 2005-06-28 11:10:06 -0700
  • f65ae603db Local cvsimport fixups Matthias Urlichs 2005-06-28 19:58:40 +0200
  • 2a3e1a85b5 Fix remote CVS import. Matthias Urlichs 2005-06-28 19:49:19 +0200
  • 5571be75eb Duh. Fix transposed characters in git-pull-script Linus Torvalds 2005-06-28 10:15:10 -0700
  • a69d094366 Teach packing about "tag" objects Linus Torvalds 2005-06-28 09:58:23 -0700
  • 62bb99606d [PATCH] git-cat-file: '-s' to find out object size. Junio C Hamano 2005-06-27 23:59:18 -0700
  • f2a06330f0 [PATCH] git-cat-file: use sha1_object_info() on '-t'. Junio C Hamano 2005-06-27 23:58:45 -0700
  • 5db47c2bb3 [PATCH] Obtain sha1_file_info() for deltified pack entry properly. Junio C Hamano 2005-06-27 23:58:08 -0700
  • a57a9493df Added Perl git-cvsimport-script Matthias Urlichs 2005-06-28 16:48:40 +0200
  • 635f67f943 Teach git-pull-script about pulling tags Linus Torvalds 2005-06-27 20:10:32 -0700
  • d6771bd060 Fix another test that broke with the recent git-init-db update Linus Torvalds 2005-06-27 19:48:02 -0700
  • d410c0f5a9 [PATCH] Skip writing out sha1 files for objects in packed git. Junio C Hamano 2005-06-27 19:03:13 -0700
  • cebe403bfe [PATCH] replace sha1sum with sum in t/t1002 Mark Allen 2005-06-27 18:40:31 -0700
  • eb7add9f6b Fix up test that counted subdirectories in ".git/objects" Linus Torvalds 2005-06-27 19:10:01 -0700
  • f49fb35d0d git-init-db: create "pack" subdirectory under objects Linus Torvalds 2005-06-27 18:26:11 -0700
  • 85c1f337be Merge rsync://rsync.kernel.org/pub/scm/gitk/gitk Linus Torvalds 2005-06-27 18:15:47 -0700
  • 2700628e64 csum-file: fix missing buf pointer update Linus Torvalds 2005-06-27 17:02:56 -0700
  • 1f688557c0 [PATCH] Teach read_sha1_file() and friends about packed git object store. Junio C Hamano 2005-06-27 03:35:33 -0700
  • 36e4d74a21 [PATCH] Enhance sha1_file_size() into sha1_object_info() Junio C Hamano 2005-06-27 03:34:06 -0700
  • c4584ae3fd [PATCH] Remove "delta" object representation. Junio C Hamano 2005-06-27 03:33:33 -0700
  • ee85cbc688 [PATCH] git-ssh-pull: commit-id consistency Sven Verdoolaege 2005-06-27 21:03:07 +0200
  • e2efb676ef git-checkout-script: use "--verify --revs-only" to parse revs Linus Torvalds 2005-06-27 12:12:18 -0700
  • bdbfbe3dc9 Add a menu item for creating tags. Paul Mackerras 2005-06-27 22:56:40 +1000
  • 7e952e797c Fix a bug where we would corrupt the stuff read from git-rev-list. Paul Mackerras 2005-06-27 20:04:26 +1000
  • 74daedb62c Add a menu entry for generating a patch between any two commits. Paul Mackerras 2005-06-27 19:27:32 +1000
  • e18088451d csum-file interface updates: return resulting SHA1 Linus Torvalds 2005-06-26 22:01:46 -0700
  • 8a0a74ad77 Fix behaviour in the case where we have no commits to display. Paul Mackerras 2005-06-27 13:38:29 +1000
  • c38138cd78 git-pack-objects: write the pack files with a SHA1 csum Linus Torvalds 2005-06-26 20:27:56 -0700
  • 9b66ec0474 Add "--pretty=full" format that also shows committer. Linus Torvalds 2005-06-26 17:50:46 -0700
  • f336e71f86 Add git-verify-tag script Jan Harkes 2005-06-26 17:38:47 -0700
  • e2ede2b9f5 Check for the existence of the git directory on startup. Paul Mackerras 2005-06-27 10:37:11 +1000
  • 27225f2e87 git-pack-objects: use name information (if any) to sort objects for packing. Linus Torvalds 2005-06-26 15:27:28 -0700
  • 9ce43d1c90 Ooh. Make git-rev-list --object associate a name with objects. Linus Torvalds 2005-06-26 15:26:05 -0700
  • 521a4f4cf4 git-pack-objects: do the delta search in reverse size order Linus Torvalds 2005-06-26 13:43:41 -0700
  • 102fc37f3b [PATCH] Add git-relink-script to fix up missing hardlinks Ryan Anderson 2005-06-26 14:15:16 -0400
  • 042a4ed7c5 git-rev-parse: add "--not" flag to mark subsequent heads negative Linus Torvalds 2005-06-26 11:34:30 -0700
  • 641e1cac73 git-unpack-objects: start removing debug output Linus Torvalds 2005-06-26 08:49:48 -0700
  • c4fb06c0d0 Fix object packing/unpacking. Linus Torvalds 2005-06-26 08:40:08 -0700
  • 8ee378a0f0 [PATCH] Finish initial cut of git-pack-object/git-unpack-object pair. Junio C Hamano 2005-06-26 04:29:18 -0700
  • d116a45a9a Add "--depth=N" parameter to git-pack-objects to limit maximum delta depth Linus Torvalds 2005-06-25 20:17:59 -0700
  • f846bbff15 git-pack-objects: make "--window=x" semantics more logical. Linus Torvalds 2005-06-25 19:35:47 -0700
  • 75c42d8cc3 Add a "max_size" parameter to diff_delta() Linus Torvalds 2005-06-25 19:30:20 -0700
  • 78817c15de Fix delta "sliding window" code Linus Torvalds 2005-06-25 18:29:23 -0700
  • eb41ab11e8 [PATCH] (patchlet) pack-objects.c: try_delta() Junio C Hamano 2005-06-25 17:36:26 -0700
  • a81efcba8c [PATCH] Add a bit of developer documentation to pull.h Junio C Hamano 2005-06-25 02:26:29 -0700
  • 613d872cfb [PATCH] http-pull: documentation updates. Junio C Hamano 2005-06-25 02:25:57 -0700
  • b155725dae [PATCH] Fix oversimplified optimization for add_cache_entry(). Junio C Hamano 2005-06-25 02:25:29 -0700
  • aacc15ec52 [PATCH] git-merge-one-file-script: do not misinterpret rm failure. Junio C Hamano 2005-06-25 02:24:50 -0700
  • 1abb3f14c8 [PATCH] Add more tests for read-tree --emu23. Junio C Hamano 2005-06-25 02:24:16 -0700
  • 59e6b23ace [PATCH] git-rebase-script: rebase local commits to new upstream head. Junio C Hamano 2005-06-25 02:23:43 -0700
  • 93c36dcd0a [PATCH] git-cherry: find commits not merged upstream. Junio C Hamano 2005-06-25 02:22:59 -0700
  • 5fec3ef101 [PATCH] git-commit-script: get commit message from an existing one. Junio C Hamano 2005-06-25 02:22:05 -0700
  • 9cb480f2ad [PATCH] fix date parsing for GIT raw commit timestamp format. Junio C Hamano 2005-06-25 02:21:16 -0700
  • 7453695831 git-unpack-objects: start parsing the actual packed data Linus Torvalds 2005-06-25 15:59:31 -0700
  • d38c3721a1 git-pack-objects: mark the delta packing with a 'D'. Linus Torvalds 2005-06-25 15:58:42 -0700
  • bad50dc80f First cut at git-unpack-objects Linus Torvalds 2005-06-25 15:27:14 -0700
  • 49397104f2 git-pack-objects: fix typo Linus Torvalds 2005-06-25 15:24:30 -0700
  • c323ac7d9c git-pack-objects: create a packed object representation. Linus Torvalds 2005-06-25 14:42:43 -0700
  • 7323aa11af [PATCH] git-write-tree doesn't check alternate directories Jan Harkes 2005-06-25 14:23:36 -0400
  • ee3dc72e30 Clear the SHA1 entry field when we go to paste something into it Paul Mackerras 2005-06-25 16:37:13 +1000
  • 9de48752fe git-rev-list: add option to list all objects (not just commits) Linus Torvalds 2005-06-24 22:56:58 -0700
  • c8dfbcf995 Add commit row context menu and handle left-click on graph lines Paul Mackerras 2005-06-25 15:39:21 +1000
  • 023d66ed7b git-rev-parse: re-organize and be more careful Linus Torvalds 2005-06-24 10:12:55 -0700
  • f97672225b Add "git-patch-id" program to generate patch ID's. Linus Torvalds 2005-06-23 15:06:04 -0700
  • 180926636e Clean up git-diff-tree 'header' generation Linus Torvalds 2005-06-23 13:56:55 -0700
  • fc7ef1e8ae Add "Index: " to the list of things that start a patch Linus Torvalds 2005-06-23 11:00:23 -0700
  • a196d8d423 Avoid doing the "filelist" thing, since "git-apply" picks up the files automatically Linus Torvalds 2005-06-23 09:40:23 -0700
  • aefa4a5b1c git-apply: take "--apply" flag to force an apply even if we also ask for a diffstat Linus Torvalds 2005-06-23 09:00:01 -0700
  • 5fca669f19 Make "git fetch" able to fetch a named tag Linus Torvalds 2005-06-23 08:59:00 -0700
  • 170774a39d [PATCH] Fix to how --merge-order handles multiple roots Jon Seymour 2005-06-23 12:01:12 +1000
  • 6e4c0a5109 [PATCH] A test case that demonstrates a problem with merges with two roots. Jon Seymour 2005-06-23 12:01:09 +1000
  • e4bcaac17e Don't ignore reachability of tag objects in fsck Linus Torvalds 2005-06-22 19:06:34 -0700
  • 3f571e0b3a Add "git-clone-script" thingy Linus Torvalds 2005-06-22 18:49:43 -0700
  • 60646e9a71 [PATCH] Fix --merge-order unit test breaks introduced by 6c88be1698 Jon Seymour 2005-06-22 01:58:46 +1000
  • bac15c454e Add "gitk" to the list of scripts to be installed automatically. Linus Torvalds 2005-06-22 14:07:41 -0700
  • 5569bf9bbe Do a cross-project merge of Paul Mackerras' gitk visualizer Linus Torvalds 2005-06-22 14:05:02 -0700
  • fae22ac9d7 [PATCH] git-apply: tests for --stat and --summary. Junio C Hamano 2005-06-22 02:30:47 -0700
  • d0587fd59f [PATCH] git-apply: documentation. Junio C Hamano 2005-06-22 02:30:17 -0700
  • 96c912a484 [PATCH] git-apply: implement --summary option. Junio C Hamano 2005-06-22 02:29:46 -0700
  • 03b4538bad [PATCH] git-apply --stat: show new filename for rename/copy patch. Junio C Hamano 2005-06-22 02:29:16 -0700
  • f5ab6ccae3 [PATCH] local-pull: implement fetch_ref() Junio C Hamano 2005-06-22 01:52:06 -0700
  • 6c20ff3423 Try to assign colors so crossing lines have different colors Paul Mackerras 2005-06-22 19:53:32 +1000
  • 806ce09718 Account for indentation of the checkin comments by git-rev-list Paul Mackerras 2005-06-22 18:15:15 +1000
  • 5c8af185cc git-apply: create subdirectories leading up to a new file Linus Torvalds 2005-06-21 19:10:21 -0700
  • fa3e0655a4 [PATCH] Pull refs by HTTP Daniel Barkalow 2005-06-21 20:45:49 -0400
  • 3173bd4969 [PATCH] Pull misc objects Daniel Barkalow 2005-06-21 20:35:53 -0400
  • 89e4202f98 [PATCH] Parse tags for absent objects Daniel Barkalow 2005-06-21 20:35:10 -0400
  • b490a99176 Use git-rev-list --header. Paul Mackerras 2005-06-22 10:25:38 +1000
  • 9661c25640 Fix typo in git-checkout-script. Linus Torvalds 2005-06-21 17:12:38 -0700
  • ef0bfa25e9 Remove MERGE_HEAD in "git checkout/reset" Linus Torvalds 2005-06-21 15:40:00 -0700