git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-10 09:13:11 to 2013-03-12 21:20:58 UTC [more...]

linux-next: unneeded merge in the security tree
 2013-03-12 21:20 UTC  (5+ messages)

difftool -d symlinks, under what conditions
 2013-03-12 21:06 UTC  (10+ messages)
        ` [PATCH] difftool: Make directory diff symlink work tree

[PATCH 0/3] Trivial (and small) exclude optimizations
 2013-03-12 20:59 UTC  (32+ messages)
` [PATCH v2 0/6] Exclude optimizations
  ` [PATCH v2 3/6] match_basename: use strncmp instead of strcmp
  ` [PATCH v2 6/6] exclude: filter patterns by directory level
  ` [PATCH v3 00/13] Exclude optimizations
    ` [PATCH v3 01/13] dir.c: add MEASURE_EXCLUDE code for tracking exclude performance
    ` [PATCH v3 02/13] match_pathname: avoid calling strncmp if baselen is 0
    ` [PATCH v3 03/13] dir.c: inline convenient *_icase helpers
    ` [PATCH v3 04/13] match_basename: use strncmp instead of strcmp
    ` [PATCH v3 05/13] match_{base,path}name: replace strncmp_icase with memequal_icase
    ` [PATCH v3 06/13] dir: pass pathname length to last_exclude_matching
    ` [PATCH v3 07/13] exclude: avoid calling prep_exclude on entries of the same directory
    ` [PATCH v3 08/13] exclude: record baselen in the pattern
    ` [PATCH v3 09/13] exclude: filter out patterns not applicable to the current directory
    ` [PATCH v3 10/13] read_directory: avoid invoking exclude machinery on tracked files
    ` [PATCH v3 11/13] Preallocate hash tables when the number of inserts are known in advance
    ` [PATCH v3 12/13] name-hash: allow to lookup a name with precalculated base hash
    ` [PATCH v3 13/13] read_directory: calculate name hashes incrementally

[PATCH v2 0/4] allow more sources for config values
 2013-03-12 19:29 UTC  (19+ messages)
` [PATCH v2 1/4] config: factor out config file stack management
` [PATCH v2 2/4] config: drop file pointer validity check in get_next_char()
` [PATCH v2 3/4] config: make parsing stack struct independent from actual data source
` [PATCH v2 4/4] teach config parsing to read from strbuf

[PATCH v4] submodule: add 'deinit' command
 2013-03-12 16:22 UTC  (3+ messages)

Updating not actual branch
 2013-03-12 16:03 UTC  (3+ messages)

[PATCH/RFC] Changing submodule foreach --recursive to be depth-first, --parent option to execute command in supermodule as well
 2013-03-12 16:01 UTC  (12+ messages)

[PATCH 14/19] Document pull-all and push-all
 2013-03-12 15:12 UTC  (2+ messages)

[PATCH 0/2] "git add -u/-A" from future
 2013-03-12 13:58 UTC  (10+ messages)
` [PATCH 1/2] require pathspec for "git add -u/-A"
        ` [PATCH 1/2] add: update pathless 'add [-u|-A]' warning to reflect change of plan
          ` [PATCH 2/2] add: add a newline at the end of pathless 'add [-u|-A]' warning

Git prompt
 2013-03-12 10:47 UTC  (6+ messages)
` [PATCH v3 0/2] shell: allow 'no-interactive-login' command to disable interactive shell
  ` [PATCH 2/2] shell: new no-interactive-login command to print a custom message

Questions/investigations on git-subtree and tags
 2013-03-12 10:02 UTC  (2+ messages)

[RFC/PATCH] Documentation/technical/api-fswatch.txt: start with outline
 2013-03-12  9:55 UTC  (5+ messages)

Proposal: sharing .git/config
 2013-03-12  8:53 UTC  (5+ messages)

rebase: strange failures to apply patc 3-way
 2013-03-12  8:26 UTC  (26+ messages)

ZSH segmentation fault while completing "git mv dir/"
 2013-03-12  7:53 UTC  (6+ messages)

git files from another branch in a separate repository
 2013-03-12  2:22 UTC 

[PATCH/RFC] Make help behaviour more consistent
 2013-03-11 21:50 UTC  (8+ messages)

What's cooking in git.git (Mar 2013, #03; Mon, 11)
 2013-03-11 22:23 UTC 

git svn error "Not a valid object name"
 2013-03-11 22:17 UTC 

[PATCH 2/3] git p4 test: should honor symlink in p4 client root
 2013-03-11 21:45 UTC  (5+ messages)
` [PATCH v2 0/3] fix git-p4 client root symlink problems
  ` [PATCH v2 1/3] git p4 test: make sure P4CONFIG relative path works
  ` [PATCH v2 2/3] git p4 test: should honor symlink in p4 client root
  ` [PATCH v2 3/3] git p4: avoid expanding client paths in chdir

[PATCH] git.c: make usage match manual page
 2013-03-11 20:44 UTC  (4+ messages)
` [PATCH] git.c: rearrange git synopsis to fit in 80 columns

Merging submodules - best merge-base
 2013-03-11 20:30 UTC  (7+ messages)
          ` [RFC/PATCH] submodule: allow common rewind when merging submodules

[RFC/PATCH] git-completion.bash: remove bashism to fix ZSH compatibility
 2013-03-11 19:09 UTC  (12+ messages)

A bug or unhandled case
 2013-03-11 16:53 UTC  (4+ messages)

Rewriting references to existing commits in commit messages with filter-branch
 2013-03-11 15:58 UTC  (7+ messages)

Textconv
 2013-03-11 14:40 UTC  (6+ messages)

[PATCH v2 00/23] contrib/subtree: Collected updates
 2013-03-11 11:49 UTC  (29+ messages)
` [PATCH v2 01/23] contrib/subtree: Fix typo (s/incldued/included/)
` [PATCH v2 02/23] contrib/subtree: Add command from-submodule
` [PATCH v2 03/23] contrib/subtree: Teach add to store repository & branch in .gittrees
` [PATCH v2 04/23] contrib/subtree: Teach push and pull to use .gittrees for defaults
` [PATCH v2 05/23] contrib/subtree: Add commands pull_all and push_all
` [PATCH v2 06/23] contrib/subtree: Rename commands push_all/pull_all to push-all/pull-all
` [PATCH v2 07/23] contrib/subtree: Teach push and pull to use .gittrees if needed
` [PATCH v2 08/23] contrib/subtree: Replace invisible carriage return with a visible \r
` [PATCH v2 09/23] contrib/subtree: Teach push to abort if split fails
` [PATCH v2 10/23] contrib/subtree: Add command diff
` [PATCH v2 11/23] contrib/subtree: Add command list
` [PATCH v2 12/23] contrib/subtree: Add command prune
` [PATCH v2 13/23] contrib/subtree: Add prune command to OPTS_SPEC
` [PATCH v2 14/23] contrib/subtree: Remove trailing slash from prefix parameter
` [PATCH v2 15/23] contrib/subtree: Teach from-submodule to add new subtree to .gittrees
` [PATCH v2 16/23] contrib/subtree: Document pull-all and push-all
` [PATCH v2 17/23] contrib/subtree: Document from-submodule and prune commands
` [PATCH v2 18/23] contrib/subtree: Add missing commands to SYNOPSIS
` [PATCH v2 19/23] contrib/subtree: Document list command
` [PATCH v2 20/23] contrib/subtree: Teach push to use --force option
` [PATCH v2 21/23] contrib/subtree: Convert spaces to tabs and remove some trailing whitespace
` [PATCH v2 22/23] contrib/subtree: Parameters repository/branch for push/pull are optional
` [PATCH v2 23/23] contrib/subtree: Fix order of case switches so default case is last

thomas sabo uk have an impact on the particular economic system
 2013-03-11  9:41 UTC 

[PATCH 0/2] fix git-archive with empty trees
 2013-03-11  5:25 UTC  (5+ messages)
` [PATCH 1/2] test-lib: factor out $GIT_UNZIP setup
` [PATCH 2/2] archive: handle commits with an empty tree

Memory corruption when rebasing with git version 1.8.1.5 on arch
 2013-03-11  5:18 UTC  (9+ messages)

[PATCH] perf: update documentation of GIT_PERF_REPEAT_COUNT
 2013-03-10 20:32 UTC  (2+ messages)

[RFC/WIP PATCH 0/3] fetch moved submodules on-demand
 2013-03-10 16:39 UTC  (7+ messages)
` [RFC/WIP PATCH 1/3] teach config parsing to read from strbuf
    ` [PATCH 0/4] allow more sources for config values
      ` [PATCH 4/4] teach config parsing to read from strbuf

[PATCH] Translate git_more_info_string consistently
 2013-03-10 15:10 UTC 

pt_BR initializaton
 2013-03-10  9:12 UTC 


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 NNTP newsgroup(s).