summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-10[PATCH] alternate object store and fsckv0.99Junio C Hamano1-3/+5
2005-07-10Fix up progress report for off-by-one errorLinus Torvalds1-2/+2
2005-07-10Make "git log" exit properly if not in a git archiveLinus Torvalds1-0/+1
2005-07-10Avoid signedness warnings in sha1_file.cLinus Torvalds1-2/+2
2005-07-10[PATCH] Remove map_sha1_fileDaniel Barkalow2-15/+4
2005-07-10[PATCH] write_sha1_to_fd()Daniel Barkalow3-21/+72
2005-07-10git-rev-list: allow missing objects when the parent is marked UNINTERESTINGLinus Torvalds1-0/+15
2005-07-09Add "-q" flag to "git commit"Linus Torvalds2-5/+12
2005-07-09git-unpack-objects: show progress report by defaultLinus Torvalds1-3/+24
2005-07-08[PATCH] format-patch: fix skipping of blank-linesJunio C Hamano1-8/+14
2005-07-08Update the tutorial a bitLinus Torvalds1-8/+242
2005-07-08Make "git tag" more user-friendlyLinus Torvalds1-4/+16
2005-07-08Make "git resolve" take the merge message in $3Linus Torvalds2-5/+4
2005-07-08[PATCH] Use SHA1 for git-update-cache --refreshBryan Larsen1-26/+5
2005-07-08[PATCH] Add --info-only option to git-update-cache.Bryan Larsen2-9/+36
2005-07-08[PATCH] Expose object ID computation functions.Bryan Larsen11-75/+113
2005-07-08Teach "git clone" about rsync sourcesLinus Torvalds1-1/+13
2005-07-08Make "upload-pack" match git-fetch-pack usageLinus Torvalds2-5/+7
2005-07-08Add "mkpath()" helper functionLinus Torvalds4-29/+62
2005-07-08Mark git-relink-script and git-repack-script executableLinus Torvalds2-0/+0
2005-07-08Make "git clone" a lot more user-friendlyLinus Torvalds1-2/+14
2005-07-08Add "git-push-script" to make a more regular interfaceLinus Torvalds3-1/+4
2005-07-08Teach 'git-send-pack' to send new branches and tags.Linus Torvalds1-17/+111
2005-07-08Make "for_each_ref()" always use the "canonical" refname.Linus Torvalds1-8/+7
2005-07-08[PATCH] Use sq_quote() to properly quote the parameter to call shell.Junio C Hamano1-30/+3
2005-07-08[PATCH] Make sq_expand() available as sq_quote().Junio C Hamano4-41/+76
2005-07-08Add "git-sh-setup-script" for common git shell script setupLinus Torvalds10-30/+40
2005-07-08git-diff-*: support "-u" as a synonym for "-p"Linus Torvalds3-3/+4
2005-07-07[PATCH] git-format-patch: Prepare patches for e-mail submission.Junio C Hamano2-1/+123
2005-07-07Mark more characters shell-safe.Linus Torvalds1-1/+3
2005-07-07git-fsck-cache: don't complain about lacking references when they are all in ...Linus Torvalds1-1/+3
2005-07-07Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/gitLinus Torvalds2-0/+60
2005-07-07[PATCH] Typofix an error message in pack-check.cJunio C Hamano1-1/+1
2005-07-07[PATCH] Prevent t6000 series from dropping useless sed.script in t/Junio C Hamano5-3/+11
2005-07-07[PATCH] Short-circuit git-clone-pack while cloning locally (take 2).Junio C Hamano1-1/+67
2005-07-07Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new makeChris Wright2-0/+60
2005-07-06git-clone-pack: fix sparse warningLinus Torvalds1-1/+1
2005-07-06[PATCH] Tidy up - remove use of (*f)() idiom from epoch.cJon Seymour1-3/+3
2005-07-06[PATCH] Ensure list insertion method does not depend on position of --merge-o...Jon Seymour1-4/+2
2005-07-06[PATCH] Write sed script directly into temp file, rather than a variableJon Seymour4-33/+7
2005-07-06[PATCH] Add t/t6003 with some --topo-order testsJon Seymour1-0/+417
2005-07-06Make gitk use --topo-order instead of --merge-orderLinus Torvalds1-1/+1
2005-07-06git-rev-list: remove the DUPCHECK logic, use SEEN insteadLinus Torvalds1-3/+2
2005-07-06Make sure we generate the whole commit list before trying to sort it topologi...Linus Torvalds1-0/+1
2005-07-06[PATCH] Let umask do its work upon filesystem object creation.Junio C Hamano5-6/+6
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano3-1/+25
2005-07-06[PATCH] Fixes a problem with --merge-order A B (A is linear descendent of a m...Jon Seymour1-1/+1
2005-07-06[PATCH] Add a t/t6001 test case for a --merge-order bugJon Seymour1-0/+20
2005-07-06[PATCH] Tidy up - slight simplification of rev-list.cJon Seymour1-7/+3
2005-07-06Add "--topo-order" flag to use new topological sortLinus Torvalds1-0/+7
2005-07-06[PATCH] Add a topological sort procedure to commit.cJon Seymour2-0/+120
2005-07-06Use the new git-rev-parse "--[no-]flags" in "git diff".Linus Torvalds1-2/+3
2005-07-06Add "--flags" and "--no-flags" arguments to git-rev-parseLinus Torvalds1-0/+14
2005-07-06Remove insane overlapping bit ranges from epoch.cLinus Torvalds3-15/+13
2005-07-06Clean up commit insertion in git-rev-listLinus Torvalds1-1/+4
2005-07-06Make "insert_by_date()" match "commit_list_insert()"Linus Torvalds4-9/+8
2005-07-06[PATCH] Change the sed seperator in t/t6000-lib.sh.Jon Seymour1-1/+3
2005-07-06[PATCH] Introduce unit tests for git-rev-list --bisectJon Seymour1-0/+247
2005-07-06[PATCH] Factor out useful test case infrastructure from t/t6001... into t/t60...Jon Seymour2-111/+106
2005-07-06[PATCH] Fix fd leak in git-cvsimport-scriptSven Verdoolaege1-0/+1
2005-07-06[PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakJunio C Hamano1-0/+1
2005-07-05Merge master.kernel.org:/pub/scm/gitk/gitkLinus Torvalds1-9/+66
2005-07-05Fix up path-cleanup in git_path() properlyLinus Torvalds1-4/+10
2005-07-05Increase the number of possible heads requested from git-upload-packLinus Torvalds1-1/+1
2005-07-05Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds2-1/+30
2005-07-05Don't special-case a zero-sized compression.Linus Torvalds1-2/+0
2005-07-05Make "git clone" use the new git-clone-packLinus Torvalds1-4/+1
2005-07-05Add "git-clone-pack" program to help with "git clone"Linus Torvalds2-1/+209
2005-07-05Fix silly thinko in "head_ref()"Linus Torvalds1-2/+2
2005-07-05Move "get_ack()" to common git_connect functionsLinus Torvalds3-18/+20
2005-07-05Remove multi-head support from fetch-packLinus Torvalds1-38/+3
2005-07-05Remove unnecessary usage of strncmp() in git-rev-list arg parsing.Linus Torvalds1-2/+2
2005-07-05Merge head 'cvs2git' of http://netz.smurf.noris.de/git/gitLinus Torvalds5-367/+831
2005-07-05Work around git-http-pull breakage in git-fetch-scriptLinus Torvalds1-1/+2
2005-07-05git-fetch-script: use git-fetch-pack for local and ssh fetches.Linus Torvalds1-33/+18
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds7-14/+37
2005-07-05Merge with Linus' current treeMatthias Urlichs5-367/+831
2005-07-05Merge with http://www.liacs.nl/~sverdool/git.git#cvs2gitMatthias Urlichs1-54/+95
2005-07-05cvsimport: getopt accepted a -q option (undocumented and unused).Matthias Urlichs1-1/+1
2005-07-05git-cvsimport-script: move working directory forwardSven Verdoolaege1-5/+27
2005-07-04git-rev-list: make sure the output is sorted by recencyLinus Torvalds1-1/+1
2005-07-04Make rev-list flush the stdio buffers after each rev.Linus Torvalds1-1/+2
2005-07-04Make git-fetch-pack actually do all the unpacking etc.Linus Torvalds2-25/+100
2005-07-04Make git-fetch-pack and git-upload-pack negotiate needs/haves fullyLinus Torvalds2-10/+116
2005-07-04Clean up output of "for_each_ref()" when GIT_DIR is "."Linus Torvalds1-0/+5
2005-07-04git-cvsimport-script: remove unused variableSven Verdoolaege1-2/+0
2005-07-04Commit first cut at "git-fetch-pack"Linus Torvalds3-4/+216
2005-07-04Move ref path matching to connect.c libraryLinus Torvalds3-21/+22
2005-07-04Factor out the ssh connection stuff from send-pack.cLinus Torvalds4-74/+92
2005-07-04git-cvsimport-script: more error handlingSven Verdoolaege1-2/+3
2005-07-04[PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff85c49620ae2a1722d8d4d37c8...Jon Seymour1-15/+15
2005-07-04git-cvsimport-script: provide direct support for cvsps -z optionSven Verdoolaege1-4/+5
2005-07-04git-cvsimport-script: update cvsps cache instead of rebuilding itSven Verdoolaege1-1/+1
2005-07-04git-cvsimport-script: fix branch switchingSven Verdoolaege1-1/+2
2005-07-04git-cvsimport-script: use private index.Sven Verdoolaege1-20/+23
2005-07-03git-rev-parse: support show sha1 names for pack entriesLinus Torvalds1-0/+49
2005-07-03Make git-rev-parse support cogito-style "short hex names"Linus Torvalds1-3/+76
2005-07-04git-cvsimport-script: leave working directory alone.Sven Verdoolaege1-33/+48
2005-07-03Make the name of a pack-file depend on the objects packed there-in.Linus Torvalds2-17/+20
2005-07-03git-cvsimport-script: typo head -> headsSven Verdoolaege1-1/+1
2005-07-03Add "git-prune-packed" that removes objects that exist in a pack.Linus Torvalds2-1/+68
2005-07-03Add "git repack" command that does an incremental packLinus Torvalds2-1/+19
2005-07-03Add "--non-empty" flag to git-pack-objectsLinus Torvalds1-0/+7
2005-07-03"git rev-list --unpacked" shows only unpacked commitsLinus Torvalds1-0/+11
2005-07-03Add "--incremental" flag to git-pack-objectsLinus Torvalds1-1/+9
2005-07-03Add "--all" flag to rev-parse that shows all refsLinus Torvalds2-3/+14
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds2-0/+7
2005-07-03Make git-fsck-cache check HEAD integrityLinus Torvalds1-0/+26
2005-07-03Fix sparse warnings.Linus Torvalds9-18/+18
2005-07-03cvsimport: Missing tests for verbosity flag.Matthias Urlichs1-2/+2
2005-07-03Fix up header file dependencies and add sparse checking rulesLinus Torvalds1-1/+10
2005-07-03Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cacheLinus Torvalds4-63/+18
2005-07-03Fix gcc warning in send-pack.cLinus Torvalds1-0/+1
2005-07-03Avoid gcc warnings in sha1_file.cLinus Torvalds1-4/+4
2005-07-03Support :ext: access method.Sven Verdoolaege2-3/+23
2005-07-03Honour CVS_SERVER.Sven Verdoolaege1-1/+3
2005-07-03git-cvsimport-script: clean up documentationSven Verdoolaege1-8/+0
2005-07-03Make specification of CVS module to convert optional.Sven Verdoolaege2-9/+27
2005-07-03Fixed a typo in Documentation/git-cvsimport-script.txt.Sven Verdoolaege1-1/+1
2005-07-02Generalize the "show each ref" code in receice-packLinus Torvalds3-53/+77
2005-06-30[PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano3-1/+84
2005-06-30[PATCH] verify-pack updates.Junio C Hamano7-44/+156
2005-06-30[PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano2-38/+44
2005-06-30cvsimport: add documentation.Matthias Urlichs1-0/+82
2005-06-30cvsimport: Added option '-p': pass options to cvspsMatthias Urlichs1-3/+6
2005-06-30cvsimport: Exit if an existing repository doesn't have the right branch.Matthias Urlichs1-0/+5
2005-06-30cvs import: Strip whitespace at the end of the log entryMatthias Urlichs1-1/+6
2005-06-30Do ref matching on the sender side rather than on receiverLinus Torvalds2-39/+32
2005-06-30Add support for "forcing" a ref on the remote sideLinus Torvalds1-2/+18
2005-06-30git-send-pack: actually send the object packLinus Torvalds1-12/+79
2005-06-30git-receive-pack: implement ref switch command handlingLinus Torvalds1-5/+59
2005-06-30cvsimport: perform string comparison on "HEAD"Sven Verdoolaege1-1/+1
2005-06-30git-cvsimport-script: Removed redundant @old and @new clear.Matthias Urlichs1-3/+0
2005-06-30git-cvsimport-script: Remove setting Sticky; it may cause problemsMatthias Urlichs1-1/+1
2005-06-30cvs import: Call git-update-cache multiple timesMatthias Urlichs1-4/+22
2005-06-29Add comment on what send-pack still needs to doLinus Torvalds1-0/+11
2005-06-29git-receive-pack: start parsing ref update commandsLinus Torvalds1-17/+35
2005-06-29Slow but steady progress on git pack receive/sendLinus Torvalds2-27/+42
2005-06-29git-send-pack: start parsing local/remote reference differencesLinus Torvalds1-3/+58
2005-06-29Turn on optimization againLinus Torvalds1-1/+1
2005-06-29[PATCH] Remove unnecessary sort from t6001 testcaseJon Seymour1-8/+8
2005-06-29[PATCH] Fix broken t6001 test caseJon Seymour1-3/+3
2005-06-29[PATCH] Demonstrate broken t6001 test case functionJon Seymour1-3/+2
2005-06-29[PATCH] Fix for git-rev-list --merge-order B ^A (A,B share common base) [rev 2]Jon Seymour2-11/+9
2005-06-29[PATCH] Test case that demonstrates problem with --merge-order ^ processingJon Seymour1-0/+5
2005-06-29Make send/receive-pack be closer to doing something interestingLinus Torvalds5-126/+148
2005-06-29Start of "git-send-pack", the local part of sending off a packLinus Torvalds2-1/+120
2005-06-29Add first cut at "git-receive-pack"Linus Torvalds3-1/+326
2005-06-29Remove bogus dup commit warning with --merge-orderLinus Torvalds1-4/+1
2005-06-29Teach git-rev-list about non-commit objectsLinus Torvalds1-13/+91
2005-06-29Prepare git-rev-list for tracking tag objects tooLinus Torvalds1-6/+20
2005-06-29[PATCH] Adjust t5300 test for unpack-objects changeJunio C Hamano1-2/+4
2005-06-29Re-instate dry-run logic in git-unpack-objectsLinus Torvalds1-1/+6
2005-06-29Clean up git-unpack-objects a bitLinus Torvalds1-13/+14
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano10-18/+231
2005-06-29[PATCH] Fixlets on top of Nico's clean-up.Junio C Hamano3-9/+6
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre6-58/+35
2005-06-28Fix packed_delta_info() that was broken by the delta header packing changeLinus Torvalds1-20/+18
2005-06-28Make git pack files use little-endian size encodingLinus Torvalds5-31/+31
2005-06-28[PATCH] denser delta header encodingNicolas Pitre3-46/+37
2005-06-28[PATCH] Emit base objects of a delta chain when the delta is output.Junio C Hamano1-5/+20
2005-06-28git-unpack-objects: re-write to read from stdinLinus Torvalds1-228/+190
2005-06-28[PATCH] Use enhanced diff_delta() in the similarity estimator.Junio C Hamano1-1/+6
2005-06-28[PATCH] Fix unpack-objects for header length information.Junio C Hamano2-4/+4
2005-06-29Add a menu item for writing out a commit to a file.Paul Mackerras1-9/+66
2005-06-28Merge fighting fsck-cache updates from JunioLinus Torvalds4-28/+103
2005-06-28[PATCH] Update fsck-cache (take 2)Junio C Hamano2-13/+76
2005-06-28[PATCH] Expose packed_git and alt_odb.Junio C Hamano2-19/+43
2005-06-28[PATCH] Bugfix: initialize pack_base to NULL.Junio C Hamano1-0/+1
2005-06-28[PATCH] Adjust fsck-cache to packed GIT and alternate object pool.Junio C Hamano1-4/+16
2005-06-28Change pack file format. Hopefully for the last time.Linus Torvalds4-73/+174
2005-06-28More docMatthias Urlichs1-15/+19
2005-06-28Document the new migration toolMatthias Urlichs1-4/+20
2005-06-28Rollbak to the original branch after importingMatthias Urlichs1-4/+25
2005-06-28git-pack-objects: add "--stdout" flag to write the pack file to stdoutLinus Torvalds1-6/+15
2005-06-28csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de...Linus Torvalds2-0/+21
2005-06-28Local cvsimport fixupsMatthias Urlichs1-2/+8
2005-06-28Fix remote CVS import.Matthias Urlichs1-30/+48
2005-06-28Duh. Fix transposed characters in git-pull-scriptLinus Torvalds1-1/+1
2005-06-28Teach packing about "tag" objectsLinus Torvalds3-14/+23
2005-06-28[PATCH] git-cat-file: '-s' to find out object size.Junio C Hamano2-6/+19
2005-06-28[PATCH] git-cat-file: use sha1_object_info() on '-t'.Junio C Hamano1-6/+4
2005-06-28[PATCH] Obtain sha1_file_info() for deltified pack entry properly.Junio C Hamano1-4/+69
2005-06-28Added Perl git-cvsimport-scriptMatthias Urlichs3-360/+576
2005-06-27Teach git-pull-script about pulling tagsLinus Torvalds1-2/+7
2005-06-27Fix another test that broke with the recent git-init-db updateLinus Torvalds1-1/+0
2005-06-27[PATCH] Skip writing out sha1 files for objects in packed git.Junio C Hamano1-12/+27
2005-06-27[PATCH] replace sha1sum with sum in t/t1002Mark Allen1-15/+32
2005-06-27Fix up test that counted subdirectories in ".git/objects"Linus Torvalds1-3/+3
2005-06-27git-init-db: create "pack" subdirectory under objectsLinus Torvalds1-0/+2
2005-06-27Merge rsync://rsync.kernel.org/pub/scm/gitk/gitkLinus Torvalds1-139/+447
2005-06-27csum-file: fix missing buf pointer updateLinus Torvalds1-0/+1
2005-06-27[PATCH] Teach read_sha1_file() and friends about packed git object store.Junio C Hamano2-12/+458
2005-06-27[PATCH] Enhance sha1_file_size() into sha1_object_info()Junio C Hamano4-31/+27
2005-06-27[PATCH] Remove "delta" object representation.Junio C Hamano25-948/+22
2005-06-27[PATCH] git-ssh-pull: commit-id consistencySven Verdoolaege2-5/+15
2005-06-27git-checkout-script: use "--verify --revs-only" to parse revsLinus Torvalds1-1/+1
2005-06-27Add a menu item for creating tags.Paul Mackerras1-43/+140
2005-06-27Fix a bug where we would corrupt the stuff read from git-rev-list.Paul Mackerras1-2/+7
2005-06-27Add a menu entry for generating a patch between any two commits.Paul Mackerras1-0/+87