Commit Graph

  • 0a8b4def9a git-clone: tell the user a bit more about clone-pack failure. Junio C Hamano 2005-12-13 15:58:00 -0800
  • 9755afbd94 Documentation: not learning core git commands. Junio C Hamano 2005-12-13 02:38:24 -0800
  • 803f498c03 Documentation: diff examples. Junio C Hamano 2005-12-13 01:54:15 -0800
  • 76cead391f Documentation: fix missing links to git(7) Junio C Hamano 2005-12-12 23:55:09 -0800
  • 1e2ccd3abc Documentation: more examples. Junio C Hamano 2005-12-12 23:24:06 -0800
  • 180c474647 Everyday: a bit more example. Junio C Hamano 2005-12-12 18:29:53 -0800
  • 0532a5e46b diffcore-break: do not break too small filepair. Junio C Hamano 2005-12-12 17:15:55 -0800
  • 86c9523305 Revert "Add deltifier test." Junio C Hamano 2005-12-12 16:43:15 -0800
  • c7a45bd20e Revert "diff-delta.c: allow delta with empty blob." Junio C Hamano 2005-12-12 16:42:38 -0800
  • 44db136cad Everyday: some examples. Junio C Hamano 2005-12-12 16:20:21 -0800
  • 962537a3eb diff-delta.c: allow delta with empty blob. Junio C Hamano 2005-12-12 12:01:52 -0800
  • e726715a52 Add deltifier test. Junio C Hamano 2005-12-12 12:28:34 -0800
  • d28c8af623 diffcore-break.c: check diff_delta() return value. Junio C Hamano 2005-12-12 12:50:40 -0800
  • a9572072f0 GIT 0.99.9m aka 1.0rc5 v1.0rc5 v0.99.9m Junio C Hamano 2005-12-11 16:49:45 -0800
  • b825e6ff5d t/t6022: a new test for renaming merge. Junio C Hamano 2005-12-11 12:44:46 -0800
  • 157dc07368 merge-recursive: cleanup setIndexStages Junio C Hamano 2005-12-11 01:55:52 -0800
  • 28e77a8164 merge-recursive: leave unmerged entries in the index. Junio C Hamano 2005-12-10 22:05:01 -0800
  • 7564577a6c format-patch: use same number of digits in numbers Junio C Hamano 2005-12-10 22:22:35 -0800
  • eea420693b t0000: catch trivial pilot errors. Junio C Hamano 2005-12-10 20:55:32 -0800
  • 73ab46d6d0 t3300: funny name test Junio C Hamano 2005-12-10 18:36:15 -0800
  • 024510c8d9 Allow saving an object from a pipe Daniel Barkalow 2005-12-10 17:25:24 -0500
  • 10945e006a archimport: fix a in new changeset applyer addition Eric Wong 2005-11-23 23:58:16 -0800
  • 6e33101abd archimport: Fix a bug I introduced in the new log parser Eric Wong 2005-11-23 23:56:31 -0800
  • 3e525e6738 archimport: Add the accurate changeset applyer Eric Wong 2005-11-23 23:55:04 -0800
  • 6df896b50a archimport: safer log file parsing Eric Wong 2005-11-23 23:53:55 -0800
  • 42f44b08bc archimport: add -D <depth> and -a switch Eric Wong 2005-11-23 23:52:43 -0800
  • 1136fb5284 archimport: remove git wrapper dependency Eric Wong 2005-11-23 23:51:33 -0800
  • 5744f27794 archimport: fix -t tmpdir switch Eric Wong 2005-11-23 23:50:27 -0800
  • f88961a85f archimport: remove String::ShellQuote dependency. Eric Wong 2005-11-23 23:48:57 -0800
  • 2777ef76be archimport: first, make sure it still compiles Eric Wong 2005-11-23 23:47:39 -0800
  • 8b15e2fbc9 Link Everyday GIT to main documentation tree. Junio C Hamano 2005-12-09 23:41:03 -0800
  • db9536c856 Everyday GIT with 20 commands Junio C Hamano 2005-12-09 23:07:29 -0800
  • 10b94e283a Use GIT_EXEC_PATH explicitly for initial git-init-db in tests. Junio C Hamano 2005-12-09 17:32:18 -0800
  • 0f737464a6 use "git init-db" in tests Alex Riesen 2005-12-08 21:25:55 +0100
  • 2b86976bfd git-prune: never lose objects reachable from our refs. Junio C Hamano 2005-12-08 23:18:41 -0800
  • 2dee581667 qsort(): ptrdiff_t may be larger than int Junio C Hamano 2005-12-08 17:29:11 -0800
  • c82365dc6f Documentation: git-prune Junio C Hamano 2005-12-08 16:30:24 -0800
  • 8c667f4bb8 Documentation/git-read-tree.txt: Add --reset to SYNOPSIS. Nikolai Weibull 2005-12-09 00:28:06 +0100
  • d839091d13 Documentation/git-tag.txt: Fix the order of sections (DESCRIPTION should come before OPTIONS). Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 03f6c23c5e Documentation/git-update-server-info.txt: Add -f alias for --force to documentation. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 5dd7342142 Documentation/git-http-fetch.txt: Document the commit-id argument. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 31f232819f Documentation/git-repack.txt: Add -l and -n. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 5e34c99d95 Documentation/git-ls-remote.txt: Add -h and -t. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 6f855371a5 Documentation/git-format-patch.txt: Add --signoff, --check, and long option-names. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • d4ce5f7e50 Add documentation for the --topo-order option to git-show-branch. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 674b28085e Add documentation for git-revert and git-cherry-pick. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • d972217457 Documentation/git-cherry-pick: Add --replay and --no-commit. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 56e5e9170e Documentation/git-cvsimport.txt: Fix a slight glitch in description heading. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • e293de3efb Documentation/git-verify-pack.txt: added documentation for --. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • eaa54efc61 Documentation/git-commit.txt: Add long options and -- to documentation. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 16cc50d12e Use uniform description for the '--' option. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 68e37f8402 Fix the description of --utf8 and --keep to git-am. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • 63ae26f87a Document the --non-empty command-line option to git-pack-objects. Nikolai Weibull 2005-12-09 00:28:05 +0100
  • bcaf60b25b show-branch: comment typo Junio C Hamano 2005-12-08 14:10:02 -0800
  • 9688a882e1 Documentation: recursive is the default strategy these days. Junio C Hamano 2005-12-08 14:04:33 -0800
  • 49ccb0877f Make sure we use compat/subprocess.py with Python 2.3 while running tests. Junio C Hamano 2005-12-07 21:52:28 -0800
  • 128aed684d Clean up file descriptors when calling hooks. Daniel Barkalow 2005-12-07 21:04:38 -0500
  • 64224caf88 refs.c: make sure leading directories exist before writing a ref. Junio C Hamano 2005-12-07 17:48:53 -0800
  • 361c06d8f5 Documentation(tutorial): adjust merge example to the new merge world order. Junio C Hamano 2005-12-07 16:44:12 -0800
  • 6bad1902f5 Documentation(cvs-migration): minor cleanups. Junio C Hamano 2005-12-07 16:26:49 -0800
  • 12bd7e78ee Documentation(glossary): minor formatting clean-ups. Junio C Hamano 2005-12-07 16:16:04 -0800
  • 2fa090b6c1 Documentation: git.html/git.7 Junio C Hamano 2005-12-07 16:05:21 -0800
  • 5e80092f7e Merge http://www.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2005-12-07 11:25:42 -0800
  • fdeb2fb616 v261 Kay Sievers 2005-12-07 16:33:08 +0100
  • c2488d064b fix leading whitespace in commit text Kay Sievers 2005-12-07 16:32:51 +0100
  • edde3735d0 more tags Kay Sievers 2005-12-07 16:10:01 +0100
  • fd8ccbec4f gitk: Work around Tcl's non-standard names for encodings Paul Mackerras 2005-12-07 23:28:22 +1100
  • d23748a6af update-index: allow --index-info to add higher stages. Junio C Hamano 2005-12-07 01:45:38 -0800
  • 4e8c09a331 v260 Kay Sievers 2005-12-07 10:51:59 +0100
  • 4df1191071 attach tag to the link Kay Sievers 2005-12-07 10:51:42 +0100
  • 70dd8acb9a v259 Kay Sievers 2005-12-07 10:13:19 +0100
  • 045e531a8f show multiple tags Kay Sievers 2005-12-07 10:12:55 +0100
  • b539c5e8fb git-merge-one: new merge world order. Junio C Hamano 2005-12-07 00:50:33 -0800
  • 4cdd1f9031 v258 Kay Sievers 2005-12-07 09:47:34 +0100
  • 3bd348aeea checkout-index: allow checking out from higher stages. Junio C Hamano 2005-12-07 00:29:51 -0800
  • 6a928415e2 show tags in lists Kay Sievers 2005-12-07 09:44:06 +0100
  • 9754563ca9 Use printf rather than echo -n. Jason Riedy 2005-12-06 14:21:52 -0800
  • e23eff8be9 qsort() ptrdiff_t may be larger than int Junio C Hamano 2005-12-06 13:41:48 -0800
  • a6da9395a5 [PATCH] Initial AIX portability fixes. Jason Riedy 2005-12-06 14:20:16 -0800
  • 4ae3fe5469 More docs. Junio C Hamano 2005-12-06 00:15:43 -0800
  • 0ec237ea19 Make: There is no gitdir. Junio C Hamano 2005-12-06 00:13:39 -0800
  • be61db922a git-merge-one-file: resurrect leading path creation. Junio C Hamano 2005-12-06 00:07:58 -0800
  • bb6d7b893e Documentaiton (read-tree): update description of 3-way Junio C Hamano 2005-12-05 23:26:10 -0800
  • 5f6da1d9d2 Documentation: hash-object. Junio C Hamano 2005-12-05 22:36:22 -0800
  • 75a46f6b0e write-tree: check extra arguments and die but be a bit more helpful. Junio C Hamano 2005-12-05 22:30:07 -0800
  • 4a62eaed31 init-db: check extra arguments and complain. Junio C Hamano 2005-12-05 22:29:36 -0800
  • 9c2e7c0ca2 hash-object: -- and --help Junio C Hamano 2005-12-05 22:29:05 -0800
  • 61f693bd5a Added documentation for few missing options. Jon Loeliger 2005-12-05 23:13:03 -0600
  • 23c99d8460 git-mv to work with Perl 5.6 Junio C Hamano 2005-12-05 18:14:34 -0800
  • 8d69195124 Fix 5501 test Junio C Hamano 2005-12-05 18:13:31 -0800
  • 4050c0df8e Clean up compatibility definitions. Junio C Hamano 2005-12-05 11:54:29 -0800
  • 4dd5d0d9eb gitk: Some improvements for the code for updating the display Paul Mackerras 2005-12-06 09:46:23 +1100
  • cd8c458947 [PATCH] Document config.mak in INSTALL. Jason Riedy 2005-12-05 10:38:30 -0800
  • 53e7181cd9 config.c: remove unnecessary header in minimum configuration file. Junio C Hamano 2005-11-25 14:22:27 -0800
  • 9cebe90bc5 server-info.c: and two functions are not used anymore. Junio C Hamano 2005-12-05 11:12:01 -0800
  • f13d7db4af server-info.c: use pack_local like everybody else. Junio C Hamano 2005-12-05 10:39:17 -0800
  • 50f20376d7 2005-12-05 midnight Junio C Hamano 2005-12-05 01:10:11 -0800
  • dc5f9239f7 Documentation: shared repository management in tutorial. Junio C Hamano 2005-12-05 00:57:48 -0800
  • eb0362a467 Documentation: push/receive hook references. Junio C Hamano 2005-12-05 00:32:01 -0800
  • dfa2f22f94 Documentation: git-diff asciidoc table workaround. Junio C Hamano 2005-12-05 00:22:01 -0800