Commit Graph

  • 70087cdbd3 git-help: add "help.format" config variable. Christian Couder 2007-12-15 05:57:28 +0100
  • dfaf75b469 Merge branch 'wc/diff' Junio C Hamano 2007-12-14 21:42:53 -0800
  • d7e92806cd Move fetch_ref from http-push.c and http-walker.c to http.c Mike Hommey 2007-12-11 00:08:25 +0100
  • 3a462bc9ba Fix various memory leaks in http-push.c and http-walker.c Mike Hommey 2007-12-10 22:36:11 +0100
  • 028c297638 Use strbuf in http code Mike Hommey 2007-12-09 20:30:59 +0100
  • e8dc37e0e3 Avoid redundant declaration of missing_target() Mike Hommey 2007-12-10 22:36:09 +0100
  • 02dc534fc6 Remove a CURLOPT_HTTPHEADER (un)setting Mike Hommey 2007-12-10 22:36:08 +0100
  • c20f290808 Remove the default_headers variable from http-push.c Mike Hommey 2007-12-10 22:36:07 +0100
  • a096bb18af Fix random sha1 in error message in http-fetch and http-push Mike Hommey 2007-12-14 22:18:01 +0100
  • 3b683b91cd Fix some more memory leaks in http-push.c Mike Hommey 2007-12-14 22:18:00 +0100
  • 5973a07937 Test interaction between diff --check and --exit-code Wincent Colaiuta 2007-12-14 12:23:44 +0100
  • 420f4f04de Use shorter error messages for whitespace problems Wincent Colaiuta 2007-12-14 12:23:43 +0100
  • cb891a5989 Use a strbuf for building up section header and key/value pair strings. Kristian Høgsberg 2007-12-14 15:59:58 -0500
  • 69ae517541 fast-import: fix unalinged allocation and access David S. Miller 2007-12-14 20:39:16 -0800
  • 896c0535af remote: Fix bogus make_branch() call in configuration reader. Junio C Hamano 2007-12-14 20:34:56 -0800
  • 1eb1e9eea4 commit: allow --amend to reuse message from another commit Junio C Hamano 2007-12-14 11:57:22 -0800
  • 12a6d752fb git-svn: handle our top-level path being deleted and later re-added Eric Wong 2007-12-14 08:39:09 -0800
  • 38a5b1d6ed cvsexportcommit: fix massive commits Jeff King 2007-12-14 04:15:47 -0500
  • 71362bd552 Documentation: describe pack idx v2 linux@horizon.com 2007-12-14 06:28:14 -0500
  • 29ab27f4b5 xdiff tail trimming: use correct type. Junio C Hamano 2007-12-14 12:00:42 -0800
  • f817546652 Add tests for "git diff --check" with core.whitespace options Wincent Colaiuta 2007-12-13 14:32:31 +0100
  • 45e2a4b2b0 Make "diff --check" output match "git apply" Wincent Colaiuta 2007-12-13 14:32:30 +0100
  • c1795bb08a Unify whitespace checking Wincent Colaiuta 2007-12-13 14:32:29 +0100
  • da31b358fb diff --check: minor fixups Junio C Hamano 2007-12-13 23:40:27 -0800
  • 62c64895cf "diff --check" should affect exit status Wincent Colaiuta 2007-12-13 21:24:52 +0100
  • 913b45f51b xdi_diff: trim common trailing lines Junio C Hamano 2007-12-13 14:24:18 -0800
  • c279d7e986 xdl_diff: identify call sites. Junio C Hamano 2007-12-13 13:25:07 -0800
  • 9fe98116a2 git-gui: Unconditionally use absolute paths with Cygwin Mark Levedahl 2007-12-13 09:02:26 -0500
  • a4750dd266 git-gui: Handle file mode changes (644->755) in diff viewer Shawn O. Pearce 2007-12-14 01:51:22 -0500
  • fba6072ed8 git-gui: Move frequently used commands to the top of the context menu. Johannes Sixt 2007-12-13 15:39:21 +0100
  • 792c1583c8 provide advance warning of some future pack default changes Nicolas Pitre 2007-12-13 22:32:36 -0500
  • 3157dd9e89 git-svn: unlink internal index files after operations Eric Wong 2007-12-13 08:27:34 -0800
  • 5ff6aae895 git-svn: expand handling of From: and Signed-off-by: Andy Whitcroft 2007-12-13 06:58:15 +0000
  • 9e5d87d490 Fix spelling mistakes in user manual Shawn Bohrer 2007-12-12 22:36:21 -0600
  • 37d07f8f98 git-commit: squelch needless message during an empty merge Junio C Hamano 2007-12-12 19:09:16 -0800
  • fa3a6ae8cf (todo): remove prep text files Junio C Hamano 2007-12-12 18:17:10 -0800
  • 389f84506b Meta/Make: do not depend on installed git Junio C Hamano 2007-12-12 18:16:30 -0800
  • 1e8df762b3 GIT 1.5.4-rc0 v1.5.4-rc0 Junio C Hamano 2007-12-12 17:48:21 -0800
  • 467f42cfa1 Merge branch 'cc/help' Junio C Hamano 2007-12-12 17:46:16 -0800
  • 39bf13f2d6 RPM spec: Adjust htmldir Junio C Hamano 2007-12-12 14:00:24 -0800
  • 22c9071728 git-help -w: do not require to be in git repository Junio C Hamano 2007-12-12 17:34:30 -0800
  • cd1bea918b Merge branch 'jc/shortlog-e' Junio C Hamano 2007-12-12 17:07:03 -0800
  • 3e5f260144 Merge branch 'ew/svn-rev-db' Junio C Hamano 2007-12-12 16:53:06 -0800
  • d9cf4ec9f7 Merge branch 'jc/merge-recursive-gitlink' Junio C Hamano 2007-12-12 16:52:59 -0800
  • cfa97ae141 Merge branch 'jk/svn-color' Junio C Hamano 2007-12-12 16:52:51 -0800
  • c49d3c8a88 git.spec.in: remove python_path Junio C Hamano 2007-12-12 13:42:12 -0800
  • 50b3555c48 Documentation: rename git.texi to user-manual.texi Junio C Hamano 2007-12-12 13:31:02 -0800
  • 8d08f2d81a disable t9119 for now. Junio C Hamano 2007-12-12 11:53:29 -0800
  • 86f8c23685 Fix "diff --check" whitespace detection Wincent Colaiuta 2007-12-12 17:22:59 +0100
  • f604652e05 git-diff --numstat -z: make it machine readable Junio C Hamano 2007-12-11 23:46:30 -0800
  • 71a9883db2 Documentation: minor grammar fix for "git apply" Wincent Colaiuta 2007-12-12 09:14:20 +0100
  • 0ac7903ee3 Use "whitespace" consistently Wincent Colaiuta 2007-12-12 09:12:01 +0100
  • 472b257099 Fix XML parser leaks in http-push Mike Hommey 2007-12-11 23:50:21 +0100
  • 03b69c7606 Fix small memory leaks induced by diff_tree_setup_paths Mike Hommey 2007-12-11 22:59:55 +0100
  • b0fe0d7258 Fix git-fast-export for zero-sized blobs Alex Riesen 2007-12-11 23:01:28 +0100
  • d4110a9726 Fix clone not to ignore depth when performing a local clone Charles Bailey 2007-12-11 06:47:31 +0000
  • e5b37ac1ec gitk: Fix more bugs resulting in Tcl "no such element in array" errors Paul Mackerras 2007-12-12 18:13:51 +1100
  • 3384a2dfc1 shortlog: default to HEAD when the standard input is a tty Junio C Hamano 2007-12-11 10:09:04 -0800
  • 7c3c796295 blame: drop blob data after passing blame to the parent Junio C Hamano 2007-12-11 16:05:50 -0800
  • ef4cffde9c git-clone: print an error message when trying to clone empty repo Jeff King 2007-12-11 07:53:47 -0500
  • 97566ea72e Invert numbers and names in the git-shortlog summary mode. Pierre Habouzit 2007-12-11 15:43:51 +0100
  • 6508bb75f6 shortlog: document -e option Jeff King 2007-12-11 07:33:12 -0500
  • 18ff365fcb git.el: Added a menu for git-status-mode. Alexandre Julliard 2007-12-11 13:56:09 +0100
  • 550f8fd01b Fix a typo in checkout.sh and cleanup one-line help messages Johannes Sixt 2007-12-11 17:36:32 +0100
  • 0c27886e46 gitk: Fix a couple of bugs Paul Mackerras 2007-12-11 20:09:53 +1100
  • cd459e3ffa git-svn: get color config from --get-colorbool Jeff King 2007-12-11 01:28:42 -0500
  • 6e9af863ee Support GIT_PAGER_IN_USE environment variable Jeff King 2007-12-11 01:27:33 -0500
  • ff72af00f8 Support a merge with conflicting gitlink change Junio C Hamano 2007-12-10 11:22:05 -0800
  • bf82a15095 commit: do not add extra LF at the end of the summary. Junio C Hamano 2007-12-10 21:02:26 -0800
  • be15f50538 "git tag -u keyname" broken Linus Torvalds 2007-12-10 20:08:06 -0800
  • ace9c2a9dd send-email: do not muck with initial-reply-to when unset. Junio C Hamano 2007-12-10 21:44:42 -0800
  • 28072a5d30 Don't cache DESTDIR in perl/perl.mak. Gerrit Pape 2007-12-10 09:31:02 +0000
  • 923db42eea autoconf: Check asciidoc version to automatically set ASCIIDOC8 Jakub Narebski 2007-12-09 13:57:39 +0100
  • 66ab84b99c git-svn: reinstate old rev_db optimization in new rev_map Eric Wong 2007-12-08 23:27:42 -0800
  • 060610c572 git-svn: replace .rev_db with a more space-efficient .rev_map format Eric Wong 2007-12-08 23:27:41 -0800
  • eb9688ff65 pack-objects: more threaded load balancing fix with often changed paths Nicolas Pitre 2007-12-10 14:19:32 -0500
  • 9257d8f761 gitk: Compute row numbers and order tokens lazily Paul Mackerras 2007-12-11 10:45:38 +1100
  • c07c7bf630 Add more checkout tests Daniel Barkalow 2007-12-09 22:05:34 -0500
  • bf79caffbc Add git-browse-help to .gitignore Jeff King 2007-12-10 05:29:18 -0500
  • e306be5cd0 Fix mis-markup of the -p, --patch option in git-add(1) Eyvind Bernhardsen 2007-12-10 14:40:20 +0100
  • a149a1a44a git-help -i: show info documentation from matching version of git Junio C Hamano 2007-12-10 01:35:29 -0800
  • 78d39f98f3 git-help -i: invoke info with document and node name Junio C Hamano 2007-12-10 01:19:31 -0800
  • 5cefc33bff Documentation: add gitman.info target Junio C Hamano 2007-12-10 01:15:57 -0800
  • 7be2b6e02b Merge branch 'master' into cc/help Junio C Hamano 2007-12-10 01:22:42 -0800
  • 591aa2536f Update draft Release Notes for 1.5.4 Junio C Hamano 2007-12-10 00:07:18 -0800
  • cf7e147cce Style fixes for pre-commit hook tests Wincent Colaiuta 2007-12-10 08:42:45 +0100
  • 80f86605ba Interactive editor tests for commit-msg hook Wincent Colaiuta 2007-12-10 08:33:26 +0100
  • 3d3c4f5d76 Re-fix ls-remote Junio C Hamano 2007-12-09 12:16:55 -0800
  • cc3530e8f3 Cleanup variables in http.[ch] Mike Hommey 2007-12-09 18:04:57 +0100
  • ace72086bb git-send-email.perl: Really add angle brackets to In-Reply-To if necessary Mike Hommey 2007-12-09 18:17:28 +0100
  • cc2d6b88f9 don't mention index refreshing side effect in git-status docs Jeff King 2007-12-09 03:21:34 -0500
  • bb4e3527b5 Remove repo version check from setup_git_directory Nguyễn Thái Ngọc Duy 2007-12-09 17:14:39 +0700
  • 4eb39e9bcc Merge branch 'jc/spht' Junio C Hamano 2007-12-09 01:23:48 -0800
  • c07a07c588 Documentation: describe -w/--web option to "git-help". Christian Couder 2007-12-05 06:09:40 +0100
  • d3a866bc8b Use {web,instaweb,help}.browser config options. Christian Couder 2007-12-02 06:08:00 +0100
  • 5d6491c7c7 git-help: add -w|--web option to display html man page in a browser. Christian Couder 2007-12-02 06:07:55 +0100
  • 05e74f4111 Merge branch 'pr/mergetool' Junio C Hamano 2007-12-09 01:01:50 -0800
  • 9b433e4496 Merge branch 'maint' Junio C Hamano 2007-12-09 00:56:44 -0800
  • 774751a8bc Re-fix "builtin-commit: fix --signoff" Junio C Hamano 2007-12-08 17:32:08 -0800
  • 264474f29a Add tests for pre-commit and commit-msg hooks Wincent Colaiuta 2007-12-08 13:29:47 +0100