git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-09-29 20:40:21 to 2010-10-02 09:15:14 UTC [more...]

[PATCH 00/18] git notes merge
 2010-10-02  9:14 UTC  (11+ messages)
` [PATCH 10/18] git notes merge: Handle real, non-conflicting notes merges
` [PATCH 11/18] git notes merge: Add automatic conflict resolvers (ours, theirs, union)
` [PATCH 12/18] Documentation: Preliminary docs on 'git notes merge'
` [PATCH 14/18] git notes merge: Manual conflict resolution, part 2/2

[PATCH] memory leak reported by valgrind
 2010-10-02  8:41 UTC  (11+ messages)
    ` [PATCH/RFC 0/7] "
      ` [PATCH 1/7] init: plug tiny one-time memory leak
      ` [PATCH 2/7] lockfile: introduce alloc_lock_file() to avoid valgrind noise
      ` [PATCH 3/7] environment.c: remove unused variable
      ` [PATCH 4/7] setup: make sure git dir path is in a permanent buffer
      ` [PATCH 5/7] Introduce malloc/strdup/pathdup variants for permanent allocations
      ` [PATCH 6/7] environment: use alloc_permanent() for computed git_dir and co
      ` [PATCH 7/7] commit-tree: free commit message before exiting

What's cooking in git.git (Sep 2010, #07; Wed, 29)
 2010-10-02  8:12 UTC  (3+ messages)

Advertising the Git User's Survey 2011
 2010-10-02  6:20 UTC  (7+ messages)
  ` Advertising the Git User's Survey 2010 - report

[PATCH v2 0/2] Eliminate cryptic "needs update" error message
 2010-10-02  4:37 UTC  (18+ messages)
` [PATCH v2 1/2] sh-setup: Write a new require_clean_work_tree function
                  ` [PATCH] SubmittingPatches: Document some extra tags used in commit messages
` [PATCH v2 2/2] Porcelain scripts: Rewrite cryptic "needs update" error message

[PATCH v3 0/3] git-remote-fd & git-remote-ext
 2010-10-01 21:54 UTC  (6+ messages)
` [PATCH v3 1/3] Add bidirectional_transfer_loop()
` [PATCH v3 2/3] git-remote-fd
` [PATCH v3 3/3] git-remote-ext

[PATCH] Documentation/git-clone: describe --mirror more verbose
 2010-10-01 21:16 UTC  (3+ messages)

[PATCH 0/2] Testcase for a rebase-autosquash bug
 2010-10-01 21:19 UTC  (3+ messages)
` [PATCH 1/2] t/t3415: use && where applicable
  ` [PATCH 2/2] rebase-autosquash: add testcase for fixup occuring before its fixed commit

[PATCH] Allow gitweb tab width to be set per project
 2010-10-01 21:02 UTC  (6+ messages)

Pull request for msysGit patches
 2010-10-01 17:46 UTC  (18+ messages)
  ` msysGit patches for upstream
  ` [PATCH 1/2] Make sure that git_getpass() never returns NULL
  ` [PATCH 2/2] Fix typo in pack-objects' usage
` [msysGit] Pull request for msysGit patches
  ` [PATCH] git-am: fix detection of absolute paths for windows

integrity of linux copy of a git repo
 2010-10-01 20:01 UTC  (2+ messages)

State of ab/send-email-perl in next
 2010-10-01 19:07 UTC  (2+ messages)

[PATCHv4 00/15] Add missing &&'s in the testsuite
 2010-10-01 18:55 UTC  (38+ messages)
` [PATCHv4 02/15] t4017 (diff-retval): replace manual exit code check with test_expect_code
            ` [PATCH] test-lib: make test_expect_code a test command
              ` [PATCH v2] "
` [PATCHv4 03/15] t100[12] (read-tree-m-2way, read_tree_m_u_2way): add missing &&
` [PATCHv4 04/15] t4002 (diff-basic): use test_might_fail for commands that might fail
` [PATCHv4 06/15] t3600 (rm): add lots of missing &&
` [PATCHv4 07/15] t4019 (diff-wserror): "
` [PATCHv4 09/15] t5602 (clone-remote-exec): add "
` [PATCHv4 13/15] t7800 (difftool): "
` [PATCHv4 14/15] Add missing &&'s throughout the testsuite
` [PATCHv4 15/15] Replace "unset VAR" with "unset VAR;" in testsuite as per t/README

[PATCH] Better advice on using topic branches for kernel development
 2010-10-01 18:57 UTC 

cvs importing a forked project
 2010-10-01 17:57 UTC  (3+ messages)

[RFC PATCH 0/3] grep: submodule support
 2010-10-01 16:26 UTC  (22+ messages)
` [RFC PATCH 1/3] add test for git grep --recursive
` [RFC PATCH 2/3] grep: prepare grep for submodules
` [RFC PATCH 3/3] grep: add support for grepping in submodules
      `  "

Implementation bug with cherry-picking multiple commits
 2010-10-01 16:16 UTC 

For your interest
 2010-10-01 14:52 UTC 

lost connection in middle of interactive rebase
 2010-10-01 14:42 UTC  (3+ messages)

Svn2git: question about --branches
 2010-10-01 11:24 UTC  (3+ messages)

[PATCH] Sync "git diff -h" with the manual, show options summary
 2010-10-01  7:32 UTC 

Someone using GIT and Maven?
 2010-10-01  6:11 UTC 

[PATCH 00/16] git-send-email cleanups
 2010-10-01  5:40 UTC  (29+ messages)
` [PATCH 01/16] send-email: use lexical filehandle for opendir
` [PATCH 02/16] send-email: use lexical filehandles for $compose
` [PATCH 03/16] send-email: use lexical filehandles during sending
` [PATCH 04/16] send-email: get_patch_subject doesn't need a prototype
` [PATCH 05/16] send-email: file_declares_8bit_cte "
` [PATCH 06/16] send-email: unique_email_list "
` [PATCH 07/16] send-email: cleanup_compose_files "
` [PATCH 08/16] send-email: use \E***\Q instead of \*\*\*
` [PATCH 09/16] send-email: sanitize_address use $foo, not "$foo"
` [PATCH 10/16] send-email: sanitize_address use qq["foo"], not "\"foo\""
` [PATCH 11/16] send-email: use (?:) instead of () if no match variables are needed
` [PATCH 12/16] send-email: is_rfc2047_quoted use qr// regexes
` [PATCH 13/16] send-email: extract_valid_address use qr// regexes and /o
  ` [PATCH v2 13/16] send-email: extract_valid_address use qr// regexes
` [PATCH 14/16] send-email: send_message die on $!, not $?
` [PATCH 15/16] send-email: make_message_id use "require" instead of "use"
` [PATCH 16/16] send-email: use Perl idioms in while loop

git .lock file error
 2010-10-01  1:59 UTC  (10+ messages)

[PATCH v2 0/3] git-remote-fd & git-remote-ext
 2010-10-01  0:30 UTC  (13+ messages)
` [PATCH v2 1/3] Add bidirectional_transfer_loop()
` [PATCH v2 2/3] git-remote-fd
` [PATCH v2 3/3] git-remote-ext

problems installing git docs and gitweb on centos 5.5
 2010-09-30 22:44 UTC  (7+ messages)

Patch id tests and diff performance optimization
 2010-09-30 18:33 UTC  (4+ messages)
` [PATCH 3/3 v2] use cache for function names in hunk headers

[GITK PATCH] gitk: add menuitem for file checkout from selected or parent commit
 2010-09-30 18:29 UTC  (5+ messages)
  `  "
      ` [PATCH v2] gitk: add menuitem for file checkout from this "

[PATCH] t1503: Fix arithmetic expansion syntax error when using dash
 2010-09-29 19:57 UTC  (5+ messages)
` Re*: "

[PATCH] rev-list-options: clarify --parents and --children
 2010-09-30 15:53 UTC  (2+ messages)

[WIP PATCH] revision-walk: --parent option to find children of a parent
 2010-09-30 15:12 UTC  (3+ messages)

How to get a remote branch
 2010-09-30 14:42 UTC  (3+ messages)

wierd git show syntax
 2010-09-30 11:32 UTC  (4+ messages)

[PATCHv2] Makefile: implement help target
 2010-09-30  7:08 UTC  (4+ messages)
` [PATCHv3] "

[ANNOUNCE] Git 1.7.3.1
 2010-09-30  0:13 UTC 

[PATCH] apply: Recognize epoch timestamps with : in the timezone
 2010-09-29 21:49 UTC  (3+ messages)

[PATCH] checkout: add a space between the commit and "..."
 2010-09-29 21:48 UTC  (3+ messages)


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).