git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-10-13 21:23:25 to 2012-10-15 20:49:27 UTC [more...]

[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
    `  "

Cloning tags from master
 2012-10-15 19:44 UTC 

When Will We See Collisions for SHA-1? (An interesting analysis by Bruce Schneier)
 2012-10-15 19:14 UTC  (6+ messages)

push race
 2012-10-15 18:58 UTC  (10+ messages)

[PATCH] Add __git_ps1_pc to use as PROMPT_COMMAND
 2012-10-15 18:10 UTC  (10+ messages)
` [PATCH 2/2] show color hints based on state of the git tree

build deps
 2012-10-15 17:51 UTC  (9+ messages)

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

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

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

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

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

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

error: git-fast-import died of signal 11
 2012-10-15 15:53 UTC 

[PATCH UI experiment] diffstat: annotate/highlight new or removed files
 2012-10-15 14:35 UTC 

make test
 2012-10-15 13:18 UTC  (11+ messages)

t3302-notes-index-expensive.sh and t3419-rebase-patch-id.sh need time in /usr/bin
 2012-10-15 10:56 UTC 

BUG when trying to delete symbolic refs
 2012-10-15  8:50 UTC 

nd/attr-match-more-optim, nd/wildmatch and as/check-ignore
 2012-10-15  6:28 UTC  (32+ messages)
` [PATCH 1/6] exclude: stricten a length check in EXC_FLAG_ENDSWITH case
  ` [PATCH 2/6] exclude: split basename matching code into a separate function
  ` [PATCH 3/6] exclude: fix a bug in prefix compare optimization
  ` [PATCH 4/6] exclude: split pathname matching code into a separate function
  ` [PATCH 5/6] gitignore: make pattern parsing code "
  ` [PATCH 6/6] attr: more matching optimizations from .gitignore
` [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

[PATCH] exclude: fix a bug in prefix comparison optimization
 2012-10-15  4:28 UTC  (5+ messages)

[PATCH v2] git-cvsimport: allow author-specific timezones
 2012-10-15  2:39 UTC 

[PATCH v2 0/2] git-cvsimport: support local timezone
 2012-10-14 20:58 UTC  (4+ messages)
` [PATCH v2 2/2] git-cvsimport: allow local timezone for commits

[PATCH 0/4] nd/attr-match-optim-more updates
 2012-10-14 18:09 UTC  (6+ messages)
` [PATCH 1/4] exclude: stricten a length check in EXC_FLAG_ENDSWITH case
` [PATCH 2/4] exclude: fix a bug in prefix compare optimization
` [PATCH 3/4] exclude/attr: share basename matching code
` [PATCH 4/4] exclude/attr: share full pathname "

Why git shows staging area to users?
 2012-10-14 17:16 UTC  (6+ messages)

[RFC/PATCH 0/2] Re: [PATCH] config: warn on inaccessible files
 2012-10-14 16:43 UTC  (13+ messages)
` [PATCH 1/2] config, gitignore: failure to access with ENOTDIR is ok
` [PATCH 2/2] config: treat user and xdg config permission problems as errors
      ` [PATCH 3/2] config doc: advertise GIT_CONFIG_NOSYSTEM
        ` [PATCH v2 3/2] "
      ` [PATCH 4/2] config: exit on error accessing any config file

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

[PATCH v5 00/12] nd/wildmatch
 2012-10-14 14:26 UTC  (24+ messages)
` [PATCH v5 01/12] ctype: make sane_ctype[] const array
` [PATCH v5 02/12] ctype: support iscntrl, ispunct, isxdigit and isprint
` [PATCH v5 03/12] Import wildmatch from rsync
` [PATCH v5 04/12] wildmatch: remove unnecessary functions
` [PATCH v5 05/12] Integrate wildmatch to git
` [PATCH v5 06/12] t3070: disable unreliable fnmatch tests
` [PATCH v5 07/12] wildmatch: make wildmatch's return value compatible with fnmatch
` [PATCH v5 08/12] wildmatch: remove static variable force_lower_case
` [PATCH v5 09/12] wildmatch: fix case-insensitive matching
` [PATCH v5 10/12] wildmatch: adjust "**" behavior
` [PATCH v5 11/12] wildmatch: make /**/ match zero or more directories
` [PATCH v5 12/12] Support "**" wildcard in .gitignore and .gitattributes

[RFC/PATCH] l10n: de.po: translate 825 new messages
 2012-10-14 13:29 UTC  (2+ messages)
` fixes of previous commit

Canonicalize the git-svn path & url accessors
 2012-10-14 11:48 UTC  (7+ messages)
` [PATCH 2/7] Change canonicalize_url() to use the SVN 1.7 API when available
      ` [PATCH/RFC 0/2] "
        ` [PATCH 1/2] git svn: do not overescape URLs (fallback case)
        ` [PATCH 2/2] git svn: canonicalize_url(): use svn_path_canonicalize when available

git reflog delete HEAD@{1} HEAD@{2} caught me by surprise
 2012-10-14  7:02 UTC  (3+ messages)

git smart-http do not authent to allow git ls-remote to be called anonymously
 2012-10-14  6:30 UTC  (3+ messages)

[PATCH 00/20] git-cvsserver: add support for cvs "-r" refs
 2012-10-14  5:42 UTC  (21+ messages)
` [PATCH 01/20] cvsserver t9400: add basic 'cvs log' test
` [PATCH 02/20] cvsserver: removed unused sha1Or-k mode from kopts_from_path
` [PATCH 03/20] cvsserver: add comments about database schema/usage
` [PATCH 04/20] cvsserver update: comment about how we shouldn't remove a user-modified file
` [PATCH 05/20] cvsserver: remove unused functions _headrev and gethistory
` [PATCH 06/20] cvsserver: clean up client request handler map comments
` [PATCH 07/20] cvsserver: split up long lines in req_{status,diff,log}
` [PATCH 08/20] cvsserver: use whole CVS rev number in-process; don't strip "1." prefix
` [PATCH 09/20] cvsserver: cvs add: do not expand directory arguments
` [PATCH 10/20] cvsserver status: provide real sticky info
` [PATCH 11/20] cvsserver: factor out git-log parsing logic
` [PATCH 12/20] cvsserver: cleanup extra slashes in filename arguments
` [PATCH 13/20] cvsserver: define a tag name character escape mechanism
` [PATCH 14/20] cvsserver: add misc commit lookup, file meta data, and file listing functions
` [PATCH 15/20] cvsserver: implement req_Sticky and related utilities
` [PATCH 16/20] cvsserver: generalize getmeta() to recognize commit refs
` [PATCH 17/20] cvsserver: Add version awareness to argsfromdir
` [PATCH 18/20] cvsserver: support -r and sticky tags for most operations
` [PATCH 19/20] cvsserver: add t9402 to test branch and tag refs
` [PATCH 20/20] cvsserver Documentation: new cvs ... -r support

looking for suggestions for managing a tree of server configs
 2012-10-14  4:57 UTC  (3+ messages)

[PATCH] t0003-attributes.sh: Don't overwrite t/.gitattributes
 2012-10-14  2:37 UTC  (2+ messages)

[PATCH] Fix spelling error in post-receive-email hook
 2012-10-13 22:35 UTC  (2+ messages)

[PATCH] Fix spelling error in post-receive-email hook
 2012-10-13 22:32 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).