git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-10-05 02:23:19 to 2011-10-06 18:50:27 UTC [more...]

[PATCH 1/3] completion: unite --reuse-message and --reedit-message handling
 2011-10-06 18:40 UTC  (3+ messages)
` [PATCH 2/3] completion: commit --fixup and --squash
` [PATCH 3/3] completion: push --set-upstream

[PATCH/RFC] ident: check /etc/mailname if email is unknown
 2011-10-06 18:48 UTC  (9+ messages)
  ` [PATCH v2] "
          ` [PATCH/RFC jn/ident-from-etc-mailname] ident: do not retrieve default ident when unnecessary

[PATCH] commit: teach --gpg-sign option
 2011-10-06 18:44 UTC  (5+ messages)

[PATCH] merge-one-file: fix "expr: non-numeric argument"
 2011-10-06 18:25 UTC 

Prompt for merge message?
 2011-10-06 18:25 UTC  (2+ messages)

[PATCH v3 1/5] attr.c: avoid inappropriate access to strbuf "buf" member
 2011-10-06 18:22 UTC  (5+ messages)
` [PATCH v3 2/5] cleanup: use internal memory allocation wrapper functions everywhere
` [PATCH v3 3/5] builtin/mv.c: plug miniscule memory leak
` [PATCH v3 4/5] attr: read core.attributesfile from git_default_core_config
` [PATCH v3 5/5] attr.c: respect core.ignorecase when matching attribute patterns

[PATCH v3 0/5] reroll bc/attr-ignore-case
 2011-10-06 18:22 UTC 

[PATCH] git-difftool: allow skipping file by typing 'n' at prompt
 2011-10-06 18:15 UTC  (8+ messages)

[PATCH v2] revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so
 2011-10-06 17:58 UTC  (2+ messages)

[PATCH v2] mingw: avoid using strbuf in syslog
 2011-10-06 17:52 UTC 

[PATCH] revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so
 2011-10-06 17:33 UTC  (6+ messages)

[PATCH] mingw: avoid using strbuf in syslog
 2011-10-06 17:32 UTC  (3+ messages)

What's cooking in git.git (Oct 2011, #01; Tue, 4)
 2011-10-06 17:32 UTC  (8+ messages)

"Use of uninitialized value" running "git svn clone"
 2011-10-06 17:23 UTC 

[PATCH WIP 0/3] git log --exclude
 2011-10-06 17:22 UTC  (9+ messages)
` [PATCH WIP 1/3] diff-no-index: rename read_directory to avoid conflict from dir.h
` [PATCH WIP 2/3] tree-diff: teach it to understand exclude patterns
` [PATCH WIP 3/3] log: add --exclude option

[PATCH 0/4] Honor core.ignorecase for attribute patterns
 2011-10-06 17:17 UTC  (11+ messages)
  ` [PATCH 2/4] cleanup: use internal memory allocation wrapper functions everywhere

[BUG?] git fetch -p -t prunes all non-tag refs
 2011-10-06 16:56 UTC  (4+ messages)
` [WIP PATCH 0/2] Be more careful when prunning
  ` [PATCH 1/2] fetch: free all the additional refspecs
  ` [PATCH 2/2] fetch: honor the user-provided refspecs when pruning refs

Git Bug report
 2011-10-06 16:54 UTC  (14+ messages)
  ` [PATCH] Report errors related to .git access during repository discovery

[PATCH 0/7] pickaxe: plug memory leaks, deduplicate code
 2011-10-06 16:50 UTC  (8+ messages)
` [PATCH 1/7] pickaxe: plug diff filespec leak with empty needle
` [PATCH 2/7] pickaxe: plug regex leak
` [PATCH 3/7] pickaxe: plug regex/kws leak
` [PATCH 4/7] pickaxe: factor out has_changes
` [PATCH 5/7] pickaxe: pass diff_options to contains and has_changes
` [PATCH 6/7] pickaxe: give diff_grep the same signature as has_changes
` [PATCH 7/7] pickaxe: factor out pickaxe

git commit -a reports untracked files after a clone
 2011-10-06 16:06 UTC  (12+ messages)

git remote doesn't show remotes from .git/remotes
 2011-10-06 15:33 UTC 

Merge seems to overwrite unstaged local changes
 2011-10-06 15:35 UTC  (5+ messages)

[RFC/PATCH] Add multiple workdir support to branch/checkout
 2011-10-06 14:42 UTC  (34+ messages)

List of directories containing only ignored files
 2011-10-06 14:32 UTC  (3+ messages)

git-cherry-pick and git-commit --amend in version 1.7.6.4
 2011-10-06 13:44 UTC  (16+ messages)

Git ksshaskpass to play nice with https and kwallet
 2011-10-06 13:37 UTC  (13+ messages)
                  ` [RFC/PATCH] remote-curl: Obey passed URL

git-cherry-pick and author field in version 1.7.6.4
 2011-10-06 13:34 UTC  (7+ messages)

[PATCH v3 0/4] port upload-archive to Windows
 2011-10-06 13:06 UTC  (4+ messages)
` [PATCH v3 3/4] enter_repo: do not modify input

[BUG] git stash -k show the help message for diff-index
 2011-10-06  9:54 UTC  (3+ messages)

[PATCH 0/9] i18n: add PO files to po/
 2011-10-06  9:29 UTC  (8+ messages)

git-svn: ignore-paths not enough (not ignoring refs?)
 2011-10-06  8:43 UTC 

[PATCH] strbuf.c: remove unnecessary strbuf_grow() from strbuf_getwholeline()
 2011-10-06  4:21 UTC 

[PATCH v2 0/2] reroll bc/attr-ignore-case (top two commits)
 2011-10-06  4:00 UTC  (3+ messages)
` [PATCH v2 1/2] attr: read core.attributesfile from git_default_core_config
` [PATCH v2 2/2] attr.c: respect core.ignorecase when matching attribute patterns

[PATCHv3 5/5] Add test showing git-fetch groks gitfiles
 2011-10-06  3:13 UTC  (2+ messages)

[PATCHv3 2/5] Learn to handle gitfiles in enter_repo
 2011-10-06  3:11 UTC  (2+ messages)

[PATCHv3 3/5] Add a common is_gitfile function
 2011-10-06  2:59 UTC  (2+ messages)

How do I investigate apparently random git clone reports of "error: File ... has bad hash"?
 2011-10-06  2:34 UTC  (3+ messages)

[PATCH v2] Split GPG interface into its own helper library
 2011-10-06  0:46 UTC 

What's cooking in git.git (Oct 2011, #02; Wed, 5)
 2011-10-05 22:15 UTC 

66 patches and counting
 2011-10-05 21:55 UTC  (3+ messages)

[ANNOUNCE] libgit2 v0.15.0
 2011-10-05 21:00 UTC 

[PATCH v3 13/22] resolve_ref(): turn buffer into a proper string as soon as possible
 2011-10-05 20:37 UTC  (5+ messages)
` [PATCH 1/1] get_sha1_hex(): do not read past a NUL character

Git attributes ignored for root directory
 2011-10-05 20:25 UTC  (8+ messages)

Notes workflow improvements
 2011-10-05 16:35 UTC 

[PATCH 0/3] sh-i18n--envsubst; case-sensitive getenv on Windows
 2011-10-05 16:21 UTC  (3+ messages)
` [PATCH 3/3] Windows: teach getenv to do a case-sensitive search

[PATCHv3 1/5] enter_repo: do not modify input
 2011-10-05 14:02 UTC  (3+ messages)

[PATCHv3 4/5] Teach transport about the gitfile mechanism
 2011-10-05 13:35 UTC 

[PATCH] git-svn: On MSYS, escape and quote SVN_SSH also if set by the user
 2011-10-05  9:14 UTC 

pack-object poor performance (with large number of objects?)
 2011-10-05  8:48 UTC  (11+ messages)

What's cooking in git.git (Sep 2011, #06; Wed, 21)
 2011-10-05  6:33 UTC  (4+ messages)
` [PATCH] fix push --quiet: add 'quiet' capability to receive-pack
  ` [PATCH] use -h for synopsis and --help for manpage consistently

A note from the maintainer
 2011-10-05  2:22 UTC 


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