summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-15Ahh, the heady days of 0.99 patchfilesv0.99.1Linus Torvalds1-2/+2
2005-07-15Fix up "make doc"Linus Torvalds2-2/+2
2005-07-15[PATCH] Documentation: pull, push, packing repository and working with others.Junio C Hamano1-74/+283
2005-07-15[PATCH] Documentation: update tutorial to talk about push.Junio C Hamano1-7/+80
2005-07-15[PATCH] Initial support for building a debian package (.deb)Eric W. Biederman6-0/+121
2005-07-15[PATCH] Update the spec file so it can build and install the documentationEric W. Biederman1-4/+10
2005-07-15[PATCH] Add doc and install-doc targets to the MakefileEric W. Biederman2-0/+19
2005-07-15[PATCH] Use gzip -f when building the git-core tarballEric W. Biederman1-1/+1
2005-07-15[PATCH] Add a RPMBUILD make variableEric W. Biederman1-1/+2
2005-07-15[PATCH] Update tags to record who made themEric W. Biederman2-3/+10
2005-07-15[PATCH] Update git-tag-script to create the .git/refs/tags if it does not alr...Eric W. Biederman1-0/+1
2005-07-15[PATCH] Update the list of diagnostics for git-commit-treeEric W. Biederman1-0/+4
2005-07-15[PATCH] Add git-var a tool for reading interesting git variables.Eric W. Biederman4-1/+130
2005-07-15[PATCH] ident.c: Disambiguate the error messages in setup_identEric W. Biederman1-2/+2
2005-07-15[PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman3-10/+12
2005-07-15Add "--inetd" flag to git-daemonLinus Torvalds1-1/+11
2005-07-15git-daemon: re-organize code a bit for --inetd flagLinus Torvalds1-10/+10
2005-07-14Split up "diff_format" into "format" and "line_termination".Linus Torvalds7-39/+25
2005-07-14Make "ce_match_path()" a generic helper functionLinus Torvalds4-23/+33
2005-07-14Make git-diff-cache skip any comparisons which don't match pathspecLinus Torvalds1-2/+28
2005-07-14Start using the partial tree reading in "git-diff-cache"Linus Torvalds1-2/+2
2005-07-14Fix up read_tree() pathspec matching to use "const char **"Linus Torvalds2-5/+7
2005-07-14Start adding interfaces to read in partial treesLinus Torvalds4-7/+54
2005-07-14Fix replacing of a directory with a file/symlink in git-checkout-cacheLinus Torvalds1-12/+8
2005-07-14Make "git diff" use git-sh-setup-script too..Linus Torvalds1-0/+2
2005-07-14Make "git prune" use the "--full" flag to git-fsck-cacheLinus Torvalds1-1/+1
2005-07-14[PATCH] Documentation: push-pull commands into a separate category.Junio C Hamano1-23/+42
2005-07-14[PATCH] Documentation: send/receive.Junio C Hamano3-1/+89
2005-07-14[PATCH] Documentation: clone/fetch/upload.Junio C Hamano4-7/+130
2005-07-14[PATCH] Documentation: packed GIT support commands.Junio C Hamano4-1/+161
2005-07-13Get rid of nasty utf-8 characters in printoutLinus Torvalds1-1/+1
2005-07-13[PATCH] apply: match documentation, usage string and code.Junio C Hamano2-13/+19
2005-07-13[PATCH] Remove leftover comment from documentation.Junio C Hamano1-13/+0
2005-07-13[PATCH] clone-pack: Typofix in the error message.Junio C Hamano1-1/+1
2005-07-13[PATCH] clone-pack and clone-script: documentation and add a missing parameter.Junio C Hamano5-3/+142
2005-07-13[PATCH] checkout-cache: add usage string.Junio C Hamano1-0/+5
2005-07-13[PATCH] cat-file: be consistent in usage string and documentation.Junio C Hamano1-1/+1
2005-07-13[PATCH] Document two pack push-pull protocols.Junio C Hamano1-0/+38
2005-07-13Fix the "close before dup" bug in clone-pack tooLinus Torvalds1-1/+1
2005-07-13Add a "git-daemon" that listens on a TCP portLinus Torvalds2-1/+118
2005-07-13git-fetch-pack: close output fd after dup'ing the inputLinus Torvalds1-1/+1
2005-07-13Add first cut at "git protocol" connect logic.Linus Torvalds2-2/+91
2005-07-13Make "git-checkout" create files with O_EXCLLinus Torvalds1-2/+2
2005-07-13git-apply: be a lot more careful when writing filesLinus Torvalds1-35/+49
2005-07-13[PATCH] Clean up diff option descriptions.Junio C Hamano11-180/+96
2005-07-13[PATCH] git-diff-*: --name-only and --name-only-z.Junio C Hamano6-1/+38
2005-07-13[PATCH] diff-stages: support "-u" as a synonym for "-p".Junio C Hamano1-1/+1
2005-07-12[PATCH] git-cvsimport-script: parse multidigit revisions.Sven Verdoolaege1-1/+1
2005-07-12[PATCH] git: fix trivial warning from show_rename_copy()Tony Luck1-1/+1
2005-07-12Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds4-71/+156
2005-07-12parse_date(): allow const date stringLinus Torvalds2-5/+5
2005-07-12"make clean" should clean up after a rpm buildLinus Torvalds1-0/+1
2005-07-12Rename the RPM from "git" to "git-core"Linus Torvalds2-7/+7
2005-07-11Add "git branch" scriptLinus Torvalds2-1/+13
2005-07-11Make "git checkout" create new branches on demandLinus Torvalds1-0/+23
2005-07-11Make "git checkout" verify that the argument refers to a commitLinus Torvalds1-1/+1
2005-07-11git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself.Linus Torvalds1-1/+5
2005-07-11git-send-pack: Fix duplicate refname matchLinus Torvalds1-3/+0
2005-07-11[PATCH] Bootstrap "make dist"Chris Wright1-2/+2
2005-07-11[PATCH] git-clone-script local optimization tweaksJunio C Hamano1-6/+5
2005-07-11[PATCH] git-cvsimport-script: add "import only" optionSven Verdoolaege2-8/+17
2005-07-11[PATCH] add --missing-ok option to write-treeBryan Larsen2-2/+19
2005-07-11[PATCH] Check packs and then files.Junio C Hamano1-3/+6
2005-07-11[PATCH] Dereference tag repeatedly until we get a non-tag.Junio C Hamano2-4/+5
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