Commit Graph

  • 899d8dc392 Merge branch 'maint-1.6.0' into maint Junio C Hamano 2009-01-27 15:23:46 -0800
  • b8469ad057 test-path-utils: Fix off by one, found by valgrind Johannes Schindelin 2009-01-28 00:07:36 +0100
  • f265458f61 get_sha1_basic(): fix invalid memory access, found by valgrind Johannes Schindelin 2009-01-28 00:07:46 +0100
  • 0ec7b6c26d mergetool: respect autocrlf by using checkout-index Charles Bailey 2009-01-21 22:57:48 +0000
  • fb700cb067 mergetool: Don't repeat merge tool candidates Johannes Gilger 2009-01-24 00:12:45 +0100
  • 90b23e5f21 Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-metainfo Junio C Hamano 2009-01-27 01:08:02 -0800
  • b67b9612e1 diff.c: output correct index lines for a split diff Junio C Hamano 2009-01-26 00:08:24 -0800
  • 2d6061537f tests: Avoid single-shot environment export for shell function invocation Junio C Hamano 2009-01-26 21:13:00 -0800
  • a6c7a27691 rebase -i: correctly remember --root flag across --continue Junio C Hamano 2009-01-26 10:05:22 +0100
  • f7d9d04e3b make: Remove -pthread on Darwin (it is included by cstdlib). Ted Pavlic 2009-01-26 14:03:59 -0500
  • e97499e1d3 Add Meta/Reintegrate Junio C Hamano 2009-01-26 00:48:46 -0800
  • dfb047b9e4 Mention "local convention" rule in the CodingGuidelines Nanako Shiraishi 2009-01-26 17:32:22 +0900
  • 2565522174 Windows: Revert to default paths and convert them by RUNTIME_PREFIX Steffen Prohaska 2009-01-18 13:00:15 +0100
  • 35fb0e8633 Compute prefix at runtime if RUNTIME_PREFIX is set Steffen Prohaska 2009-01-18 13:00:14 +0100
  • 8e3462837b Modify setup_path() to only add git_exec_path() to PATH Steffen Prohaska 2009-01-18 13:00:13 +0100
  • 2fb3f6db96 Add calls to git_extract_argv0_path() in programs that call git_config_* Steffen Prohaska 2009-01-18 13:00:12 +0100
  • 2cd72b0b29 git_extract_argv0_path(): Move check for valid argv0 from caller to callee Steffen Prohaska 2009-01-18 13:00:11 +0100
  • 4dd47c3b86 Refactor git_set_argv0_path() to git_extract_argv0_path() Steve Haslam 2009-01-18 13:00:10 +0100
  • 026fa0d5ad Move computation of absolute paths from Makefile to runtime (in preparation for RUNTIME_PREFIX) Steffen Prohaska 2009-01-18 13:00:09 +0100
  • afc7274704 Merge git://git.bogomips.org/git-svn Junio C Hamano 2009-01-25 22:27:52 -0800
  • 803918462e Documentation: rework src/dst description in git push Anders Melchiorsen 2009-01-26 00:45:33 +0100
  • 17507832ca Documentation: more git push examples Anders Melchiorsen 2009-01-26 00:45:32 +0100
  • 7a0d911f11 Documentation: simplify refspec format description Junio C Hamano 2009-01-25 22:25:20 -0800
  • 277d7e91ae rebase -i --root: fix check for number of arguments Johannes Schindelin 2009-01-26 00:32:13 +0100
  • c30e5673f9 gittutorial: remove misleading note Miklos Vajna 2009-01-23 19:02:29 +0100
  • a79ec62d06 git-am: Add --ignore-date option Nanako Shiraishi 2009-01-24 10:18:02 +0900
  • 3f01ad6654 am: Add --committer-date-is-author-date option Junio C Hamano 2009-01-22 16:14:58 -0800
  • 0990e7aaaa Merge branch 'kb/lstat-cache' Junio C Hamano 2009-01-25 17:13:34 -0800
  • 9847a52432 Merge branch 'js/diff-color-words' Junio C Hamano 2009-01-25 17:13:29 -0800
  • d64d4835b8 Merge branch 'cb/add-pathspec' Junio C Hamano 2009-01-25 17:13:11 -0800
  • f18e6bef23 Merge branch 'js/maint-all-implies-HEAD' Junio C Hamano 2009-01-25 17:13:02 -0800
  • 45099df6d7 Merge branch 'sr/clone-empty' Junio C Hamano 2009-01-25 17:11:30 -0800
  • ec74042dc7 diff-options.txt: Fix asciidoc markup issue Teemu Likonen 2009-01-25 14:20:22 +0200
  • 242522d9cc git-svn: Add test for --ignore-paths parameter Vitaly \"_Vi\" Shukela 2009-01-26 00:21:42 +0200
  • c42b1ad944 Sync with 1.6.1.1 Junio C Hamano 2009-01-25 16:30:13 -0800
  • 6076b843a0 git-svn: documented --ignore-paths Vitaly \"_Vi\" Shukela 2009-01-26 00:21:41 +0200
  • edc662f929 git-svn: add --ignore-paths option for fetching Vitaly \"_Vi\" Shukela 2009-01-26 00:21:40 +0200
  • bf8a40b89e git-svn: fix memory leak when checking for empty symlinks Eric Wong 2009-01-25 15:35:52 -0800
  • 5c415311f7 GIT 1.6.1.1 v1.6.1.1 Junio C Hamano 2009-01-25 12:41:09 -0800
  • d6716c0266 Ignore test-ctype Benjamin Kramer 2009-01-24 17:17:55 +0100
  • d456c9fd1e http-push.c: style fixes Junio C Hamano 2009-01-25 00:04:15 -0800
  • 73ff1a131b t1505: remove debugging cruft Thomas Rast 2009-01-24 23:23:14 +0100
  • d0fd6f06eb What's in/cooking updates Junio C Hamano 2009-01-24 20:37:50 -0800
  • 5dc1308562 Merge branch 'js/patience-diff' Junio C Hamano 2009-01-23 21:51:38 -0800
  • f3d6073e02 Merge branch 'maint' Junio C Hamano 2009-01-23 21:51:20 -0800
  • b1c7d4aafe http-push: refactor lock-related headers creation for curl requests Ray Chuan 2009-01-24 10:00:22 +0800
  • 692be9f365 Merge branch 'cb/maint-unpack-trees-absense' into maint Junio C Hamano 2009-01-23 19:06:38 -0800
  • f630171d9d Merge branch 'tr/maint-no-index-fixes' into maint Junio C Hamano 2009-01-23 19:04:48 -0800
  • 46cdcc6275 Merge branch 'rs/maint-shortlog-foldline' into maint Junio C Hamano 2009-01-23 19:03:50 -0800
  • 67b175bb11 Merge branch 'pj/maint-ldflags' into maint Junio C Hamano 2009-01-23 19:02:58 -0800
  • e5bde1987c Merge branch 'pb/maint-git-pm-false-dir' into maint Junio C Hamano 2009-01-23 19:02:41 -0800
  • e2355a3e06 Merge branch 'js/maint-bisect-gitk' into maint Junio C Hamano 2009-01-23 19:01:32 -0800
  • 9e3248eb51 Merge branch 'js/add-not-submodule' into maint Junio C Hamano 2009-01-23 19:00:43 -0800
  • 5cb0f2745f Merge branch 'jc/maint-format-patch' into maint Junio C Hamano 2009-01-23 18:59:59 -0800
  • d4029d30c7 Merge branch 'am/maint-push-doc' into maint Junio C Hamano 2009-01-23 18:59:26 -0800
  • b619715207 Merge branch 'maint-1.6.0' into maint Junio C Hamano 2009-01-23 18:48:14 -0800
  • b80da424a1 git-am: implement --reject option passed to git-apply martin f. krafft 2009-01-23 11:31:21 +1100
  • d930508903 t/t4202-log.sh: Add testcases Arjen Laarhoven 2009-01-22 17:37:24 +0100
  • 84f76d066e Summary: use reflog Junio C Hamano 2009-01-23 10:47:53 -0800
  • 67b8da7260 Doit: add -noinstall Junio C Hamano 2009-01-23 10:47:39 -0800
  • 1469eaa3e3 V: pay attention to dirty versions Junio C Hamano 2009-01-23 10:37:14 -0800
  • 6d8ad71377 Doit: allow private editions Junio C Hamano 2009-01-23 10:36:53 -0800
  • 7cd55ea54f Make: threaded-delta-search should be safe by now Junio C Hamano 2009-01-23 10:36:31 -0800
  • 6b3472e1c7 SE: no suppress-cc; use configuration Junio C Hamano 2009-01-23 10:39:44 -0800
  • 86ac751859 Allow cloning an empty repository Sverre Rabbelier 2009-01-23 01:07:32 +0100
  • b938f62a20 Fix Documentation for git-describe Boyd Stephen Smith Jr 2009-01-22 12:26:25 -0600
  • ae3b970ac3 Change the spelling of "wordregex". Boyd Stephen Smith Jr 2009-01-20 22:59:54 -0600
  • a3da882120 pager: do wait_for_pager on signal death Jeff King 2009-01-22 01:03:28 -0500
  • 57b235a4bc refactor signal handling for cleanup functions Jeff King 2009-01-22 01:03:08 -0500
  • 4a16d07272 chain kill signals for cleanup functions Jeff King 2009-01-22 01:02:35 -0500
  • 479b0ae81c diff: refactor tempfile cleanup handling Jeff King 2009-01-22 00:59:56 -0500
  • d28250654f Windows: Fix signal numbers Johannes Sixt 2009-01-22 00:57:34 -0500
  • a618965ab4 What's cooking updates Junio C Hamano 2009-01-21 19:39:02 -0800
  • 9a01387b97 Merge branch 'kc/maint-diff-bwi-fix' Junio C Hamano 2009-01-21 17:07:51 -0800
  • 36dd939393 Merge branch 'lt/maint-wrap-zlib' Junio C Hamano 2009-01-21 16:55:17 -0800
  • 664a3348b2 Merge branch 'am/maint-push-doc' Junio C Hamano 2009-01-21 16:51:28 -0800
  • 0aac1614e9 Merge branch 'sg/maint-gitdir-in-subdir' Junio C Hamano 2009-01-21 16:51:25 -0800
  • 07adc43f3a Merge branch 'jf/am-failure-report' Junio C Hamano 2009-01-21 16:51:18 -0800
  • d9fde065bd Merge branch 'rs/ctype' Junio C Hamano 2009-01-21 16:51:03 -0800
  • 1afcde6da1 Merge branch 'sb/hook-cleanup' Junio C Hamano 2009-01-21 16:50:43 -0800
  • 35e6afd4c6 Merge branch 'jk/color-parse' Junio C Hamano 2009-01-21 16:50:34 -0800
  • a14f15427b Merge branch 'jc/maint-format-patch-o-relative' Junio C Hamano 2009-01-21 16:50:19 -0800
  • 8318eb795e Merge branch 'kb/am-directory' Junio C Hamano 2009-01-21 16:47:14 -0800
  • f135e72d61 bash completion: add 'rename' subcommand to git-remote Markus Heidelberg 2009-01-21 20:14:55 +0100
  • f873dd5ac2 Merge branch 'maint' Junio C Hamano 2009-01-21 01:08:10 -0800
  • 2b5189e518 Merge branch 'bs/maint-rename-populate-filespec' Junio C Hamano 2009-01-21 01:07:33 -0800
  • 98a4d87b87 color-words: Support diff.wordregex config option Boyd Stephen Smith Jr 2009-01-20 21:46:57 -0600
  • d7c03c1ff9 Simplify parsing branch switching events in reflog Junio C Hamano 2009-01-21 00:37:38 -0800
  • 950db8798d Rename diff.suppress-blank-empty to diff.suppressBlankEmpty Johannes Schindelin 2009-01-20 22:08:33 +0100
  • 27a58359c3 tutorial-2: Update with the new "git commit" ouput Santi Béjar 2009-01-20 12:29:04 +0100
  • 885c716f0f Rename detection: Avoid repeated filespec population Björn Steinbrink 2009-01-20 16:59:57 +0100
  • a1a587ef72 Fix naming scheme for configure cache variables. Ralf Wildenhues 2009-01-19 21:34:36 +0100
  • b56c79ccea Makefile: use shell for-loop rather than Make's foreach loop during install Brandon Casey 2009-01-19 19:44:03 -0600
  • 35641310af use uppercase POSIX compliant signals for the 'trap' command Markus Heidelberg 2009-01-20 00:43:26 +0100
  • bc08fc4e85 contrib/difftool: remove distracting 'echo' in the SIGINT handler Markus Heidelberg 2009-01-20 00:41:18 +0100
  • f13bfc1be7 contrib/difftool: change trap condition from SIGINT to INT Markus Heidelberg 2009-01-20 00:38:16 +0100
  • c5ee71fded commit: more compact summary and without extra quotes Santi Béjar 2009-01-19 23:45:16 +0100
  • 101d15e097 Introduce for_each_recent_reflog_ent(). Junio C Hamano 2009-01-19 22:18:29 -0800
  • 39765e5941 interpret_nth_last_branch(): plug small memleak Junio C Hamano 2009-01-19 21:58:31 -0800
  • 2c2dc7c82c Optimize color_parse_mem René Scharfe 2009-01-19 23:30:30 -0500