Commit Graph

  • 9b143c6e15 Teach update-ref about a symbolic ref stored in a textfile. Junio C Hamano 2005-09-25 19:30:24 -0700
  • ed1aadf1b0 [PATCH] git fetch --tags Linus Torvalds 2005-09-29 14:35:15 -0700
  • 4fa2197e61 [PATCH] HTTP partial transfer support fix. Nick Hengeveld 2005-09-30 16:27:47 -0700
  • 271421cd34 Update partial HTTP transfers. Junio C Hamano 2005-09-30 00:07:39 -0700
  • 49a0f240f7 [PATCH] HTTP partial transfer support for object, pack, and index transfers Nick Hengeveld 2005-09-28 10:14:04 -0700
  • 94c23343dc Pass CVSps generated A U Thor <author@domain.xz> intact. Junio C Hamano 2005-09-30 01:48:57 -0700
  • 37f15d50c9 [PATCH] archimport: Actually cope with merges from "remote" repositories. Plus: Nicer messages. Martin Langhoff 2005-09-30 19:15:12 +1200
  • 38ec15a973 Honor extractor's umask in git-tar-tree. Junio C Hamano 2005-10-01 12:01:07 -0700
  • f8d839ad99 Honor user's umask. Junio C Hamano 2005-10-01 11:58:43 -0700
  • 1fea629f79 [PATCH] Flag empty patches as errors Linus Torvalds 2005-09-30 23:25:23 -0700
  • 88cd621dee Consolidate null_sha1[]. Junio C Hamano 2005-09-30 14:02:47 -0700
  • 039c6f162a Better handling of exec extension in the git wrapper script H. Peter Anvin 2005-09-30 11:02:26 -0700
  • 9220282a9c Move signal setting into service_loop() H. Peter Anvin 2005-09-30 11:01:57 -0700
  • 7626e49e9f socklen_t is unsigned int on most Linux platforms H. Peter Anvin 2005-09-30 10:48:21 -0700
  • 1b4713fb9e Use xmalloc/xcalloc H. Peter Anvin 2005-09-30 10:47:50 -0700
  • d6b89e7bf8 Don't need <alloca.h> H. Peter Anvin 2005-09-30 10:46:42 -0700
  • 2f29dd5218 Change $(X) -> $X to be less annoying. H. Peter Anvin 2005-09-30 10:46:25 -0700
  • 300b4801b7 Merge with master.kernel.org:/pub/scm/git/git.git H. Peter Anvin 2005-09-30 10:44:21 -0700
  • 894a8a8b1b Still installing the old command names. Junio C Hamano 2005-09-30 00:27:11 -0700
  • 264b16b621 Tell which packfile is corrupt when we die. Junio C Hamano 2005-09-30 00:09:04 -0700
  • cdda474525 [PATCH] Make logerror() and loginfo() static Pavel Roskin 2005-09-29 16:53:14 -0400
  • 7d167feb8b [PATCH] Old curl does not know about CURLOPT_SSLKEY Johannes Schindelin 2005-09-29 18:19:50 +0200
  • 6dc88cc0dc Update 2005-09-29 night. Junio C Hamano 2005-09-29 22:02:11 -0700
  • 09dea56568 Merge with master.kernel.org:/pub/scm/git/git.git Peter Anvin 2005-09-29 14:41:47 -0700
  • fef1ef8e1b git-http-fetch needs $(X) hpa 2005-09-29 10:38:26 -0700
  • 60fb5b2c4d Use git-merge in git-pull (second try). Junio C Hamano 2005-09-25 19:43:51 -0700
  • bb8c91d617 Just explicitly add $(X) to most programs. H. Peter Anvin 2005-09-28 23:31:18 -0700
  • 11b1a5db4f Ignore *.exe files Peter Anvin 2005-09-28 23:22:02 -0700
  • 0542f48c89 Merge with http://www.kernel.org/pub/scm/git/git.git Peter Anvin 2005-09-28 23:20:08 -0700
  • a23cd8ece7 Handle Cygwin .exe extensions Peter Anvin 2005-09-28 19:08:37 -0700
  • e72456bb67 Remove variables not needed when using poll Peter Anvin 2005-09-28 18:01:55 -0700
  • dc4afa57ce Remove *.exe for Cygwin's benefit Peter Anvin 2005-09-28 18:00:24 -0700
  • 6573faff34 NO_IPV6 support for git daemon Peter Anvin 2005-09-28 17:26:44 -0700
  • 918e723204 For the benefit of Cygwin, test for git-cmd.exe Peter Anvin 2005-09-28 16:56:08 -0700
  • 296fdc53bd Peter Anvin 2005-09-28 16:53:56 -0700
  • 49744d63e9 Call it NO_IPV6 rather than hard-coding __CYGWIN__ hpa 2005-09-28 16:52:21 -0700
  • bf7960eb51 Use git-update-ref in scripts. Junio C Hamano 2005-09-27 18:14:27 -0700
  • a7928f8ec7 [PATCH] Make some needlessly global stuff static Peter Hagervall 2005-09-28 14:04:54 +0200
  • 5acb6de13d [PATCH] Support for more CURL SSL settings via environment variables Nick Hengeveld 2005-09-27 10:45:27 -0700
  • 49c188fa8f [PATCH] Add new programs to .gitignore. Tom Prince 2005-09-27 01:06:05 -0600
  • 4c505f71e6 Cygwin doesn't support IPv6 or getaddrinfo() hpa 2005-09-28 16:37:58 -0700
  • 1775451793 Options to compile on Cygwin hpa 2005-09-28 16:37:37 -0700
  • 60fa056052 Fastpath the normal case by not checking that index matches HEAD. Junio C Hamano 2005-09-28 16:29:11 -0700
  • 05dd8e2ee2 Fix default pull not to do an unintended Octopus. Junio C Hamano 2005-09-25 22:54:23 -0700
  • 3e03aaf523 Update the case table in t/t1000. Junio C Hamano 2005-09-28 12:56:18 -0700
  • d710b2655c Merge master.kernel.org:/home/hpa/git/daemon Junio C Hamano 2005-09-27 17:05:41 -0700
  • 148ccbb038 git-commit: use update-index --stdin, instead of xargs. Junio C Hamano 2005-09-26 18:13:53 -0700
  • 1f7f99de84 update-index: document --stdin and -z Junio C Hamano 2005-09-26 18:13:32 -0700
  • ee1bec3d10 update-index: --stdin and -z Junio C Hamano 2005-09-26 18:13:08 -0700
  • e8f71fce37 COPTS -> CFLAGS H. Peter Anvin 2005-09-27 09:02:24 -0700
  • 8fc7ba85c9 Parallelize the build H. Peter Anvin 2005-09-27 09:01:08 -0700
  • 07cdbb35cc Merge with git+ssh://master.kernel.org/pub/scm/git/git.git H. Peter Anvin 2005-09-27 08:50:08 -0700
  • 47888f0f31 Restore chdir(".git") H. Peter Anvin 2005-09-27 08:49:40 -0700
  • 1ddea77e44 [PATCH] Return CURL error message when object transfer fails Nick Hengeveld 2005-09-26 10:52:11 -0700
  • 820eca68c2 [PATCH] Implement --recover for git-*-fetch Daniel Barkalow 2005-09-26 21:38:08 -0400
  • 5da1606d0b [PATCH] Provide access to git_dir through get_git_dir(). Sven Verdoolaege 2005-09-26 22:54:01 +0200
  • edde7a8b53 [PATCH] Make the test more shell generic and fix missing Solaris find option Peter Eriksen 2005-09-24 21:50:29 +0200
  • 3cc35e29ec Really require tk 8.4 (RPM) Junio C Hamano 2005-09-27 00:15:45 -0700
  • 4ae9568269 Support a modicum of path validation, and allow an export all trees option. H. Peter Anvin 2005-09-26 19:10:55 -0700
  • 1e1cba6433 Require tk 8.4 (RPM) Signed-off-by: Junio C Hamano <junkio@cox.net> Junio C Hamano 2005-09-26 18:29:26 -0700
  • c1067050ce Merge http://www.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2005-09-26 18:23:47 -0700
  • 0b7a9fc971 git-fetch: send informational output to >&2 consistently. Junio C Hamano 2005-09-25 19:49:49 -0700
  • deca7e8c59 Give default merge message after failed automerge. Junio C Hamano 2005-09-25 00:12:06 -0700
  • e2f5f6ef67 Do not require clean tree when reverting and cherry-picking. Junio C Hamano 2005-09-24 22:52:32 -0700
  • a935824036 Fix overzealous cleanliness check in git-merge Junio C Hamano 2005-09-23 00:43:04 -0700
  • 036a72d8fa git-clone: check out "master" by default. Junio C Hamano 2005-09-26 17:17:09 -0700
  • 9e026d3967 Use "$@" rather than "${1+$@}" when invoking wish. Paul Mackerras 2005-09-27 10:29:41 +1000
  • 0103c36d04 Update 2005-09-26 afternoon. Junio C Hamano 2005-09-26 16:34:34 -0700
  • 152da3dfcf Plug a small race in update-ref.c. Junio C Hamano 2005-09-25 16:28:51 -0700
  • a69875318b Change wish8.4 back to wish Paul Mackerras 2005-09-26 10:22:43 +1000
  • 66bf85a462 [PATCH] Add "git-update-ref" to update the HEAD (or other) ref Linus Torvalds 2005-09-25 11:43:05 -0700
  • 8cc01e5019 [PATCH] More descriptive messages for conflict cases in merges Fredrik Kuivinen 2005-09-25 16:49:02 +0200
  • 0bed18998a [PATCH] recursive-merge: Don't print a stack trace when read-tree fails. Fredrik Kuivinen 2005-09-25 16:48:24 +0200
  • 5209db5bae Update 2005-09-25 midnight. Signed-off-by: Junio C Hamano <junkio@cox.net> Junio C Hamano 2005-09-25 00:57:26 -0700
  • d5bc7eecbb GIT v0.99.7d v0.99.7d Junio C Hamano 2005-09-25 00:36:26 -0700
  • cfd8aefd4b Merge branch 'fixes' Junio C Hamano 2005-09-25 00:32:06 -0700
  • 946f5f7c24 Diff: --name-status output format. Junio C Hamano 2005-09-21 00:20:06 -0700
  • 8082d8d305 Diff: -l<num> to limit rename/copy detection. Junio C Hamano 2005-09-21 00:18:27 -0700
  • 6b5ee137e5 Diff clean-up. Junio C Hamano 2005-09-21 00:00:47 -0700
  • dbc3743868 Merge branch 'fixes' Junio C Hamano 2005-09-24 23:50:36 -0700
  • a55797672d Clean generated files a bit more. Junio C Hamano 2005-09-24 23:48:29 -0700
  • cf408cb4a0 Stop installing the backward compatible symlinks. Junio C Hamano 2005-09-24 23:42:34 -0700
  • fbaf834de1 show-branch: fix commit naming breakage. Junio C Hamano 2005-09-24 23:33:02 -0700
  • 7061f5c2c5 [PATCH] Finish documenting trivial merge rules Daniel Barkalow 2005-09-24 23:50:04 -0400
  • c9fc748f84 git-grep: fix 'git grep -e $pattern' handling Junio C Hamano 2005-09-24 15:09:48 -0700
  • c3bc895c81 Remove use of 'xargs -0' from git-reset. Junio C Hamano 2005-09-24 15:02:35 -0700
  • d66189e2c9 Use 0.99.7.GIT as version between 0.99.7 and 0.99.8 Junio C Hamano 2005-09-24 14:58:57 -0700
  • 679d05fc2c Updates 2005-09-24 Signed-off-by: Junio C Hamano <junkio@cox.net> Junio C Hamano 2005-09-24 13:41:23 -0700
  • 00d8bbd3c4 GIT 0.99.7c v0.99.7c Junio C Hamano 2005-09-24 11:38:43 -0700
  • 25a67553ea Really ignore generated distribution material. Signed-off-by: Junio C Hamano <junkio@cox.net> (cherry picked from e558e33b7b commit) Junio C Hamano 2005-09-24 11:19:07 -0700
  • 229a7ed7ab Solaris: give a bit more built-in defaults. Junio C Hamano 2005-09-23 10:41:40 -0700
  • 6d9bbc50a3 [PATCH] CURLDIR in Makefile Patrick Mauritz 2005-09-19 16:11:19 +0200
  • da38641d7c [PATCH] Rename daemon.c's lognotice() to loginfo() Petr Baudis 2005-09-24 16:13:03 +0200
  • 9048fe1c50 [PATCH] git-daemon --syslog to log through syslog Petr Baudis 2005-09-24 16:13:01 +0200
  • b5cf3c8b77 [PATCH] Update git-daemon documentation wrt. the --verbose parameter Petr Baudis 2005-09-24 16:12:58 +0200
  • e558e33b7b Really ignore generated distribution material. Signed-off-by: Junio C Hamano <junkio@cox.net> Junio C Hamano 2005-09-24 11:19:07 -0700
  • 1bedd4ca21 daemon.c: pid_t is not int. Junio C Hamano 2005-09-23 23:26:55 -0700
  • a61399b5fb Merge 'fixes' branch Signed-off-by: Junio C Hamano <junkio@cox.net> Junio C Hamano 2005-09-23 18:51:02 -0700
  • 348c4c66da Merge 'fixes' branch. Junio C Hamano 2005-09-23 18:46:34 -0700
  • dc56bc0341 Further clarify licensing status of compat/subprocess.py. Junio C Hamano 2005-09-23 18:43:53 -0700