1079 Commits (9c1fa70aaa03f48fb172f9a96d57148f144bc3a9)
 

Author SHA1 Message Date
Paul Mackerras bdbfbe3dc9 Add a menu item for creating tags. 20 years ago
Paul Mackerras 7e952e797c Fix a bug where we would corrupt the stuff read from git-rev-list. 20 years ago
Paul Mackerras 74daedb62c Add a menu entry for generating a patch between any two commits. 20 years ago
Linus Torvalds e18088451d csum-file interface updates: return resulting SHA1 20 years ago
Paul Mackerras 8a0a74ad77 Fix behaviour in the case where we have no commits to display. 20 years ago
Linus Torvalds c38138cd78 git-pack-objects: write the pack files with a SHA1 csum 20 years ago
Linus Torvalds 9b66ec0474 Add "--pretty=full" format that also shows committer. 20 years ago
Jan Harkes f336e71f86 Add git-verify-tag script 20 years ago
Paul Mackerras e2ede2b9f5 Check for the existence of the git directory on startup. 20 years ago
Linus Torvalds 27225f2e87 git-pack-objects: use name information (if any) to sort objects for packing. 20 years ago
Linus Torvalds 9ce43d1c90 Ooh. Make git-rev-list --object associate a name with objects. 20 years ago
Linus Torvalds 521a4f4cf4 git-pack-objects: do the delta search in reverse size order 20 years ago
Ryan Anderson 102fc37f3b [PATCH] Add git-relink-script to fix up missing hardlinks 20 years ago
Linus Torvalds 042a4ed7c5 git-rev-parse: add "--not" flag to mark subsequent heads negative 20 years ago
Linus Torvalds 641e1cac73 git-unpack-objects: start removing debug output 20 years ago
Linus Torvalds c4fb06c0d0 Fix object packing/unpacking. 20 years ago
Junio C Hamano 8ee378a0f0 [PATCH] Finish initial cut of git-pack-object/git-unpack-object pair. 20 years ago
Linus Torvalds d116a45a9a Add "--depth=N" parameter to git-pack-objects to limit maximum delta depth 20 years ago
Linus Torvalds f846bbff15 git-pack-objects: make "--window=x" semantics more logical. 20 years ago
Linus Torvalds 75c42d8cc3 Add a "max_size" parameter to diff_delta() 20 years ago
Linus Torvalds 78817c15de Fix delta "sliding window" code 20 years ago
Junio C Hamano eb41ab11e8 [PATCH] (patchlet) pack-objects.c: try_delta() 20 years ago
Junio C Hamano a81efcba8c [PATCH] Add a bit of developer documentation to pull.h 20 years ago
Junio C Hamano 613d872cfb [PATCH] http-pull: documentation updates. 20 years ago
Junio C Hamano b155725dae [PATCH] Fix oversimplified optimization for add_cache_entry(). 20 years ago
Junio C Hamano aacc15ec52 [PATCH] git-merge-one-file-script: do not misinterpret rm failure. 20 years ago
Junio C Hamano 1abb3f14c8 [PATCH] Add more tests for read-tree --emu23. 20 years ago
Junio C Hamano 59e6b23ace [PATCH] git-rebase-script: rebase local commits to new upstream head. 20 years ago
Junio C Hamano 93c36dcd0a [PATCH] git-cherry: find commits not merged upstream. 20 years ago
Junio C Hamano 5fec3ef101 [PATCH] git-commit-script: get commit message from an existing one. 20 years ago
Junio C Hamano 9cb480f2ad [PATCH] fix date parsing for GIT raw commit timestamp format. 20 years ago
Linus Torvalds 7453695831 git-unpack-objects: start parsing the actual packed data 20 years ago
Linus Torvalds d38c3721a1 git-pack-objects: mark the delta packing with a 'D'. 20 years ago
Linus Torvalds bad50dc80f First cut at git-unpack-objects 20 years ago
Linus Torvalds 49397104f2 git-pack-objects: fix typo 20 years ago
Linus Torvalds c323ac7d9c git-pack-objects: create a packed object representation. 20 years ago
Jan Harkes 7323aa11af [PATCH] git-write-tree doesn't check alternate directories 20 years ago
Paul Mackerras ee3dc72e30 Clear the SHA1 entry field when we go to paste something into it 20 years ago
Linus Torvalds 9de48752fe git-rev-list: add option to list all objects (not just commits) 20 years ago
Paul Mackerras c8dfbcf995 Add commit row context menu and handle left-click on graph lines 20 years ago
Linus Torvalds 023d66ed7b git-rev-parse: re-organize and be more careful 20 years ago
Linus Torvalds f97672225b Add "git-patch-id" program to generate patch ID's. 20 years ago
Linus Torvalds 180926636e Clean up git-diff-tree 'header' generation 20 years ago
Linus Torvalds aefa4a5b1c git-apply: take "--apply" flag to force an apply even if we also ask for a diffstat 20 years ago
Linus Torvalds 5fca669f19 Make "git fetch" able to fetch a named tag 20 years ago
Jon Seymour 170774a39d [PATCH] Fix to how --merge-order handles multiple roots 20 years ago
Jon Seymour 6e4c0a5109 [PATCH] A test case that demonstrates a problem with merges with two roots. 20 years ago
Linus Torvalds e4bcaac17e Don't ignore reachability of tag objects in fsck 20 years ago
Linus Torvalds 3f571e0b3a Add "git-clone-script" thingy 20 years ago
Jon Seymour 60646e9a71 [PATCH] Fix --merge-order unit test breaks introduced by 6c88be1698 20 years ago