summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-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
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