git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-09-22 21:26:35 to 2013-09-25 22:54:17 UTC [more...]

Local tag killer
 2013-09-25 22:54 UTC  (8+ messages)

[PATCH v2 1/2] checkout: allow dwim for branch creation for "git checkout $branch --"
 2013-09-25 22:43 UTC  (4+ messages)
` [PATCH v2 2/2] checkout: proper error message on 'git checkout foo bar --'

"git checkout foo" is getting confused by folder named "foo"
 2013-09-25 20:01 UTC  (10+ messages)

[PATCH] git-compat-util.h: reduce optimization level to 1 on MinGW env
 2013-09-25 19:50 UTC  (3+ messages)
  `  "

[PATCH] git-svn.txt: mention how to rebuild rev_map files
 2013-09-25 19:47 UTC  (3+ messages)

fast-forwarding tags
 2013-09-25 19:28 UTC  (2+ messages)

[RFC/PATCH] checkout: allow dwim for branch creation for "git checkout $branch --"
 2013-09-25 19:11 UTC  (4+ messages)

"git gc" leaving gc.pid files around
 2013-09-25 19:06 UTC  (2+ messages)

[Bug] git show crashes with deepened shallow clone
 2013-09-25 18:48 UTC  (5+ messages)

[PATCH v3] build: add default aliases
 2013-09-25 16:36 UTC  (25+ messages)
  ` [PATCH v4] "

Searching explanation of different diff algorithms
 2013-09-25 15:30 UTC  (3+ messages)

[PATCH] git-grep.txt: add "git ack" alias to Examples section
 2013-09-25 13:49 UTC 

[PATCH] sample pre-commit hook: Use --bool when retrieving config var
 2013-09-25 10:10 UTC  (3+ messages)

breakage in revision traversal with pathspec
 2013-09-25  9:12 UTC  (11+ messages)

git clone -c core.sharedRepository=group not working as expected (git v1.8.4 linux/osx)
 2013-09-25  8:18 UTC  (3+ messages)

[PATCH v3] git-remote-mediawiki: bugfix for pages w/ >500 revisions
 2013-09-25  7:04 UTC  (2+ messages)

Feature request: Config option for --no-ignore-removal/--ignore-removal
 2013-09-25  4:01 UTC 

[PATCH] doc: don't claim that cherry-pick calls patch-id
 2013-09-24 22:58 UTC  (7+ messages)

[PATCH v2] doc: don't claim that cherry calls patch-id
 2013-09-24 22:33 UTC 

[PATCH] diff: add a config option to control orderfile
 2013-09-24 22:08 UTC  (19+ messages)

Re-Transmission of blobs?
 2013-09-24 20:36 UTC  (12+ messages)

git rebase is confused about commits w/o textual changes (e.g. chmod's)
 2013-09-24 19:56 UTC 

[PATCH/RFC 0/5] New hash table implementation
 2013-09-24 11:16 UTC  (14+ messages)
` [PATCH/RFC 1/5] add a hashtable implementation that supports O(1) removal
` [PATCH v2 0/5] New hash table implementation
  ` [PATCH v2 1/5] add a hashtable implementation that supports O(1) removal
  ` [PATCH v2 2/5] buitin/describe.c: use new hash map implementation
  ` [PATCH v2 3/5] diffcore-rename.c: move code around to prepare for the next patch
  ` [PATCH v2 4/5] diffcore-rename.c: simplify finding exact renames
  ` [PATCH v2 5/5] diffcore-rename.c: use new hash map implementation

[PATCH] clone.c: Add a period after "done" to end the sentence
 2013-09-24 10:24 UTC 

Unknown option for merge-recursive: -Xdiff-algorithm=minimal
 2013-09-24 10:01 UTC  (2+ messages)

On the behavior of checkout <branch> with uncommitted local changes
 2013-09-24  9:25 UTC  (4+ messages)

[PATCH v2] git-remote-mediawiki: bugfix for pages w/ >500 revisions
 2013-09-24  8:19 UTC  (5+ messages)

[PATCH 0/2] fetch: trivial fixes
 2013-09-24  7:41 UTC  (14+ messages)
` [PATCH 1/2] fetch: add missing documentation
` [PATCH 2/2] remote: fix trivial memory leak

[PATCH 2/2] grep: use slash for path delimiter, not colon
 2013-09-24  6:57 UTC  (2+ messages)

[PATCH] git-compat-util: Avoid strcasecmp() being inlined
 2013-09-24  5:32 UTC  (8+ messages)

Using alternate working directory
 2013-09-24  5:00 UTC  (3+ messages)

[PATCH] git.txt: Fix asciidoc syntax of --*-pathspecs
 2013-09-24  4:18 UTC  (2+ messages)

[PATCH v2 00/16] Make Gnome Credential helper more Gnome-y and support ancient distros
 2013-09-24  3:49 UTC  (20+ messages)
` [PATCH v2 01/16] contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarations
` [PATCH v2 02/16] contrib/git-credential-gnome-keyring.c: remove unused die() function
` [PATCH v2 03/16] contrib/git-credential-gnome-keyring.c: *style* use "if ()" not "if()" etc
` [PATCH v2 04/16] contrib/git-credential-gnome-keyring.c: add static where applicable
` [PATCH v2 05/16] contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectly
` [PATCH v2 06/16] contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_t
` [PATCH v2 07/16] contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before accessing
` [PATCH v2 08/16] contrib/git-credential-gnome-keyring.c: set Gnome application name
` [PATCH v2 09/16] contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()
` [PATCH v2 10/16] contrib/git-credential-gnome-keyring.c: use secure memory functions for passwds
` [PATCH v2 11/16] contrib/git-credential-gnome-keyring.c: use secure memory for reading passwords
` [PATCH v2 12/16] contrib/git-credential-gnome-keyring.c: use glib memory allocation functions
` [PATCH v2 13/16] contrib/git-credential-gnome-keyring.c: use glib messaging functions
` [PATCH v2 14/16] contrib/git-credential-gnome-keyring.c: report failure to store password
` [PATCH v2 15/16] contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring
` [PATCH v2 16/16] contrib/git-credential-gnome-keyring.c: support really "

What's cooking in git.git (Sep 2013, #07; Mon, 23)
 2013-09-24  0:12 UTC  (5+ messages)

[PATCH 2/2] perf-lib: add test_perf_cleanup target
 2013-09-23 21:08 UTC  (5+ messages)
` [PATCH v2 0/3] Add cleanup action to perf-lib
  ` [PATCH v2 1/3] test-lib: introduce "modern" style tests
  ` [PATCH v2 2/3] perf-lib: add cleanup option
  ` [PATCH v2 3/3] p0003-index.sh: add perf test for the index formats

[PATCH/RFC 0/7] Support for Ruby
 2013-09-23 19:47 UTC  (16+ messages)

[PATCH] git-prune-packed.txt: Fix reference to GIT_OBJECT_DIRECTORY
 2013-09-23 19:19 UTC 

[PATCH] git-remote-mediawiki: bugfix for pages w/ >500 revisions
 2013-09-23 18:26 UTC  (3+ messages)

[PATCH 00/15] Make Gnome Credential helper more Gnome-y and support ancient distros
 2013-09-23 17:21 UTC  (20+ messages)
` [PATCH 01/15] contrib/git-credential-gnome-keyring.c: remove unnecessary pre-declarations
` [PATCH 02/15] contrib/git-credential-gnome-keyring.c: remove unused die() function
` [PATCH 03/15] contrib/git-credential-gnome-keyring.c: add static where applicable
` [PATCH 04/15] contrib/git-credential-gnome-keyring.c: exit non-zero when called incorrectly
` [PATCH 05/15] contrib/git-credential-gnome-keyring.c: set Gnome application name
` [PATCH 06/15] contrib/git-credential-gnome-keyring.c: strlen() returns size_t, not ssize_t
` [PATCH 07/15] contrib/git-credential-gnome-keyring.c: ensure buffer is non-empty before accessing
` [PATCH 08/15] contrib/git-credential-gnome-keyring.c: use gnome helpers in keyring_object()
` [PATCH 09/15] contrib/git-credential-gnome-keyring.c: use secure memory functions for passwds
` [PATCH 10/15] contrib/git-credential-gnome-keyring.c: use secure memory for reading passwords
` [PATCH 11/15] contrib/git-credential-gnome-keyring.c: use glib memory allocation functions
` [PATCH 12/15] contrib/git-credential-gnome-keyring.c: use glib messaging functions
` [PATCH 13/15] contrib/git-credential-gnome-keyring.c: report failure to store password
` [PATCH 14/15] contrib/git-credential-gnome-keyring.c: support ancient gnome-keyring
` [PATCH 15/15] contrib/git-credential-gnome-keyring.c: support really "

Save notes state when releasing
 2013-09-23  7:25 UTC  (3+ messages)

[PATCH 0/9] transport-helper: updates
 2013-09-23  2:41 UTC  (12+ messages)
` [PATCH 1/9] transport-helper: add 'force' to 'export' helpers
` [PATCH 4/9] fast-export: add new --refspec option
` [PATCH 8/9] transport-helper: add support to delete branches

[BUG?] inconsistent `git reflog show` output, possibly `git fsck` output
 2013-09-22 22:52 UTC  (2+ messages)

suspected bug(s) in git-cvsexportcommit.perl
 2013-09-22 21:26 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).