Commit Graph

  • c4730f35cc Teach "git apply" to prepend a prefix with "--root=<root>" Johannes Schindelin 2008-07-01 00:44:47 +0100
  • e903b4095a Update draft release notes for 1.6.0 Junio C Hamano 2008-07-01 17:21:12 -0700
  • aa0c1f2001 gitcli: Document meaning of --cached and --index Nanako Shiraishi 2008-07-01 23:02:40 +0900
  • 483bc4f045 Documentation formatting and cleanup Jonathan Nieder 2008-06-30 13:56:34 -0500
  • b1889c36d8 Documentation: be consistent about "git-" versus "git " Jonathan Nieder 2008-06-30 01:09:04 -0500
  • 46e56e81b3 Documentation: prepare to be consistent about "git-" versus "git " Jonathan Nieder 2008-06-30 17:17:07 -0500
  • 963a653fa6 git-daemon(1): don't assume git-daemon is in /usr/bin Jonathan Nieder 2008-06-30 17:15:57 -0500
  • 3861cd5582 Documentation: complicate example of "man git-command" Jonathan Nieder 2008-06-30 17:10:25 -0500
  • 3f2d1ee89f whitespace fix in Documentation/git-repack.txt Jonathan Nieder 2008-06-30 17:05:15 -0500
  • 6998e4db52 Documentation: fix links to tutorials and other new manual pages Jonathan Nieder 2008-06-30 17:01:21 -0500
  • 951b09ce36 Merge maint in Junio C Hamano 2008-07-01 17:19:34 -0700
  • 7ad0f27b92 Start draft release notes for 1.5.6.2 Junio C Hamano 2008-07-01 17:09:21 -0700
  • 4f3dcc2753 Fix 'git show' on signed tag of signed tag of commit Thomas Rast 2008-07-01 11:47:04 +0200
  • 5e707b28d9 Merge branch 'ph/mergetool' Junio C Hamano 2008-07-01 16:22:42 -0700
  • 27158e463a Merge branch 'js/apply-recount' Junio C Hamano 2008-07-01 16:22:39 -0700
  • d4b76e15ea Merge branch 'jc/checkdiff' Junio C Hamano 2008-07-01 16:22:35 -0700
  • f7c3cf8106 Merge branch 'kb/send-email-fifo' Junio C Hamano 2008-07-01 16:22:29 -0700
  • 74c3664186 Merge branch 'tr/send-email-ssl' Junio C Hamano 2008-07-01 16:22:25 -0700
  • 48c12d4b9b Merge branch 'js/maint-clone-insteadof' Junio C Hamano 2008-07-01 16:22:22 -0700
  • 24cd49f627 Merge branch 'jc/maint-reset' Junio C Hamano 2008-07-01 16:22:19 -0700
  • e74776b0d8 Merge branch 'jk/maint-fetch-ref-hier' Junio C Hamano 2008-07-01 16:22:14 -0700
  • 7ebd52aa0e Merge branch 'dz/apply-again' Junio C Hamano 2008-07-01 16:22:10 -0700
  • a08ca90938 Merge branch 'np/pack-default' Junio C Hamano 2008-07-01 16:22:07 -0700
  • 9d54ea6760 Merge branch 'jc/dashless' (early part) Junio C Hamano 2008-07-01 15:21:52 -0700
  • 605acb6d0d Merge branch 'nd/dashless' Junio C Hamano 2008-07-01 15:21:40 -0700
  • dc87183189 Only use GIT_CONFIG in "git config", not other programs Daniel Barkalow 2008-06-30 03:37:47 -0400
  • be612c2318 Add another fast-import example, this time for .zip files Johannes Schindelin 2008-06-30 19:50:44 +0100
  • f4022fa33f Add new test case to ensure git-merge reduces octopus parents when possible Miklos Vajna 2008-06-27 18:22:06 +0200
  • 98cf9c3bd7 Introduce reduce_heads() Junio C Hamano 2008-06-27 18:22:03 +0200
  • 6a938648e1 Introduce get_merge_bases_many() Junio C Hamano 2008-06-27 18:22:02 +0200
  • 5948e2ae27 Add new test to ensure git-merge handles more than 25 refs. Miklos Vajna 2008-06-27 19:06:26 +0200
  • 5240c9d75d Introduce get_octopus_merge_bases() in commit.c Miklos Vajna 2008-06-27 18:22:00 +0200
  • 0b9a969e0f git-fmt-merge-msg: make it usable from other builtins Miklos Vajna 2008-06-27 18:21:59 +0200
  • e46bbcf6e8 Move read_cache_unmerged() to read-cache.c Miklos Vajna 2008-06-27 18:21:58 +0200
  • b2eabcc253 Add new test to ensure git-merge handles pull.twohead and pull.octopus Miklos Vajna 2008-06-29 16:51:38 +0200
  • fbca583732 Move parse-options's skip_prefix() to git-compat-util.h Miklos Vajna 2008-06-27 18:21:56 +0200
  • 653194758e Move commit_list_count() to commit.c Miklos Vajna 2008-06-27 18:21:55 +0200
  • 0989fe9623 Move split_cmdline() to alias.c Miklos Vajna 2008-06-27 18:21:54 +0200
  • a32a4eaa36 parse-opt: add PARSE_OPT_KEEP_ARGV0 parser option. Pierre Habouzit 2008-06-24 00:31:31 +0200
  • 26141b5b60 parse-opt: fake short strings for callers to believe in. Pierre Habouzit 2008-06-23 22:55:11 +0200
  • 07fe54db3c parse-opt: do not print errors on unknown options, return -2 intead. Pierre Habouzit 2008-06-23 22:46:36 +0200
  • ff43ec3e2d parse-opt: create parse_options_step. Pierre Habouzit 2008-06-23 22:38:58 +0200
  • ee68b87a62 parse-opt: Export a non NORETURN usage dumper. Pierre Habouzit 2008-06-23 22:28:04 +0200
  • 7e7bbcb4b3 parse-opt: have parse_options_{start,end}. Pierre Habouzit 2008-06-23 21:59:37 +0200
  • 66037991d3 Merge branch 'maint' Junio C Hamano 2008-06-30 00:44:19 -0700
  • f9d800e207 Add test results directory to t/.gitignore Brian Gernhardt 2008-06-29 16:47:56 -0400
  • f3cb169bc9 fetch: give a hint to the user when local refs fail to update Jeff King 2008-06-27 00:01:41 -0400
  • a0d2ceb276 doc/rev-parse: clarify reflog vs --until for specifying revisions Jeff King 2008-06-29 23:27:45 -0400
  • 0e047bd14c Update draft release notes for 1.6.0 Junio C Hamano 2008-06-29 13:34:26 -0700
  • bd870878f8 Documentation: don't assume git-sh-setup and git-parse-remote are in PATH jrnieder@uchicago.edu 2008-06-29 11:10:20 -0500
  • e46f9c8161 t9700: skip when Test::More is not available Junio C Hamano 2008-06-29 13:21:42 -0700
  • 5b8063b5b0 clone: respect the settings in $HOME/.gitconfig and /etc/gitconfig Johannes Schindelin 2008-06-27 13:55:23 +0100
  • ab20fda992 Fix t4017-diff-retval for white-space from wc Brian Gernhardt 2008-06-29 16:49:06 -0400
  • 60bce2bb8b Make default expiration period of reflog used for stash infinite Junio C Hamano 2008-06-28 22:24:49 -0700
  • 3cb22b8efe Per-ref reflog expiry configuration Junio C Hamano 2008-06-15 23:48:46 -0700
  • 8e69d78be3 Merge branch 'maint' Junio C Hamano 2008-06-28 21:08:35 -0700
  • 7829f20f5b git-svn: don't sanitize remote names in config Eric Wong 2008-06-28 20:40:32 -0700
  • 861d1af36a show_stats(): fix stats width calculation Olivier Marin 2008-06-27 02:18:48 +0200
  • 8813df9066 Documentation: remove {show,whatchanged}.difftree config options Olivier Marin 2008-06-27 02:17:55 +0200
  • 29c70e0b3e git-svn: avoid filling up the disk with temp files. Avery Pennarun 2008-06-28 19:33:56 -0400
  • 5b8a94b1db git cat-file: Fix memory leak in batch mode Björn Steinbrink 2008-06-29 03:21:25 +0200
  • fa835cd572 git-send-email: prevent undefined variable warnings if no encryption is set Thomas Rast 2008-06-26 23:03:21 +0200
  • 762656e03e fix git config example syntax Joey Hess 2008-06-28 16:02:47 -0400
  • 74d817cf8c avoid off-by-one error in run_upload_archive Jochen Voss 2008-06-28 17:04:24 +0100
  • 935e247e8c GIT-VERSION-GEN: do not fail if a 'HEAD' file exists in the working copy Lea Wiemann 2008-06-28 19:13:29 +0200
  • c14b9d1e33 Allow git-apply to recount the lines in a hunk (AKA recountdiff) Johannes Schindelin 2008-06-27 18:43:09 +0100
  • ef98c5cafb commit-tree: lift completely arbitrary limit of 16 parents Johannes Schindelin 2008-06-27 13:24:47 +0100
  • 5b8e6f85f9 shrink git-shell by avoiding redundant dependencies Dmitry Potapov 2008-06-28 00:46:42 +0400
  • 2dce956e39 help: check early if we have a command, if not try a documentation topic Christian Couder 2008-06-28 06:35:03 +0200
  • 7a07841c0b git-apply: handle a patch that touches the same path more than once better Don Zickus 2008-06-27 14:39:12 -0400
  • 6315472eed fetch: report local storage errors in status table Jeff King 2008-06-26 23:59:50 -0400
  • bc0c0d8156 clone: respect url.insteadOf setting in global configs Johannes Schindelin 2008-06-27 13:56:05 +0100
  • d0658ec6fa Document the double-dash "rev -- path" disambiguator Junio C Hamano 2008-06-25 22:16:37 -0700
  • 03e2b630f0 Update sample pre-commit hook to use "diff --check" Junio C Hamano 2008-06-26 16:08:05 -0700
  • 049540435f diff --check: detect leftover conflict markers Junio C Hamano 2008-06-26 15:37:21 -0700
  • 877f23ccb8 Teach "diff --check" about new blank lines at end Junio C Hamano 2008-06-26 15:36:59 -0700
  • 1ba111d1d6 checkdiff: pass diff_options to the callback Junio C Hamano 2008-06-26 15:36:34 -0700
  • bfb930f75f DoKernelOrg: make sure to remove leftover version file Junio C Hamano 2008-06-27 04:32:25 +0000
  • 950a229dc9 DoKernelOrg: allow building older maint releases Junio C Hamano 2008-06-26 21:13:55 -0700
  • 167e415e02 Make: fix test installation. Junio C Hamano 2008-06-26 21:12:17 -0700
  • d54467b8c3 Don't use dash commands (git-foo) in tutorial-2 Ted Percival 2008-06-26 23:22:19 +1000
  • 4c7ba956a3 test-lib.sh: show git init output when in verbose mode Lea Wiemann 2008-06-26 20:35:19 +0200
  • 8f8841e9c8 check_and_emit_line(): rename and refactor Junio C Hamano 2008-06-26 15:35:21 -0700
  • 5ff10dd602 diff --check: explain why we do not care whether old side is binary Junio C Hamano 2008-06-26 15:34:54 -0700
  • c0f5c69c68 Merge branch 'maint' Junio C Hamano 2008-06-26 18:12:47 -0700
  • 7ac749c96d Merge branch 'maint-1.5.5' into maint Junio C Hamano 2008-06-26 18:08:51 -0700
  • 006f31d77f GIT 1.5.5.5 v1.5.5.5 Junio C Hamano 2008-06-26 17:16:50 -0700
  • 53b22a9e45 Merge branch 'maint-1.5.4' into maint-1.5.5 Junio C Hamano 2008-06-26 17:14:03 -0700
  • 872354dcb3 GIT 1.5.4.6 v1.5.4.6 Junio C Hamano 2008-06-26 17:11:21 -0700
  • bc7c73e29c git-shell: accept "git foo" form Junio C Hamano 2007-12-01 22:16:19 -0800
  • 18374e584c diff --check: do not discard error status upon seeing a good line Junio C Hamano 2008-06-26 13:16:33 -0700
  • d2bf48d2ad improve for-each-ref test script Jeff King 2008-06-26 04:08:41 -0400
  • 4c2d5d722c Add 'git-p4.allowSubmit' to git-p4 Jing Xue 2008-06-22 14:12:39 -0400
  • de8d957034 Start draft release notes for 1.6.0 Junio C Hamano 2008-06-26 00:13:37 -0700
  • 14086b0a13 compat/pread.c: Add a forward declaration to fix a warning Steffen Prohaska 2007-11-17 20:48:14 +0100
  • cd800eecc2 Windows: Fix ntohl() related warnings about printf formatting Steffen Prohaska 2007-11-17 19:16:53 +0100
  • 6fd6aec44f Windows: TMP and TEMP environment variables specify a temporary directory. Johannes Sixt 2008-06-22 11:35:21 +0200
  • cc3b7a9732 Windows: Make 'git help -a' work. Johannes Sixt 2008-01-14 14:05:33 +0100
  • b2f5e2684d Windows: Work around an oddity when a pipe with no reader is written to. Johannes Sixt 2007-08-17 18:40:36 +0200
  • bfdd9ffd2f Windows: Make the pager work. Johannes Sixt 2007-12-08 21:28:41 +0100