Commit Graph

  • d089391c00 git-send-pack: add "--all" option to send all refs to the other side Linus Torvalds 2005-07-16 13:26:33 -07:00
  • 9c2b1c0cd8 git-fetch-script: fix http:// breakage Linus Torvalds 2005-07-16 10:31:38 -07:00
  • 60ea0fdd7d Fix git-fetch-script breakage Linus Torvalds 2005-07-16 10:27:19 -07:00
  • 98e031f0bb Merge git-tools repository under "tools" subdirectory Linus Torvalds 2005-07-16 10:12:06 -07:00
  • c5f7674a97 Prepare git-tools for merging into the main git archive Linus Torvalds 2005-07-16 10:05:26 -07:00
  • e2418c01b1 git-convert-cache: fix up file modes in trees too Linus Torvalds 2005-07-16 09:57:03 -07:00
  • 0c04094bc1 [PATCH] Documentation: describe short-hand used in fetch/pull. Junio C Hamano 2005-07-16 00:17:42 -07:00
  • f170e4b39d [PATCH] fetch/pull: short-hand notation for remote repositories. Junio C Hamano 2005-07-16 00:16:24 -07:00
  • b74fd57966 Add "Files" and "Pickaxe" to the find menu. Paul Mackerras 2005-07-16 07:46:13 -04:00
  • 02d57da4a5 Be slightly smarter about git-daemon client shutdown Linus Torvalds 2005-07-15 22:53:31 -07:00
  • a232a132ea [PATCH] Documentation: update recommended workflow when working with others. Junio C Hamano 2005-07-15 20:56:12 -07:00
  • 2c38fe4c57 [PATCH] Documentation: adjust cvsimport command line. Junio C Hamano 2005-07-15 20:54:04 -07:00
  • 66e631def8 git-daemon: actually remember the children we have outstanding Linus Torvalds 2005-07-15 21:51:57 -07:00
  • eaa9491955 git-daemon: keep track of children Linus Torvalds 2005-07-15 20:42:28 -07:00
  • 78d9d41412 Ahh, the heady days of 0.99 patchfiles Linus Torvalds 2005-07-15 16:08:01 -07:00
  • 71931c1965 Fix up "make doc" Linus Torvalds 2005-07-15 14:57:09 -07:00
  • 3eb5128a10 [PATCH] Documentation: pull, push, packing repository and working with others. Junio C Hamano 2005-07-15 11:40:56 -07:00
  • e7c1ca4273 [PATCH] Documentation: update tutorial to talk about push. Junio C Hamano 2005-07-15 00:59:34 -07:00
  • 7421abfdbd [PATCH] Initial support for building a debian package (.deb) Eric W. Biederman 2005-07-14 19:26:31 -06:00
  • 49ce3d0c4e [PATCH] Update the spec file so it can build and install the documentation Eric W. Biederman 2005-07-14 19:24:23 -06:00
  • 87a81c834b [PATCH] Add doc and install-doc targets to the Makefile Eric W. Biederman 2005-07-14 19:21:57 -06:00
  • 9dce3c0617 [PATCH] Use gzip -f when building the git-core tarball Eric W. Biederman 2005-07-14 19:20:50 -06:00
  • d7b8a164e4 [PATCH] Add a RPMBUILD make variable Eric W. Biederman 2005-07-14 19:20:25 -06:00
  • c818566d5c [PATCH] Update tags to record who made them Eric W. Biederman 2005-07-14 19:02:10 -06:00
  • ec3f5a46ea [PATCH] Update git-tag-script to create the .git/refs/tags if it does not already exist Eric W. Biederman 2005-07-14 19:00:15 -06:00
  • 9153368d1b [PATCH] Update the list of diagnostics for git-commit-tree Eric W. Biederman 2005-07-14 18:57:53 -06:00
  • aed022ab4c [PATCH] Add git-var a tool for reading interesting git variables. Eric W. Biederman 2005-07-14 18:55:09 -06:00
  • 7a868a8414 [PATCH] ident.c: Disambiguate the error messages in setup_ident Eric W. Biederman 2005-07-14 18:52:31 -06:00
  • d289d13625 [PATCH] Move git_author_info and git_commiter_info to ident.c Eric W. Biederman 2005-07-14 18:50:33 -06:00
  • e64e1b79d7 Add "--inetd" flag to git-daemon Linus Torvalds 2005-07-15 09:32:16 -07:00
  • 7d80694af1 git-daemon: re-organize code a bit for --inetd flag Linus Torvalds 2005-07-15 09:27:05 -07:00
  • e68b6f1525 Split up "diff_format" into "format" and "line_termination". Linus Torvalds 2005-07-14 17:59:17 -07:00
  • c0fd1f517e Make "ce_match_path()" a generic helper function Linus Torvalds 2005-07-14 16:55:06 -07:00
  • fdee7d07ba Make git-diff-cache skip any comparisons which don't match pathspec Linus Torvalds 2005-07-14 16:43:01 -07:00
  • a74ba54bd1 Start using the partial tree reading in "git-diff-cache" Linus Torvalds 2005-07-14 13:19:19 -07:00
  • 3e58763542 Fix up read_tree() pathspec matching to use "const char **" Linus Torvalds 2005-07-14 11:39:27 -07:00
  • 0ca14a57f1 Start adding interfaces to read in partial trees Linus Torvalds 2005-07-14 11:26:31 -07:00
  • d48a72f337 Fix replacing of a directory with a file/symlink in git-checkout-cache Linus Torvalds 2005-07-14 09:58:45 -07:00
  • d1918a7285 Make "git diff" use git-sh-setup-script too.. Linus Torvalds 2005-07-14 09:29:35 -07:00
  • b0966e1010 Make "git prune" use the "--full" flag to git-fsck-cache Linus Torvalds 2005-07-14 08:57:14 -07:00
  • 2f2de9b4cd [PATCH] Documentation: push-pull commands into a separate category. Junio C Hamano 2005-07-14 00:10:48 -07:00
  • 2a24501363 [PATCH] Documentation: send/receive. Junio C Hamano 2005-07-14 00:10:05 -07:00
  • 8b3d9dc0e2 [PATCH] Documentation: clone/fetch/upload. Junio C Hamano 2005-07-14 00:08:37 -07:00
  • 5f40520f8c [PATCH] Documentation: packed GIT support commands. Junio C Hamano 2005-07-14 00:08:05 -07:00
  • 516236ce3f Get rid of nasty utf-8 characters in printout Linus Torvalds 2005-07-13 20:55:56 -07:00
  • 12dd6e8cb0 [PATCH] apply: match documentation, usage string and code. Junio C Hamano 2005-07-13 20:28:55 -07:00
  • f28198e136 [PATCH] Remove leftover comment from documentation. Junio C Hamano 2005-07-13 20:27:41 -07:00
  • fd77911030 [PATCH] clone-pack: Typofix in the error message. Junio C Hamano 2005-07-13 20:26:54 -07:00
  • 6ec311da34 [PATCH] clone-pack and clone-script: documentation and add a missing parameter. Junio C Hamano 2005-07-13 20:25:54 -07:00
  • d46ad9c989 [PATCH] checkout-cache: add usage string. Junio C Hamano 2005-07-13 20:25:07 -07:00
  • f16ebbdd1a [PATCH] cat-file: be consistent in usage string and documentation. Junio C Hamano 2005-07-13 20:23:40 -07:00
  • 9b011b2fe5 [PATCH] Document two pack push-pull protocols. Junio C Hamano 2005-07-13 20:21:54 -07:00
  • 5ccdf4cef2 Fix the "close before dup" bug in clone-pack too Linus Torvalds 2005-07-13 20:05:17 -07:00
  • a87e8be2ae Add a "git-daemon" that listens on a TCP port Linus Torvalds 2005-07-13 19:45:26 -07:00
  • 85c414b5e0 git-fetch-pack: close output fd after dup'ing the input Linus Torvalds 2005-07-13 19:40:06 -07:00
  • 2386d65822 Add first cut at "git protocol" connect logic. Linus Torvalds 2005-07-13 18:46:20 -07:00
  • 2408cff9f7 Make "git-checkout" create files with O_EXCL Linus Torvalds 2005-07-13 17:27:48 -07:00
  • 1b668341db git-apply: be a lot more careful when writing files Linus Torvalds 2005-07-13 17:25:53 -07:00
  • dda2d79af2 [PATCH] Clean up diff option descriptions. Junio C Hamano 2005-07-13 12:52:35 -07:00
  • 52f28529f4 [PATCH] git-diff-*: --name-only and --name-only-z. Junio C Hamano 2005-07-13 12:45:51 -07:00
  • 8a62a3097c [PATCH] diff-stages: support "-u" as a synonym for "-p". Junio C Hamano 2005-07-13 12:45:06 -07:00
  • d6d8dac032 [PATCH] git-cvsimport-script: parse multidigit revisions. Sven Verdoolaege 2005-07-12 23:35:32 +02:00
  • e30e814dbf [PATCH] git: fix trivial warning from show_rename_copy() Tony Luck 2005-07-12 11:54:21 -07:00
  • 6aa33f4035 Abstract out the "name <email> date" handling of commit-tree.c Linus Torvalds 2005-07-12 11:49:27 -07:00
  • 26a2d8ae89 parse_date(): allow const date string Linus Torvalds 2005-07-12 10:33:06 -07:00
  • ced7c84821 "make clean" should clean up after a rpm build Linus Torvalds 2005-07-12 10:12:52 -07:00
  • f85639c303 Rename the RPM from "git" to "git-core" Linus Torvalds 2005-07-12 10:07:18 -07:00
  • 37f1a519f2 Add "git branch" script Linus Torvalds 2005-07-11 21:30:23 -07:00
  • 91dcdfd3b5 Make "git checkout" create new branches on demand Linus Torvalds 2005-07-11 20:44:20 -07:00
  • 714fff2aa8 Make "git checkout" verify that the argument refers to a commit Linus Torvalds 2005-07-11 18:32:30 -07:00
  • 79162bb8ad git-rev-parse: Allow a "zeroth" parent of a commit - the commit itself. Linus Torvalds 2005-07-11 18:27:25 -07:00
  • e33b2ef8f5 git-send-pack: Fix duplicate refname match Linus Torvalds 2005-07-11 18:03:34 -07:00
  • b1de9de2b9 [PATCH] Bootstrap "make dist" Chris Wright 2005-07-11 14:03:09 -07:00
  • ab6625e06a [PATCH] git-clone-script local optimization tweaks Junio C Hamano 2005-07-11 13:30:54 -07:00
  • c1c774e796 [PATCH] git-cvsimport-script: add "import only" option Sven Verdoolaege 2005-07-11 16:57:49 +02:00
  • 9c1fa70aaa [PATCH] add --missing-ok option to write-tree Bryan Larsen 2005-07-10 20:53:44 -07:00
  • ab90ea5d6e [PATCH] Check packs and then files. Junio C Hamano 2005-07-11 00:00:55 -07:00
  • 013aab8265 [PATCH] Dereference tag repeatedly until we get a non-tag. Junio C Hamano 2005-07-10 23:55:56 -07:00
  • a3eb250f99 [PATCH] alternate object store and fsck Junio C Hamano 2005-07-10 15:40:43 -07:00
  • cf219196a8 Fix up progress report for off-by-one error Linus Torvalds 2005-07-10 16:14:22 -07:00
  • 4bc5fbf82e Make "git log" exit properly if not in a git archive Linus Torvalds 2005-07-10 16:10:21 -07:00
  • 0ee19dce2c Avoid signedness warnings in sha1_file.c Linus Torvalds 2005-07-10 15:43:54 -07:00
  • d5f1befca8 [PATCH] Remove map_sha1_file Daniel Barkalow 2005-07-10 18:27:02 -04:00
  • a5eda52bfe [PATCH] write_sha1_to_fd() Daniel Barkalow 2005-07-10 18:25:38 -04:00
  • 454fbbcde3 git-rev-list: allow missing objects when the parent is marked UNINTERESTING Linus Torvalds 2005-07-10 15:09:46 -07:00
  • 167a4a3308 Add "-q" flag to "git commit" Linus Torvalds 2005-07-09 10:52:35 -07:00
  • d36f7b805e git-unpack-objects: show progress report by default Linus Torvalds 2005-07-09 10:43:02 -07:00
  • 1855c04462 [PATCH] format-patch: fix skipping of blank-lines Junio C Hamano 2005-07-08 19:27:15 -07:00
  • ed616049d7 Update the tutorial a bit Linus Torvalds 2005-07-08 18:26:19 -07:00
  • 918c05f1b6 Make "git tag" more user-friendly Linus Torvalds 2005-07-08 18:23:06 -07:00
  • 3ba513c32e Make "git resolve" take the merge message in $3 Linus Torvalds 2005-07-08 17:38:44 -07:00
  • 69a97f1d9b [PATCH] Use SHA1 for git-update-cache --refresh Bryan Larsen 2005-07-08 16:52:28 -07:00
  • df6e151636 [PATCH] Add --info-only option to git-update-cache. Bryan Larsen 2005-07-08 16:52:12 -07:00
  • 7672db20c2 [PATCH] Expose object ID computation functions. Bryan Larsen 2005-07-08 16:51:55 -07:00
  • 7558ef89ed Teach "git clone" about rsync sources Linus Torvalds 2005-07-08 17:07:12 -07:00
  • 113b94751d Make "upload-pack" match git-fetch-pack usage Linus Torvalds 2005-07-08 16:22:22 -07:00
  • 26c8a533af Add "mkpath()" helper function Linus Torvalds 2005-07-08 16:20:59 -07:00
  • 5c5dc2fb51 Mark git-relink-script and git-repack-script executable Linus Torvalds 2005-07-08 15:59:29 -07:00
  • ba375acff7 Make "git clone" a lot more user-friendly Linus Torvalds 2005-07-08 15:46:33 -07:00
  • 51cb06c36d Add "git-push-script" to make a more regular interface Linus Torvalds 2005-07-08 14:24:25 -07:00