Commit Graph

  • 5e27e27e5d Defaulting fetch to origin when set in the repo-config Santi Béjar 2006-07-23 00:54:40 +0200
  • ce43697379 Colorize 'commit' lines in log ui Jeff King 2006-07-23 05:24:18 -0400
  • cbd64afbb3 git-am: Don't accept an mbox on stdin of we already have a .dotest directory Lukas Sandström 2006-07-19 22:28:00 +0200
  • f8263c5339 show-branch: Fix another performance problem. Alexandre Julliard 2006-07-23 19:51:04 +0200
  • 4812a93a8c pack-objects: check pack.window for default window size Jeff King 2006-07-23 01:50:30 -0400
  • 8eb38cad44 Disable linking with Fink or DarwinPorts. Shawn Pearce 2006-07-24 00:28:28 -0400
  • 5df52584fa git.el: Put the git customize group in the 'tools' parent group. Alexandre Julliard 2006-07-22 15:40:13 +0200
  • 73389f12bf git.el: Try to reuse an existing buffer when running git-status. Alexandre Julliard 2006-07-22 15:39:53 +0200
  • 9f56a7fda9 git.el: Prepend a slash to the file name when adding to .gitignore. Alexandre Julliard 2006-07-22 15:39:32 +0200
  • 51a6e56fb7 git.el: Run git-rerere on commits if the rr-cache directory exists. Alexandre Julliard 2006-07-22 15:39:02 +0200
  • d0d8f7dc5f git-svn: fix fetching new directories copies when using SVN:: libs Eric Wong 2006-07-20 01:43:01 -0700
  • ce1a79b6a7 tar-tree: add the "tar.umask" config option Willy Tarreau 2006-07-20 11:30:44 +0200
  • 56ac168f6f Fix t4114 on cygwin Johannes Schindelin 2006-07-18 19:46:34 +0200
  • 1b91abe350 cvsexportcommit - add -a (add author line) flag, cleanup warnings Martin Langhoff 2006-07-18 14:22:49 +1200
  • e7a0f6714b unpack-objects: remove stale and confusing comment Junio C Hamano 2006-07-17 13:08:14 -0700
  • 482faa8daf git-fetch: fix --keep vs --thin Junio C Hamano 2006-07-17 13:01:27 -0700
  • e1a7c81f6a gitk: Minor cleanups Paul Mackerras 2006-07-18 01:52:14 +1000
  • 9919f41c91 git-diff A...B to (usually) mean "git-diff `git-merge-base A B` B" Junio C Hamano 2006-07-17 00:34:44 -0700
  • b9718d41c7 Merge branch 'sp/reflog' v1.4.2-rc1 Junio C Hamano 2006-07-17 01:08:11 -0700
  • 7f95aef28f apply: handle type-changing patch correctly. Junio C Hamano 2006-07-17 00:10:47 -0700
  • eed46644ca apply: split out removal and creation into different phases. Junio C Hamano 2006-07-16 23:52:09 -0700
  • c28c571c14 apply: check D/F conflicts more carefully. Junio C Hamano 2006-07-16 23:28:23 -0700
  • f8f0b1f0e7 checkout -f failed to check out a file if an existing directory interfered. Junio C Hamano 2006-07-16 23:25:12 -0700
  • 8641fb24ee typechange tests for git apply (currently failing) Eric Wong 2006-07-16 03:38:40 -0700
  • 7b520e62a2 git-svn: don't check for migrations/upgrades on commit-diff Eric Wong 2006-07-15 07:10:56 -0700
  • 26a8ad25b2 show-branch: fix performance problem. Junio C Hamano 2006-07-16 00:00:09 -0700
  • 76af073457 builtin-log: typefix for recent format-patch changes. Junio C Hamano 2006-07-14 22:47:53 -0700
  • 2d023581c9 Set datarootdir in config.mak.in Pavel Roskin 2006-07-15 01:29:21 -0400
  • 66142aa1f5 Quote all calls to GIT_CONF_APPEND_LINE Pavel Roskin 2006-07-15 01:29:19 -0400
  • da56645dd7 Add option to set initial In-Reply-To/References Josh Triplett 2006-07-14 17:49:08 -0700
  • cc35de8470 Add option to enable threading headers Josh Triplett 2006-07-14 17:49:04 -0700
  • d1566f7883 git-format-patch: Make the second and subsequent mails replies to the first Josh Triplett 2006-07-14 17:48:51 -0700
  • a3e65d74ee Documentation/urls.txt: Use substitution to escape square brackets Jonas Fonseca 2006-07-14 16:36:00 -0700
  • c7543ce0be Documentation/Makefile: product depends on asciidoc.conf Junio C Hamano 2006-07-14 16:32:38 -0700
  • 5cd060b56c Merge branch 'lt/unitype' Junio C Hamano 2006-07-14 15:39:19 -0700
  • 1733832d8e Merge branch 'sp/lazy-mkdir' Junio C Hamano 2006-07-14 15:38:37 -0700
  • 7eae7b993e Fix "git-fetch --tags" exit status when nothing has been changed Sergey Vlasov 2006-07-14 19:06:57 +0400
  • d5b9e6cfa7 argv created by handle_alias should be NULL terminated Matthias Lederhofer 2006-07-14 18:37:06 +0200
  • dd4c59121f documentation (urls.txt) typofix Alp Toker 2006-07-14 11:31:50 -0700
  • 997283a8e8 Updates before OLS Junio C Hamano 2006-07-14 00:48:34 -0700
  • bf6d324e73 Merge branch 'lt/unitype' into js/c-merge-recursive Junio C Hamano 2006-07-13 23:38:11 -0700
  • e5a78b1ca8 builtin-prune.c: forgot TYPE => OBJ changes. Junio C Hamano 2006-07-13 23:37:52 -0700
  • 93821bd97a sha1_file: add the ability to parse objects in "pack file format" Linus Torvalds 2006-07-11 12:48:08 -0700
  • 57a39690b9 fetch/clone: check return status from ls-remote Junio C Hamano 2006-07-10 03:34:34 -0700
  • 06d30f4f3e recur vs recursive: help testing without touching too many stuff. Junio C Hamano 2006-07-09 00:42:26 -0700
  • 6d297f8137 Status update on merge-recursive in C Johannes Schindelin 2006-07-08 18:42:41 +0200
  • 8ef1c7c77d Record rebase changes as 'rebase' in the reflog. Shawn Pearce 2006-07-14 00:47:23 -0400
  • 4b7ce6e2d6 gitweb.css: Use monospace fonts for commits and tree-diff. Luben Tuikov 2006-07-13 12:36:22 -0700
  • 3dffd2c828 Do not use perl in git-commit.sh Alex Riesen 2006-07-13 10:30:43 +0200
  • f5b571fcf7 diff: Support 256 colors Timo Hirvonen 2006-07-13 19:08:06 +0300
  • f37399e6b0 diff: Support both attributes and colors Timo Hirvonen 2006-07-13 19:06:12 +0300
  • ff4d78041e Documentation about exclude/ignore files Matthias Lederhofer 2006-07-12 21:54:51 +0200
  • a5262768e1 daemon: new option --detach to run git-daemon in background Matthias Lederhofer 2006-07-13 18:47:13 +0200
  • 45ed5d7f4c daemon: new option --pid-file=<path> to store the pid Matthias Lederhofer 2006-07-13 12:18:08 +0200
  • 5f490ce03c upload-pack: ignore write errors to stderr Matthias Lederhofer 2006-07-13 13:07:59 +0200
  • 258e93a155 daemon: if one of the standard fds is missing open it to /dev/null Matthias Lederhofer 2006-07-13 18:32:11 +0200
  • ad8b4f56b5 daemon: use a custom die routine with syslog Matthias Lederhofer 2006-07-13 12:02:29 +0200
  • 8d5e26848d Documentation: Fix ssh://[user@]host.xz URL Junio C Hamano 2006-07-13 21:48:45 -0700
  • 855409296d Adjust t4013 tests to corrected format-patch. Junio C Hamano 2006-07-13 21:39:13 -0700
  • 19b3bd3e2d format-patch: Generate a newline between the subject header and the message body Robert Shearman 2006-07-13 23:17:22 +0100
  • a40d384cac t4013 diff format tests update Junio C Hamano 2006-07-13 19:51:12 -0700
  • 5716e794bf Display help for Git mode after pressing `h' or `?' in *git-status* Jakub Narebski 2006-07-13 22:22:14 +0200
  • 1b3a667461 Wrap long lines in docstrings in contrib/emacs/git.el Jakub Narebski 2006-07-13 22:22:13 +0200
  • 1974632c66 Remove TYPE_* constant macros and use object_type enums consistently. Linus Torvalds 2006-07-11 20:45:31 -0700
  • 756aaf4ac5 Make lazy mkdir more robust. Shawn Pearce 2006-07-12 01:00:16 -0400
  • d3ba675aae Merge branch 'ml/trace' Junio C Hamano 2006-07-12 23:09:10 -0700
  • 1d0361e806 test-lib: unset GIT_TRACE Junio C Hamano 2006-07-12 23:09:00 -0700
  • a72f9373c0 git-repack: avoid redirecting stderr into git-pack-objects Junio C Hamano 2006-07-12 23:00:46 -0700
  • 869659a6a1 Fix grammatical error in git-revert Junio C Hamano 2006-07-12 22:51:25 -0700
  • e40e0135f2 Merge branch 'js/merge-base' Junio C Hamano 2006-07-12 22:44:59 -0700
  • 3939b805f4 Merge branch 'lt/prune' Junio C Hamano 2006-07-12 22:31:55 -0700
  • 096b173234 Merge branch 'lt/merge-tree' Junio C Hamano 2006-07-12 22:31:22 -0700
  • e918c6abac fmt-merge-msg fix Junio C Hamano 2006-07-12 22:21:05 -0700
  • e130ddaaf3 gitweb: Make command invocations go through the git wrapper Alp Toker 2006-07-12 23:55:10 +0100
  • 49da1dafc0 gitweb: Include a site name in page titles Alp Toker 2006-07-11 21:10:26 +0100
  • f6801d669e gitweb: Send XHTML as 'application/xhtml+xml' where possible Alp Toker 2006-07-11 11:19:34 +0100
  • 5a6852fef1 Log ref changes made by resolve. Shawn Pearce 2006-07-11 02:25:09 -0400
  • 09a28eccce Log ref changes made by quiltimport. Shawn Pearce 2006-07-11 02:10:19 -0400
  • e1447e38c0 Log ref changes made by git-merge and git-pull. Shawn Pearce 2006-07-11 01:52:54 -0400
  • ed0e078f96 git-fetch: fix a bashism (==) Eric Wong 2006-07-11 14:06:39 -0700
  • 38d3874ddc Make the unpacked object header functions static to sha1_file.c Linus Torvalds 2006-07-11 10:10:29 -0700
  • d2216f2317 git-send-email: Remove redundant Reply-To header Alp Toker 2006-07-11 11:19:37 +0100
  • 2a75848edd typofix (git-name-rev documentation) Alp Toker 2006-07-11 11:19:33 +0100
  • c3f17061be Mention the [user@] part in documentation of ssh:// urls. Yakov Lerner 2006-07-11 21:02:00 +0000
  • 8ff99e7417 tests: Set EDITOR=: and VISUAL=: globally Eric Wong 2006-07-11 12:01:54 -0700
  • 55b7835e1b Log ref changes made by git-fetch and git-pull. Shawn Pearce 2006-07-10 23:38:35 -0400
  • a3a733e63b Record the type of commit operation in the reflog. Shawn Pearce 2006-07-10 22:48:47 -0400
  • 0b0fe4a65d Allow user.name and user.email to drive reflog entry. Shawn Pearce 2006-07-10 20:27:54 -0400
  • b75a82b754 Fix linking for not-so-clever linkers. Johannes Schindelin 2006-07-10 13:40:44 +0200
  • f443455a5b git-rev-list: add documentation for --parents, --no-merges Matthias Lederhofer 2006-07-10 19:57:21 +0200
  • 868227b0d1 Merge branch 'jc/show-merge' Junio C Hamano 2006-07-10 00:53:39 -0700
  • a9486b02ec Avoid C99 comments, use old-style C comments instead. Pavel Roskin 2006-07-10 02:57:51 -0400
  • 82e5a82fd7 Fix more typos, primarily in the code Pavel Roskin 2006-07-10 01:50:18 -0400
  • 930cf7dd7c gitweb.cgi: Teach "a=blob" action to know the blob/file mime type Luben Tuikov 2006-07-09 20:18:57 -0700
  • 9af2511796 gitweb.cgi: Create $git_temp if it doesn't exist Luben Tuikov 2006-07-09 20:07:27 -0700
  • 8499294c41 Merge branch 'lt/gitweb' Junio C Hamano 2006-07-10 00:20:42 -0700
  • 4ad4515dfe git-svn: fix --file/-F option in commit-diff Eric Wong 2006-07-09 20:20:48 -0700
  • 344c52aee5 Avoid C99 initializers Shawn Pearce 2006-07-08 14:34:02 -0400
  • 4f12d529ab Merge branch 'jc/rename' Junio C Hamano 2006-07-10 00:03:55 -0700
  • 405a99a67f Merge branch 'jc/grep' Junio C Hamano 2006-07-09 23:49:03 -0700