git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-11-13 17:21:19 to 2010-11-16 22:53:11 UTC [more...]

[PATCH] cherry-pick -x: add newline before pick note
 2010-11-16 22:52 UTC  (5+ messages)
  ` [PATCH] commit -s: allow "(cherry picked " lines in sign-off section

[PATCH v3] generalizing sorted-array handling
 2010-11-16 22:04 UTC  (4+ messages)
` [PATCH v3 1/3] Introduce sorted-array binary-search function

cherry-pick -x formats the message incorrectly
 2010-11-16 21:34 UTC  (4+ messages)

[PATCH 0/2] RFC: Better handling of git init remote-spec
 2010-11-16 20:12 UTC  (9+ messages)
` [PATCH 1/2] [RFC] Detect attempts at calling git init specifying a remote repository
` [PATCH 2/2] [WIP] Allow running git init on a remote repository specification

How to import bzr repository into git
 2010-11-16 20:05 UTC  (2+ messages)

[PATCH] t6022: Use -eq not = to test output of wc -l
 2010-11-16 19:23 UTC  (7+ messages)

git-send-email and "mailhost" misbehavior
 2010-11-16 19:06 UTC  (2+ messages)

[PATCH 00/10] Sparse checkout fixes and improvements
 2010-11-16 18:58 UTC  (32+ messages)
` [PATCH 01/10] add: do not rely on dtype being NULL behavior
` [PATCH 02/10] unpack-trees: move all skip-worktree check back to unpack_trees()
` [PATCH 03/10] unpack-trees: add function to update ce_flags based on sparse patterns
` [PATCH 04/10] unpack-trees: fix sparse checkout's "unable to match directories" fault
` [PATCH 05/10] unpack-trees: optimize full checkout case
` [PATCH 06/10] templates: add info/sparse-checkout
` [PATCH 07/10] checkout: add -S to update sparse checkout
` [PATCH 08/10] checkout: add --full to fully populate working directory
` [PATCH 09/10] git-checkout.txt: mention of sparse checkout
` [PATCH 10/10] clean: support cleaning sparse checkout with -S

Difference between 'git rebase' and 'git rebase -m'
 2010-11-16 18:27 UTC  (2+ messages)

scan entire repo for changes to file
 2010-11-16 18:20 UTC  (5+ messages)

possible 'git --dirstat=0' buglet in 1.7.0.4?
 2010-11-16 18:05 UTC  (2+ messages)

[PATCH] rationalize diffcore-rename options and their doc
 2010-11-16 17:31 UTC  (3+ messages)
` [PATCH 2/2] Keep together options controlling the behaviour of diffcore-rename

What's cooking in git.git (Nov 2010, #01; Tue, 9)
 2010-11-16 16:41 UTC  (10+ messages)
` [PATCH] use persistent memory for rejected paths
      ` [PATCH v2] "

Multiple clients accessing git over NFS
 2010-11-16 13:47 UTC  (10+ messages)

Git roadmap (How read What's cooking in git.git)
 2010-11-16 13:38 UTC  (2+ messages)

Bogus error: Untracked working tree file '....' would be overwritten by merge. Aborting
 2010-11-16 11:34 UTC  (4+ messages)

Add colors to the prompt for status indicators
 2010-11-16 10:49 UTC  (8+ messages)

Setting up Git Server over SSH
 2010-11-16 10:46 UTC  (4+ messages)

[PATCH] git-gui: respect conflict marker size
 2010-11-16  9:26 UTC  (3+ messages)
` [PATCHv2 1/2] "
  ` [PATCH 2/2] git-gui: support for diff3 conflict style

Using git-svn with svnsync mirror
 2010-11-16  7:31 UTC  (3+ messages)

[PATCH v8 0/3] git-remote-fd & git-remote-ext
 2010-11-16  3:34 UTC  (4+ messages)
` [PATCH v8 1/3] Add bidirectional_transfer_loop()
` [PATCH v8 2/3] git-remote-fd
` [PATCH v8 3/3] git-remote-ext

[PATCH 000/160] [PULL] ab/i18n rebased on ab/i18n-prereqs
 2010-11-16  0:53 UTC  (12+ messages)
` [PATCH 002/160] Makefile: Set NO_GETTEXT=YesPlease on Windows & MinGW
` [PATCH 003/160] gettext: fix bug in git-sh-i18n's eval_gettext() by using envsubst(1)

[RFC] rebase: use @{upstream} if no upstream specified
 2010-11-15 23:16 UTC  (5+ messages)

Branching and Merging Survey
 2010-11-15 20:10 UTC 

[PATCH 0/3] Support relative path in <blah>:path syntax
 2010-11-15 18:59 UTC  (7+ messages)
` [PATCH 3/3] get_sha1: support relative path ":path" syntax
    ` [PATCH] "

[PATCH 0/4] [PULL] ab/i18n-prereqs, prerequisites for ab/i18n
 2010-11-15 16:16 UTC  (22+ messages)
` [PATCH 1/4] Makefile: move "Platform specific tweaks" above LIB_{H,OBJS}
` [PATCH 2/4] t7004-tag.sh: re-arrange git tag comment for clarity
` [PATCH 3/4] tests: use test_cmp instead of piping to diff(1)
` [PATCH 4/4] builtin: use builtin.h for all builtin commands

[PATCH] clean: avoid quoting twice
 2010-11-15 10:12 UTC 

[PATCH] git-gui: support for underline styles
 2010-11-15 10:04 UTC 

[PATCH] git-gui: fix ANSI-color parsing
 2010-11-15 10:00 UTC 

[PATCH] clean: remove redundant variable baselen
 2010-11-15  6:42 UTC 

pulling the root commit overwrites untracked files without warning (1.7.2.3)
 2010-11-15  1:51 UTC  (7+ messages)
  ` [PATCH] do not overwrite untracked during merge from unborn branch
    ` [PATCH w/o PGP] "
      ` [PATCH v2] "
      ` [PATCH v3] "

[PATCHv6 00/23] git notes merge
 2010-11-14 23:57 UTC  (9+ messages)
` [PATCHv6 06/23] notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
        ` [PATCHv6.1 "
        ` [PATCHv6.1 12/23] git notes merge: Handle real, non-conflicting notes merges
        ` [PATCHv6.1 13/23] git notes merge: Add automatic conflict resolvers (ours, theirs, union)
        ` [PATCHv6.1 19/23] git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"

[PATCH/RFC/WIP/POC] git-gui: grep prototype
 2010-11-14 23:48 UTC  (6+ messages)

[PATCH] commit: Append commit_list prefix in two function names
 2010-11-14 21:19 UTC  (2+ messages)

index rebuild for cloned repo
 2010-11-14 17:34 UTC  (9+ messages)
` [PATCH] cherry-pick/revert: transparently refresh index
    ` [PATCH] teach update-index --refresh about --data-unchanged

[PATCHv2 0/2] Fix username and password extraction from HTTP URLs
 2010-11-14 12:27 UTC  (4+ messages)
` [PATCHv2 1/2] t5550: test HTTP authentication and userinfo decoding
` [PATCHv2 2/2] Fix username and password extraction from HTTP URLs

[PATCH] gitk: Make text selectable on Mac
 2010-11-14 12:22 UTC 

[PATCH] gitk: Prevent the text pane from becoming editable
 2010-11-14 12:21 UTC 

[PATCH v2] Use reflog in 'pull --rebase . foo'
 2010-11-13 22:58 UTC 

[RFC] rebase: be cleverer with rebased upstream branches
 2010-11-14  2:46 UTC  (3+ messages)

[PATCH] Use reflog in 'pull --rebase . foo'
 2010-11-13 23:10 UTC  (6+ messages)

[PATCH] Fix username and password extraction from HTTP URLs
 2010-11-13 21:33 UTC  (2+ messages)

Using a different index and HEAD
 2010-11-13 20:21 UTC  (4+ messages)

Incremental object transfer
 2010-11-13 18:31 UTC  (2+ messages)

git clone / svn checkout
 2010-11-13 17:34 UTC  (2+ 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).