summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-08-01GIT 0.99.3v0.99.3Junio C Hamano1-1/+1
2005-08-01[PATCH] git-merge-cache -q doesn't complain about failing merge programPetr Baudis2-10/+22
2005-08-01[PATCH] Fix sparse warningsLinus Torvalds3-4/+4
2005-08-01[PATCH] Do not rely on a sane wcJohannes Schindelin1-1/+1
2005-08-01[PATCH] Updates to tutorial.txtJohannes Schindelin1-19/+17
2005-08-01CVS-like push-pull description update.Junio C Hamano1-6/+4
2005-08-01[PATCH] Updates for cvs-migration.txtJohannes Schindelin1-6/+22
2005-08-01[PATCH] Fix warning about non-void return in a void function.A Large Angry SCM1-1/+1
2005-08-01Retire git-fetch-dumb-http and missing-revsJunio C Hamano4-181/+3
2005-07-31[PATCH] Support downloading packs by HTTP (whitespace fixed)barkalow@iabervon.org1-6/+175
2005-07-31[PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org2-1/+135
2005-07-31[PATCH] Added hook in git-receive-packJosef Weidendorfer5-30/+186
2005-07-31[PATCH] Fix support for old libcurlbarkalow@iabervon.org1-3/+2
2005-07-31Fix typo in recent Makefile cleanup (again).Junio C Hamano1-3/+3
2005-07-31Teach parse_commit_buffer about grafting.Junio C Hamano3-2/+127
2005-07-31Add a stupid "count objects" script.Junio C Hamano2-0/+15
2005-07-31Fetch from a packed repository on dumb servers.Junio C Hamano4-4/+188
2005-07-31Merge with gitk.Junio C Hamano1-5/+9
2005-07-31Fix some bugs causing application error popups.Paul Mackerras1-5/+9
2005-07-30[PATCH] add NO_CURL option to the MakefileJohannes Schindelin1-1/+8
2005-07-30Fix merge-base from getting confused.Linus Torvalds1-38/+36
2005-07-30[PATCH] Making it easier to find which change introduced a bugLinus Torvalds2-1/+159
2005-07-30NO_OPENSSL should really mean no openssl.Junio C Hamano1-1/+3
2005-07-29Fix typo in recent Makefile cleanup.Junio C Hamano1-1/+1
2005-07-29[PATCH] document git-rev-list betterMatthias Urlichs1-2/+23
2005-07-29[PATCH] Build commands through object filesPetr Baudis1-7/+8
2005-07-29Skip --merge-order test when built with NO_OPENSSLJunio C Hamano1-0/+7
2005-07-29[PATCH] Support for NO_OPENSSLPetr Baudis2-2/+12
2005-07-29[PATCH] Reorder Makefile rulesPetr Baudis1-30/+57
2005-07-29[PATCH] Remove the explicit Makefile dependencies descriptionPetr Baudis1-66/+8
2005-07-29[PATCH] Improve the compilation-time settings interfacePetr Baudis1-18/+38
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis17-18/+17
2005-07-29[PATCH] Trivial tidyupsPetr Baudis3-8/+6
2005-07-29[PATCH] mmap error handlingPavel Roskin8-12/+15
2005-07-29Documentation and tests: ls-files exclude pattern.Junio C Hamano2-18/+32
2005-07-29ls-files: rework exclude patterns.Junio C Hamano1-29/+73
2005-07-29[PATCH] Fix interesting git-rev-list corner caseLinus Torvalds1-0/+11
2005-07-29Tutorial: use a bit longer sample filenames.Junio C Hamano1-40/+40
2005-07-29[PATCH] support older versions of libcurlJohannes Schindelin1-0/+10
2005-07-29Merge with gitk.Junio C Hamano1-71/+611
2005-07-29Improve the merge display when the result differs from all parents.Paul Mackerras1-7/+84
2005-07-29[PATCH] socklen_t needs to be defined and libssl to be linked on old Mac OS XJohannes Schindelin1-0/+4
2005-07-29[PATCH] support bc version 1.04Johannes Schindelin1-2/+6
2005-07-29[PATCH] remove "-r" option to xargsJohannes Schindelin1-1/+1
2005-07-29server-info: do not complain if a tag points at a non-commit.Junio C Hamano1-4/+11
2005-07-28[PATCH] Make git-apply --stat less butt-ugly with long filenamesLinus Torvalds1-2/+10
2005-07-28[PATCH] gitk: Use GIT_DIR where appropriate.Junio C Hamano1-11/+13
2005-07-27[PATCH] GIT: Listen on IPv6 as well, if available.YOSHIFUJI Hideaki1-31/+100
2005-07-27[PATCH] Add documentation for git-rename-scriptRyan Anderson1-0/+34
2005-07-27[PATCH] Add support for directories to git-rename-script.Ryan Anderson1-5/+68
2005-07-27Import the --topo-order change and fix the writing of ~/.gitk.Paul Mackerras1-2/+3
2005-07-27Display the diffs for a merge in a unified fashion.Paul Mackerras1-4/+363
2005-07-27Document --strict flag to the fsck-cache command.Junio C Hamano2-2/+10
2005-07-27git-fsck-cache: be stricter about "tree" objectsLinus Torvalds3-12/+37
2005-07-27git-convert-cache: fix up mode conversionLinus Torvalds1-30/+15
2005-07-27git-fsck-cache.c: check commit objects more carefullyLinus Torvalds1-1/+22
2005-07-27Make "parse_commit()" be a lot more carefulLinus Torvalds1-5/+11
2005-07-27Tutorial typofix.Linus Torvalds1-1/+1
2005-07-27Typofix: usage strings fix.Junio C Hamano3-3/+3
2005-07-27git-log: make sure we have some commit to start from.Linus Torvalds1-0/+2
2005-07-27request-pull: minor tweaks.Junio C Hamano1-16/+15
2005-07-27[PATCH] Add git-request-pull-script, a short script that generates a summary ...Ryan Anderson2-1/+38
2005-07-27[PATCH] git-status-script was missed during the conversion from N -> ARyan Anderson1-1/+1
2005-07-26Deb Packaging fixes: Build against Mozilla libs for Debian, conflict with "git"Ryan Anderson3-1/+27
2005-07-26Fix potential send-pack SIGSEGVLinus Torvalds2-1/+56
2005-07-26Name it 0.99.2v0.99.2Junio C Hamano1-1/+1
2005-07-26Adjust diff-raw tests to the status letter change.Junio C Hamano18-34/+34
2005-07-25diff-raw: Use 'A' instead of 'N' for added files.Junio C Hamano1-1/+1
2005-07-25Use symbolic constants for diff-raw status indicators.Junio C Hamano3-26/+51
2005-07-25Documentation: describe git-ls-files --exclude patterns.Junio C Hamano1-4/+92
2005-07-25git-ls-files: --exclude mechanism updates.Junio C Hamano2-21/+157
2005-07-25Update the documentation for git-tag-script to reflect current behavior.Ryan Anderson1-5/+11
2005-07-25git-tag-script updates.Junio C Hamano1-6/+26
2005-07-23Fix up applymbox script for the addition of "git-" prefixLinus Torvalds1-3/+3
2005-07-23[PATCH] diffcore-pickaxe: switch to "counting" behaviour.Junio C Hamano1-6/+17
2005-07-23Add a "git rename" to help with - surprise surprise - renamesLinus Torvalds2-1/+8
2005-07-23Rename the "tools" programs to also have the "git-" prefixLinus Torvalds3-2/+5
2005-07-23[PATCH] Support cloning packed repo from dumb http servers.Junio C Hamano3-3/+63
2005-07-23[PATCH] Document update-server-info.Junio C Hamano2-0/+46
2005-07-23[PATCH] Add update-server-info.Junio C Hamano9-1/+1025
2005-07-23[PATCH] git-ls-remote: show and optionally store remote refs.Junio C Hamano2-1/+106
2005-07-23[PATCH] Documentation: git-peek-remote.Junio C Hamano2-3/+59
2005-07-23[PATCH] git-peek-remote: show tags and heads from a remote repository.Junio C Hamano2-1/+57
2005-07-23Update tutorial.txt branches/tags to use the nicer helper syntaxLinus Torvalds1-21/+31
2005-07-23Make "git tag" create both simple and signed tagsLinus Torvalds1-12/+38
2005-07-23[PATCH] mailinfo: handle folded header.Junio C Hamano1-37/+27
2005-07-23Fix git protocol connection 'port' overrideLinus Torvalds1-1/+3
2005-07-23[PATCH] GIT: Try all addresses for given remote nameYOSHIFUJI Hideaki1-28/+43
2005-07-23[PATCH] Deb packaging needs two more configuration filesRyan Anderson2-0/+2
2005-07-23[PATCH] Deb packages should include the binariesRyan Anderson3-7/+13
2005-07-23Be more aggressive about marking trees uninterestingLinus Torvalds1-1/+25
2005-07-22[PATCH] tutorial: mention "git clone" records .git/branches/originJunio C Hamano1-22/+18
2005-07-22[PATCH] git-clone-script: store where we cloned from in .git/branches/originJunio C Hamano1-18/+23
2005-07-22[PATCH] Test framework: prettyprint the failed command.Junio C Hamano1-1/+3
2005-07-22[PATCH] Install tools with "make install-tools".Junio C Hamano2-2/+15
2005-07-22[PATCH] Audit rev-parse users.Junio C Hamano5-12/+12
2005-07-22[PATCH] git-branch: avoid getting confused by empty or nonexisting branches.Junio C Hamano1-1/+7
2005-07-22[PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LFJunio C Hamano2-6/+37
2005-07-22[PATCH] Document "curl" requirements.Junio C Hamano1-2/+4
2005-07-22[PATCH] Support more http features: https no cert, .netrc -> authDarrin Thompson2-2/+11
2005-07-22[PATCH] Install git-verify-tag-scriptEric W. Biederman1-1/+1
2005-07-22[PATCH] Cleanup: git-verify-tag-scriptEric W. Biederman1-4/+3
2005-07-22[PATCH] Fix a typo in git-unpack-objects documentation.Jan Veldeman1-1/+1
2005-07-22[PATCH] debian/ fixesRyan Anderson2-1/+1
2005-07-22[PATCH] format-patch: --mbox and --check.Junio C Hamano1-6/+43
2005-07-22[PATCH] git-format-patch-script and mailinfo updates.Junio C Hamano2-8/+40
2005-07-22[PATCH] tools/applymbox: allow manual fixing and continuing after a failure.Junio C Hamano1-10/+38
2005-07-22[PATCH] apply.c: --exclude=fnmatch-pattern option.Junio C Hamano1-7/+38
2005-07-22[PATCH] apply.c: handle incomplete lines correctly.Junio C Hamano2-1/+40
2005-07-20Handle the rename cases reported by git-diff-tree -C correctly.Paul Mackerras1-14/+29
2005-07-20Calculate the list of interesting files for a merge.Paul Mackerras1-47/+133
2005-07-19Add "git commit --all" since everybody seems to want it.Linus Torvalds1-1/+5
2005-07-19git-send-pack: verify that sender is a proper superset of receiverLinus Torvalds1-10/+26
2005-07-18Merge master.kernel.org:/pub/scm/gitk/gitkLinus Torvalds1-81/+434
2005-07-18Make the diff display less gaudy.Paul Mackerras1-14/+32
2005-07-18Allow short SHA1 IDs in the SHA1 entry field.Paul Mackerras1-1/+18
2005-07-17Fix display of mode changes in details pane.Paul Mackerras1-33/+13
2005-07-17First cut at displaying the diffs for a merge.Paul Mackerras1-19/+34
2005-07-16Make searching in files changed faster, and fix some bugs.Paul Mackerras1-43/+137
2005-07-16Merge three separate "fetch refs" functionsLinus Torvalds5-109/+67
2005-07-16git-send-pack: add "--all" option to send all refs to the other sideLinus Torvalds1-10/+28
2005-07-16git-fetch-script: fix http:// breakageLinus Torvalds1-1/+1
2005-07-16Fix git-fetch-script breakageLinus Torvalds1-0/+2
2005-07-16Merge git-tools repository under "tools" subdirectoryLinus Torvalds5-0/+527
2005-07-16Prepare git-tools for merging into the main git archiveLinus Torvalds7-358/+5
2005-07-16git-convert-cache: fix up file modes in trees tooLinus Torvalds1-0/+29
2005-07-16[PATCH] Documentation: describe short-hand used in fetch/pull.Junio C Hamano5-6/+130
2005-07-16[PATCH] fetch/pull: short-hand notation for remote repositories.Junio C Hamano4-32/+104
2005-07-16Add "Files" and "Pickaxe" to the find menu.Paul Mackerras1-18/+247
2005-07-15Be slightly smarter about git-daemon client shutdownLinus Torvalds1-20/+38
2005-07-15[PATCH] Documentation: update recommended workflow when working with others.Junio C Hamano1-19/+42
2005-07-15[PATCH] Documentation: adjust cvsimport command line.Junio C Hamano1-1/+1
2005-07-15git-daemon: actually remember the children we have outstandingLinus Torvalds1-21/+121
2005-07-15git-daemon: keep track of childrenLinus Torvalds1-1/+43
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