git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-10-15 06:26:25 to 2012-10-17 07:18:08 UTC [more...]

[PATCH] Add __git_ps1_pc to use as PROMPT_COMMAND
 2012-10-17  7:17 UTC  (16+ messages)
` [PATCH 2/2] show color hints based on state of the git tree
              ` [PATCH 3/3] Change colors to be based on git status -sb in color mode

'git grep needle rev' attempts to access 'rev:.../.gitattributes' in the worktree
 2012-10-17  7:05 UTC  (13+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] grep: stop looking at random places for .gitattributes

What can cause empty GIT_AUTHOR_NAME for 'git filter-branch --tree-filter' on Solaris?
 2012-10-17  6:47 UTC 

[PATCH] notes: mention --notes in more places
 2012-10-17  6:25 UTC  (4+ messages)

[PATCH v4] git-cvsimport: allow author-specific timezones
 2012-10-17  5:28 UTC  (2+ messages)

git rebase -p and patch equivalent commits
 2012-10-17  5:13 UTC  (2+ messages)

Please pull git-l10n updates for Swedish and Vietnamese
 2012-10-17  1:54 UTC 

feature request
 2012-10-17  0:00 UTC  (6+ messages)

git submodule sync --recursive
 2012-10-16 23:20 UTC 

Merge option suggestion (dictator, humble)
 2012-10-16 23:17 UTC  (3+ messages)

[Patch v3 0/8] Create single PDF for all HTML files
 2012-10-16 22:11 UTC  (10+ messages)
` [Patch v3 1/8] Split over-long synopsis in git-fetch-pack.txt into several lines
` [Patch v3 2/8] Shorten two over-long lines in git-bisect-lk2009.txt by abbreviating some sha1
` [Patch v3 3/8] Change headline of technical/send-pack-pipeline.txt to not confuse its content with content from git-send-pack.txt
` [Patch v3 4/8] Prerequisites for creating nice html for all files in Documentation/technical
` [Patch v3 5/8] Prerequisites for creating nice html for all files in Documentation/howto
` [Patch v3 6/8] Prerequisites for creating nice html for all files in Documentation/RelNotes
` [Patch v3 7/8] Create pdf from all html files
` [Patch v3 8/8] Wire everything into Makefile and Documentation/Makefile

What's cooking in git.git (Oct 2012, #05; Tue, 16)
 2012-10-16 21:15 UTC 

error: git-fast-import died of signal 11
 2012-10-16 20:12 UTC  (7+ messages)

When Will We See Collisions for SHA-1? (An interesting analysis by Bruce Schneier)
 2012-10-16 20:09 UTC  (13+ messages)

t3302-notes-index-expensive.sh and t3419-rebase-patch-id.sh need time in /usr/bin
 2012-10-16 19:34 UTC  (17+ messages)
` [PATCH 0/4] Allow different time commands
  ` [PATCH 1/4] t3419-rebase-patch-id: heed USR_BIN_TIME prereq
  ` [PATCH 2/4] test-lib: allow variable export from lazy prereq tests
  ` [RFC/PATCH 3/4] test-lib: provide lazy TIME_COMMAND prereq
      ` [RFC/PATCH 3/4v2] "
  ` [PATCH 4/4] t3302,t3419: use the "

[PATCH 00/20] git-cvsserver: add support for cvs "-r" refs
 2012-10-16 19:25 UTC  (2+ messages)

push race
 2012-10-16 19:09 UTC  (20+ messages)

[PATCH] status: add --long for default format
 2012-10-16 18:32 UTC  (3+ messages)

[PATCH] Cache stat_tracking_info() for faster status and branch -v
 2012-10-16 17:36 UTC 

[PATCH 0/5] Fixing problem with deleting symrefs
 2012-10-16 16:54 UTC  (7+ messages)
  ` [PATCH 1/5] t1400-update-ref: Add test verifying bug with symrefs in delete_ref()
  ` [PATCH 2/5] delete_ref(): Fix deletion of refs through symbolic refs
  ` [PATCH 3/5] delete_ref(): Remove the correct reflog when deleting symrefs
  ` [PATCH 4/5] Add tests for using symbolic refs as branch name aliases
  ` [PATCH 5/5] branch -d: Fix failure to remove branch aliases (symrefs)

nd/attr-match-more-optim, nd/wildmatch and as/check-ignore
 2012-10-16 16:12 UTC  (33+ messages)
` [PATCH 01/13] ctype: make sane_ctype[] const array
  ` [PATCH 02/13] ctype: support iscntrl, ispunct, isxdigit and isprint
  ` [PATCH 03/13] Import wildmatch from rsync
  ` [PATCH 04/13] wildmatch: remove unnecessary functions
  ` [PATCH 05/13] wildmatch: follow Git's coding convention
  ` [PATCH 06/13] Integrate wildmatch to git
  ` [PATCH 07/13] t3070: disable unreliable fnmatch tests
  ` [PATCH 08/13] wildmatch: make wildmatch's return value compatible with fnmatch
  ` [PATCH 09/13] wildmatch: remove static variable force_lower_case
  ` [PATCH 10/13] wildmatch: fix case-insensitive matching
  ` [PATCH 11/13] wildmatch: adjust "**" behavior
  ` [PATCH 12/13] wildmatch: make /**/ match zero or more directories
  ` [PATCH 13/13] Support "**" wildcard in .gitignore and .gitattributes
` [PATCH 01/12] dir.c: rename cryptic 'which' variable to more consistent name
  ` [PATCH 02/12] dir.c: rename path_excluded() to is_path_excluded()
  ` [PATCH 03/12] dir.c: rename excluded_from_list() to is_excluded_from_list()
  ` [PATCH 04/12] dir.c: rename excluded() to is_excluded()
  ` [PATCH 05/12] dir.c: refactor is_excluded_from_list()
  ` [PATCH 06/12] dir.c: refactor is_excluded()
  ` [PATCH 07/12] dir.c: refactor is_path_excluded()
  ` [PATCH 08/12] dir.c: keep track of where patterns came from
  ` [PATCH 09/12] dir.c: refactor treat_gitlinks()
  ` [PATCH 10/12] pathspec.c: move reusable code from builtin/add.c
  ` [PATCH 11/12] dir.c: provide free_directory() for reclaiming dir_struct memory
  ` [PATCH 12/12] Add git-check-ignore sub-command

BUG when trying to delete symbolic refs
 2012-10-16 16:09 UTC  (4+ messages)
  ` [PATCH] refs: lock symref that is to be deleted, not its target

[PATCH] git-cvsimport: allow author-specific timezones
 2012-10-16 15:49 UTC  (6+ messages)

[PATCH] Add --unannotate option to git-subtree
 2012-10-16 12:47 UTC  (2+ messages)

[PATCH UI experiment] diffstat: annotate/highlight new or removed files
 2012-10-16 11:15 UTC  (3+ messages)

build deps
 2012-10-16  7:37 UTC  (12+ messages)

Cloning tags from master
 2012-10-16  3:08 UTC  (2+ messages)

[PATCH v3] git-cvsimport: allow author-specific timezones
 2012-10-16  2:40 UTC 

Minor update on po/git.pot
 2012-10-16  0:54 UTC 

Please pull git-l10n updates for git v1.8.0-rc2-4-g42e55
 2012-10-16  0:44 UTC 

[PATCH v5 0/3] completion: refactor and zsh wrapper
 2012-10-16  0:24 UTC  (6+ messages)
` [PATCH v5 2/3] tests: use __gitcompadd to simplify completion tests
` [PATCH v5 3/3] completion: add new zsh completion

[PATCH v2] completion: add format-patch options to send-email
 2012-10-16  0:21 UTC 

[PATCH] completion: add format-patch options to send-email
 2012-10-15 23:57 UTC  (6+ messages)

[Patch 0/5] Create single PDF for all HTML files
 2012-10-15 20:49 UTC  (11+ messages)
  ` [Patch 3/5] Create html documents for all files in Documentation/RelNotes
  ` Aw: Re: [Patch 0/5] Create single PDF for all HTML files
    `  "

Git at TED talk
 2012-10-15 17:50 UTC 

A design for subrepositories
 2012-10-15 17:10 UTC  (10+ messages)

Planning to pass the baton to an interim maintainer
 2012-10-15 16:58 UTC  (4+ messages)

make test
 2012-10-15 13:18 UTC  (11+ 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).