git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-05-21 07:34:37 to 2011-05-24 02:44:23 UTC [more...]

[PATCH 8/8] gitk: show modified files with separate work tree
 2011-05-24  2:44 UTC  (2+ messages)
` [PATCH v2 "

[PATCH] diff-options.txt: document --[no]-textconv
 2011-05-24  1:30 UTC  (2+ messages)

Why does adding an existing repo as a submodule modify .git/config?
 2011-05-24  1:19 UTC  (3+ messages)

[PATCHv4 00/10] Push limits
 2011-05-24  1:17 UTC  (26+ messages)
` [PATCHv4 01/10] Update technical docs to reflect side-band-64k capability in receive-pack
` [PATCHv4 02/10] send-pack: Attempt to retrieve remote status even if pack-objects fails
` [PATCHv4 03/10] Tighten rules for matching server capabilities in server_supports()
` [PATCHv4 04/10] receive-pack: Prepare for addition of the new 'limit-*' family of capabilities
` [PATCHv4 05/10] pack-objects: Teach new option --max-commit-count, limiting #commits in pack
` [PATCHv4 06/10] send-pack/receive-pack: Allow server to refuse pushes with too many commits
` [PATCHv4 07/10] pack-objects: Allow --max-pack-size to be used together with --stdout
` [PATCHv4 08/10] send-pack/receive-pack: Allow server to refuse pushing too large packs
` [PATCHv4 09/10] pack-objects: Estimate pack size; abort early if pack size limit is exceeded
` [PATCHv4 10/10] receive-pack: Allow server to refuse pushes with too many objects

[PATCH] Support multiple virtual repositories with a single object store and refs
 2011-05-24  1:02 UTC 

combined diff does not detect binary files and ignores -diff attribute
 2011-05-24  0:59 UTC  (20+ messages)
        ` [PATCH 1/5] combine-diff: split header printing into its own function
        ` [PATCH 2/5] combine-diff: calculate mode_differs earlier
        ` [PATCH 3/5] combine-diff: handle binary files as binary
        ` [PATCH 4/5] refactor get_textconv to not require diff_filespec
        ` [PATCH 5/5] combine-diff: respect textconv attributes

What's cooking in git.git (May 2011, #10; Mon, 23)
 2011-05-24  0:22 UTC 

[PATCH] git-grep: Update tests (mainly for -P)
 2011-05-23 18:57 UTC  (2+ messages)

git issues/bugs - is there an alert process?
 2011-05-23 22:21 UTC  (3+ messages)

[PATCH 0/3] avoid duplicate .have lines
 2011-05-23 21:53 UTC  (6+ messages)
` [PATCH 2/3] bisect: refactor sha1_array into a generic sha1 list

git checkout no longer warning about uncommitted/untracked files!
 2011-05-23 21:27 UTC  (8+ messages)

[PATCH] Improve errors from 'git diff --no-index'
 2011-05-23 21:24 UTC  (7+ messages)

[git-p4] Trouble importing all perforce branches into git repository
 2011-05-23 20:06 UTC  (7+ messages)

git difftool does does not respect current working directory
 2011-05-23 19:59 UTC  (19+ messages)
                ` [PATCH 1/3] setup: Provide GIT_PREFIX to built-ins
                  ` [PATCH 2/3] git: Remove handling for GIT_PREFIX
                  ` [PATCH 3/3] git-mergetool--lib: Make vimdiff retain the current directory

Talk about Git (slides etc.) for intermediate + advanced audience that I can steal?
 2011-05-23 19:06 UTC  (3+ messages)

[PATCHv2] compat: add a getpass() compatibility function
 2011-05-23 17:59 UTC  (2+ messages)

Gate between git and mediawiki : remote-helpers
 2011-05-23 16:54 UTC  (9+ messages)

[idea] separate .git dir and the working tree
 2011-05-23 14:40 UTC  (6+ messages)

[PATCHv2] add Android support
 2011-05-23 14:30 UTC  (7+ messages)
      ` Cross-compiling git (was: [PATCHv2] add Android support)

git branch
 2011-05-23 12:36 UTC  (4+ messages)

Is there a debug mode for git-clone https traffic?
 2011-05-23  8:21 UTC  (2+ messages)

git svn fetch error
 2011-05-23  8:16 UTC  (2+ messages)

[PATCH] Only use core 'git diff' if both paths are within the repo
 2011-05-23  4:44 UTC 

Using git-replace to edit a commit message?
 2011-05-23  2:11 UTC  (2+ messages)

Recovering from a bad object
 2011-05-23  2:09 UTC  (5+ messages)

[BUG] realloc failed
 2011-05-22 19:42 UTC  (5+ messages)

Why can't I use git-bisect to find the first *good* commit?
 2011-05-22 19:41 UTC  (2+ messages)

Problems with Git's "perl" userdiff driver
 2011-05-22 17:29 UTC  (11+ messages)
` [PATCH 0/7] "
  ` [PATCH 1/7] t4018 (funcname patterns): make .gitattributes state easier to track
  ` [PATCH 2/7] t4018 (funcname patterns): make configuration "
  ` [PATCH 3/7] t4018 (funcname patterns): minor cleanups
  ` [PATCH 4/7] userdiff/perl: anchor "sub" and "package" patterns on the left
  ` [PATCH 5/7] userdiff/perl: match full line of POD headers
  ` [PATCH 6/7] userdiff/perl: catch sub with brace on second line
    ` [PATCH 8/7] userdiff/perl: tighten BEGIN/END block pattern to reject here-doc delimiters
  ` [PATCH 7/7] tests: make test_expect_code quieter on success

Approxidate with YYYY.MM
 2011-05-22 17:10 UTC  (5+ messages)

[PATCH v2 00/48] i18n: mark core shell programs for translation
 2011-05-22  7:46 UTC  (51+ messages)
` [PATCH v2 01/48] i18n: git-am add git-sh-i18n
` [PATCH v2 02/48] i18n: git-am one-line gettext $msg; echo
` [PATCH v2 03/48] i18n: git-am multi-line getttext "
` [PATCH v2 04/48] i18n: git-am eval_gettext messages
` [PATCH v2 05/48] i18n: git-am gettext + gettext to stderr message
` [PATCH v2 06/48] i18n: git-am die messages
` [PATCH v2 07/48] i18n: git-am cannot_fallback messages
` [PATCH v2 08/48] i18n: git-am clean_abort messages
` [PATCH v2 09/48] i18n: git-am "Apply?" message
` [PATCH v2 10/48] i18n: git-am "Falling back" say message
` [PATCH v2 11/48] i18n: git-am core say messages
` [PATCH v2 12/48] i18n: git-am printf(1) message to eval_gettext
` [PATCH v2 13/48] i18n: git-pull add git-sh-i18n
` [PATCH v2 14/48] i18n: git-pull die messages
` [PATCH v2 15/48] i18n: git-pull eval_gettext + die message
` [PATCH v2 16/48] i18n: git-pull eval_gettext + warning message
` [PATCH v2 17/48] i18n: git-submodule add git-sh-i18n
` [PATCH v2 18/48] i18n: git-submodule echo + eval_gettext messages
` [PATCH v2 19/48] i18n: git-submodule say "
` [PATCH v2 20/48] i18n: git-submodule die "
` [PATCH v2 21/48] i18n: git-submodule $update_module say + die messages
` [PATCH v2 22/48] i18n: git-submodule "cached cannot be used" message
` [PATCH v2 23/48] i18n: git-submodule "Submodule change[...]" messages
` [PATCH v2 24/48] i18n: git-submodule $errmsg messages
` [PATCH v2 25/48] i18n: git-submodule "Entering [...]" message
` [PATCH v2 26/48] i18n: git-submodule "[...] path is ignored" message
` [PATCH v2 27/48] i18n: git-submodule "path not initialized" message
` [PATCH v2 28/48] i18n: git-submodule "blob" and "submodule" messages
` [PATCH v2 29/48] i18n: git-stash add git-sh-i18n
` [PATCH v2 30/48] i18n: git-stash echo + gettext message
` [PATCH v2 31/48] i18n: git-stash say + gettext messages
` [PATCH v2 32/48] i18n: git-stash die "
` [PATCH v2 33/48] i18n: git-stash die + eval_gettext messages
` [PATCH v2 34/48] i18n: git-stash die + eval_gettext $* messages
` [PATCH v2 35/48] i18n: git-stash die + eval_gettext $1 messages
` [PATCH v2 36/48] i18n: git-stash "unknown option" message
` [PATCH v2 37/48] i18n: git-stash drop_stash say/die messages
` [PATCH v2 38/48] i18n: git-bisect add git-sh-i18n
` [PATCH v2 39/48] i18n: git-bisect gettext + echo message
` [PATCH v2 40/48] i18n: git-bisect echo + gettext messages
` [PATCH v2 41/48] i18n: git-bisect echo + eval_gettext message
` [PATCH v2 42/48] i18n: git-bisect die + gettext messages
` [PATCH v2 43/48] i18n: git-bisect die + eval_gettext messages
` [PATCH v2 44/48] i18n: git-bisect bisect_run + $@ messages
` [PATCH v2 45/48] i18n: git-bisect bisect_reset + $1 messages
` [PATCH v2 46/48] i18n: git-bisect bisect_replay "
` [PATCH v2 47/48] i18n: git-bisect [Y/n] messages
` [PATCH v2 48/48] i18n: git-bisect bisect_next_check "You need to" message

FW: git over https and http 1.1
 2011-05-22  6:04 UTC  (5+ messages)

[PATCH 0/4] streaming conversion API
 2011-05-22  1:00 UTC  (6+ messages)
` [PATCH 4/4] streaming filter: ident filter and filter cascading

git-svn feature idea
 2011-05-21 10:03 UTC  (2+ messages)

[PATCH] do not read beyond end of malloc'd buffer
 2011-05-21  9:42 UTC  (3+ messages)

[PATCHv2 maint] git-svn: Fix git svn log --show-commit
 2011-05-21  9:30 UTC  (3+ messages)

[BUG] rebase -p loses commits
 2011-05-21  7:34 UTC  (4+ messages)
` [RFC] Interactive-rebase doesn't pick all children of "upstream"


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).