Commit Graph

  • 584c6cc91a Teach 'git-send-pack' to send new branches and tags. Linus Torvalds 2005-07-08 13:58:40 -07:00
  • 99a0a6e09f Make "for_each_ref()" always use the "canonical" refname. Linus Torvalds 2005-07-08 13:56:05 -07:00
  • b10d0ec732 [PATCH] Use sq_quote() to properly quote the parameter to call shell. Junio C Hamano 2005-07-08 00:02:52 -07:00
  • 6fb737be5e [PATCH] Make sq_expand() available as sq_quote(). Junio C Hamano 2005-07-07 23:58:32 -07:00
  • b33e966608 Add "git-sh-setup-script" for common git shell script setup Linus Torvalds 2005-07-08 10:57:21 -07:00
  • acb46f8769 git-diff-*: support "-u" as a synonym for "-p" Linus Torvalds 2005-07-08 10:45:07 -07:00
  • 0acfc97252 [PATCH] git-format-patch: Prepare patches for e-mail submission. Junio C Hamano 2005-07-05 13:19:05 -07:00
  • 924e121954 Mark more characters shell-safe. Linus Torvalds 2005-07-07 17:59:23 -07:00
  • 659cacf5a9 git-fsck-cache: don't complain about lacking references when they are all in packs. Linus Torvalds 2005-07-07 17:05:41 -07:00
  • e27a56a676 Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/git Linus Torvalds 2005-07-07 15:56:49 -07:00
  • 1038f0c0a1 [PATCH] Typofix an error message in pack-check.c Junio C Hamano 2005-07-07 15:12:20 -07:00
  • 776566000f [PATCH] Prevent t6000 series from dropping useless sed.script in t/ Junio C Hamano 2005-07-07 11:39:10 -07:00
  • e95ab1edf3 [PATCH] Short-circuit git-clone-pack while cloning locally (take 2). Junio C Hamano 2005-07-06 13:04:21 -07:00
  • a9db297485 Infrastructure for git rpm builds. Adds GIT_VERSION to Makefile and new make targets: git.spec, dist, and rpm. A simple 'make rpm' will build the rpm. Also adds git.spec.in which is used to generate git.spec. Chris Wright 2005-07-07 13:09:50 -07:00
  • dd7ba8b494 git-clone-pack: fix sparse warning Linus Torvalds 2005-07-06 18:51:56 -07:00
  • 84b18a8e63 [PATCH] Tidy up - remove use of (*f)() idiom from epoch.c Jon Seymour 2005-07-07 11:26:43 +10:00
  • a7336ae514 [PATCH] Ensure list insertion method does not depend on position of --merge-order argument Jon Seymour 2005-07-07 10:59:13 +10:00
  • 28346d2d3c [PATCH] Write sed script directly into temp file, rather than a variable Jon Seymour 2005-07-07 10:50:07 +10:00
  • f573571a21 [PATCH] Add t/t6003 with some --topo-order tests Jon Seymour 2005-07-07 10:50:04 +10:00
  • 889adfe314 Make gitk use --topo-order instead of --merge-order Linus Torvalds 2005-07-06 16:55:53 -07:00
  • 960cea2dd1 git-rev-list: remove the DUPCHECK logic, use SEEN instead Linus Torvalds 2005-07-06 16:52:49 -07:00
  • e6c3505b44 Make sure we generate the whole commit list before trying to sort it topologically Linus Torvalds 2005-07-06 10:51:43 -07:00
  • f312de018b [PATCH] Let umask do its work upon filesystem object creation. Junio C Hamano 2005-07-06 01:21:46 -07:00
  • b2cb94254b [PATCH] clone-pack.c:write_one_ref() - Create leading directories. Junio C Hamano 2005-07-06 01:11:52 -07:00
  • ff9206e72c [PATCH] Fixes a problem with --merge-order A B (A is linear descendent of a merge B) Jon Seymour 2005-07-07 02:39:35 +10:00
  • 4d3a63ba3a [PATCH] Add a t/t6001 test case for a --merge-order bug Jon Seymour 2005-07-07 02:39:35 +10:00
  • d2775a817a [PATCH] Tidy up - slight simplification of rev-list.c Jon Seymour 2005-07-07 02:39:34 +10:00
  • d2d02a4906 Add "--topo-order" flag to use new topological sort Linus Torvalds 2005-07-06 10:25:04 -07:00
  • ab580acea4 [PATCH] Add a topological sort procedure to commit.c Jon Seymour 2005-07-07 02:39:34 +10:00
  • 9e9824ba0e Use the new git-rev-parse "--[no-]flags" in "git diff". Linus Torvalds 2005-07-06 10:09:58 -07:00
  • f79b65aa65 Add "--flags" and "--no-flags" arguments to git-rev-parse Linus Torvalds 2005-07-06 10:08:08 -07:00
  • bce6286670 Remove insane overlapping bit ranges from epoch.c Linus Torvalds 2005-07-06 09:56:16 -07:00
  • 7e21c29b56 Clean up commit insertion in git-rev-list Linus Torvalds 2005-07-06 09:38:06 -07:00
  • f755494cec Make "insert_by_date()" match "commit_list_insert()" Linus Torvalds 2005-07-06 09:31:17 -07:00
  • f6069c5995 [PATCH] Change the sed seperator in t/t6000-lib.sh. Jon Seymour 2005-07-06 20:11:29 +10:00
  • 8904591a9b [PATCH] Introduce unit tests for git-rev-list --bisect Jon Seymour 2005-07-06 20:11:27 +10:00
  • ce11895d5c [PATCH] Factor out useful test case infrastructure from t/t6001... into t/t6000-lib.sh Jon Seymour 2005-07-06 20:11:24 +10:00
  • c619ad510b [PATCH] Fix fd leak in git-cvsimport-script Sven Verdoolaege 2005-07-06 08:37:12 +02:00
  • 5b35bcd53a [PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leak Junio C Hamano 2005-07-05 23:52:17 -07:00
  • b43d44779b Merge master.kernel.org:/pub/scm/gitk/gitk Linus Torvalds 2005-07-05 19:00:26 -07:00
  • f17a1b1bec Fix up path-cleanup in git_path() properly Linus Torvalds 2005-07-05 18:10:59 -07:00
  • 319aae2756 Increase the number of possible heads requested from git-upload-pack Linus Torvalds 2005-07-05 17:19:20 -07:00
  • 0271611e39 Add a "git-show-index" helper that shows the contents of a pack index Linus Torvalds 2005-07-05 17:08:02 -07:00
  • 291ec0f2d2 Don't special-case a zero-sized compression. Linus Torvalds 2005-07-05 17:06:09 -07:00
  • 72347a233e Make "git clone" use the new git-clone-pack Linus Torvalds 2005-07-05 15:47:34 -07:00
  • 1fcc8ea55d Add "git-clone-pack" program to help with "git clone" Linus Torvalds 2005-07-05 15:45:37 -07:00
  • 2f34ba32dd Fix silly thinko in "head_ref()" Linus Torvalds 2005-07-05 15:45:00 -07:00
  • 41cb7488b9 Move "get_ack()" to common git_connect functions Linus Torvalds 2005-07-05 15:44:09 -07:00
  • 4f7770c87c Remove multi-head support from fetch-pack Linus Torvalds 2005-07-05 14:39:30 -07:00
  • 12ba7eaf1d Remove unnecessary usage of strncmp() in git-rev-list arg parsing. Linus Torvalds 2005-07-05 12:12:50 -07:00
  • bbca20acce Merge head 'cvs2git' of http://netz.smurf.noris.de/git/git Linus Torvalds 2005-07-05 12:03:14 -07:00
  • f03f2ba0a5 Work around git-http-pull breakage in git-fetch-script Linus Torvalds 2005-07-05 12:02:10 -07:00
  • 0a623e7ce8 git-fetch-script: use git-fetch-pack for local and ssh fetches. Linus Torvalds 2005-07-05 11:38:37 -07:00
  • 723c31fea2 Add "git_path()" and "head_ref()" helper functions. Linus Torvalds 2005-07-05 11:31:32 -07:00
  • f4b3a4c30b Merge with Linus' current tree Matthias Urlichs 2005-07-05 15:32:29 +02:00
  • f13bbe7f56 Merge with http://www.liacs.nl/~sverdool/git.git#cvs2git Matthias Urlichs 2005-07-05 14:23:36 +02:00
  • a9174a14fc cvsimport: getopt accepted a -q option (undocumented and unused). Removed. Matthias Urlichs 2005-07-05 14:22:53 +02:00
  • 210569f9ae git-cvsimport-script: move working directory forward Sven Verdoolaege 2005-07-05 13:19:59 +02:00
  • 7a662e896b git-rev-list: make sure the output is sorted by recency Linus Torvalds 2005-07-04 16:49:37 -07:00
  • 7620d39fcb Make rev-list flush the stdio buffers after each rev. Linus Torvalds 2005-07-04 16:36:48 -07:00
  • 75bfc6c232 Make git-fetch-pack actually do all the unpacking etc. Linus Torvalds 2005-07-04 16:35:13 -07:00
  • fb9040cc83 Make git-fetch-pack and git-upload-pack negotiate needs/haves fully Linus Torvalds 2005-07-04 15:29:17 -07:00
  • 6cada6a98d Clean up output of "for_each_ref()" when GIT_DIR is "." Linus Torvalds 2005-07-04 15:28:19 -07:00
  • fc6e714c83 git-cvsimport-script: remove unused variable Sven Verdoolaege 2005-07-04 23:18:35 +02:00
  • def88e9afb Commit first cut at "git-fetch-pack" Linus Torvalds 2005-07-04 13:26:53 -07:00
  • 013e7c7ff4 Move ref path matching to connect.c library Linus Torvalds 2005-07-04 13:24:30 -07:00
  • f71925983d Factor out the ssh connection stuff from send-pack.c Linus Torvalds 2005-07-04 11:57:58 -07:00
  • 1750113206 git-cvsimport-script: more error handling Sven Verdoolaege 2005-07-04 17:36:25 +02:00
  • a61eea6abd [PATCH] Fixup t/t5300 unit tests broken by 5f3de58ff8 Jon Seymour 2005-07-04 23:15:36 +10:00
  • 28537171e7 git-cvsimport-script: provide direct support for cvsps -z option Sven Verdoolaege 2005-07-04 17:10:06 +02:00
  • 6e7e37b0bf git-cvsimport-script: update cvsps cache instead of rebuilding it Sven Verdoolaege 2005-07-04 15:35:30 +02:00
  • 46e63efc07 git-cvsimport-script: fix branch switching Sven Verdoolaege 2005-07-04 15:28:36 +02:00
  • 79ee456cf2 git-cvsimport-script: use private index. Sven Verdoolaege 2005-07-04 13:36:59 +02:00
  • 671fe4bb20 git-rev-parse: support show sha1 names for pack entries Linus Torvalds 2005-07-03 21:01:11 -07:00
  • 5736bef18c Make git-rev-parse support cogito-style "short hex names" Linus Torvalds 2005-07-03 20:27:06 -07:00
  • 2eb6d82eaa git-cvsimport-script: leave working directory alone. Sven Verdoolaege 2005-07-04 00:43:26 +02:00
  • 5f3de58ff8 Make the name of a pack-file depend on the objects packed there-in. Linus Torvalds 2005-07-03 15:34:04 -07:00
  • 866d13108e git-cvsimport-script: typo head -> heads Sven Verdoolaege 2005-07-03 23:40:48 +02:00
  • 2396ec85bd Add "git-prune-packed" that removes objects that exist in a pack. Linus Torvalds 2005-07-03 14:27:34 -07:00
  • b2d46199d2 Add "git repack" command that does an incremental pack Linus Torvalds 2005-07-03 13:38:01 -07:00
  • 1c4a291202 Add "--non-empty" flag to git-pack-objects Linus Torvalds 2005-07-03 13:36:58 -07:00
  • 12d2a18780 "git rev-list --unpacked" shows only unpacked commits Linus Torvalds 2005-07-03 13:29:54 -07:00
  • eb019375ab Add "--incremental" flag to git-pack-objects Linus Torvalds 2005-07-03 13:08:40 -07:00
  • 960bba0d8c Add "--all" flag to rev-parse that shows all refs Linus Torvalds 2005-07-03 13:07:52 -07:00
  • dade09c226 Add "has_sha1_pack()" function to query whether the object is available in a pack Linus Torvalds 2005-07-03 13:06:36 -07:00
  • c33303839c Make git-fsck-cache check HEAD integrity Linus Torvalds 2005-07-03 10:40:38 -07:00
  • 6da4016aea Fix sparse warnings. Linus Torvalds 2005-07-03 10:10:45 -07:00
  • 9da07f3493 cvsimport: Missing tests for verbosity flag. Matthias Urlichs 2005-07-03 19:03:30 +02:00
  • 44c9e8594e Fix up header file dependencies and add sparse checking rules Linus Torvalds 2005-07-03 10:02:35 -07:00
  • 944d858969 Fix up "for_each_ref()" to be more usable, and use it in git-fsck-cache Linus Torvalds 2005-07-03 10:01:38 -07:00
  • 7ec4e60819 Fix gcc warning in send-pack.c Linus Torvalds 2005-07-03 10:00:01 -07:00
  • 4d235c8044 Avoid gcc warnings in sha1_file.c Linus Torvalds 2005-07-03 09:58:44 -07:00
  • 34155390a5 Support :ext: access method. Sven Verdoolaege 2005-07-03 13:02:06 +02:00
  • 8d0ea31175 Honour CVS_SERVER. Sven Verdoolaege 2005-07-03 12:26:51 +02:00
  • a92bebe697 git-cvsimport-script: clean up documentation Sven Verdoolaege 2005-07-03 11:38:06 +02:00
  • f9714a4a0c Make specification of CVS module to convert optional. Sven Verdoolaege 2005-07-03 11:34:59 +02:00
  • 1cd3674add Fixed a typo in Documentation/git-cvsimport-script.txt. Sven Verdoolaege 2005-07-03 09:43:00 +02:00
  • 8a65ff7666 Generalize the "show each ref" code in receice-pack Linus Torvalds 2005-07-02 20:23:36 -07:00
  • ad8c80a58f [PATCH] Show more details of packfile with verify-pack -v. Junio C Hamano 2005-06-30 17:17:20 -07:00
  • f3bf922409 [PATCH] verify-pack updates. Junio C Hamano 2005-06-30 17:15:39 -07:00