git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-04-08 03:08:54 to 2012-04-11 10:29:42 UTC [more...]

[PATCH 0/2] Dynamic long options for bash completion
 2012-04-11 10:29 UTC  (3+ messages)
` [PATCH 1/2] parse-options: Add support for dumping out long options
` [PATCH 2/2] completion: Use parse-options raw output for simple "

[PATCH] send-email: make annotate configurable
 2012-04-11  9:43 UTC  (6+ messages)

[PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
 2012-04-11  9:02 UTC  (6+ messages)

[PATCH v2] contrib: added git-diffall
 2012-04-11  8:38 UTC  (5+ messages)

Migrating SVN to Git, and preserve merge information
 2012-04-11  7:24 UTC  (3+ messages)

stash refuses to pop
 2012-04-11  7:15 UTC  (7+ messages)

Git push performance problems with ~100K refs
 2012-04-11  6:19 UTC  (10+ messages)
        ` [PATCH 1/3] add mergesort() for linked lists

GSoC - Some questions on the idea of "Better big-file support"
 2012-04-11  6:04 UTC  (11+ messages)
  ` GSoC - Some questions on the idea of

[PATCH v3 0/3] Multithread index-pack
 2012-04-11  5:49 UTC  (4+ messages)
` [PATCH v3 1/3] compat/win32/pthread.h: Add an pthread_key_delete() implementation
` [PATCH v3 2/3] index-pack: split second pass obj handling into own function
` [PATCH v3 3/3] index-pack: support multithreaded delta resolving

[Dict] Main git terminology in Bulgarian
 2012-04-11  4:09 UTC 

[ANNOUNCE] Git 1.7.10-rc3
 2012-04-11  2:08 UTC  (18+ messages)
        ` push.default: current vs upstream
                    ` [RFC/PATCH] Give better 'pull' advice when pushing non-ff updates to current branch

[PATCH 0/4] Enhance git-rebases flexibiilty in handling empty commits
 2012-04-11  0:44 UTC  (16+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] git-cherry-pick: add allow-empty option
  ` [PATCH v3 2/4] git-cherry-pick: Add keep-redundant-commits option
  ` [PATCH v3 3/4] git-cherry-pick: Add test to validate new options
  ` [PATCH v3 4/4] git-rebase: add keep_empty flag

Linear history *and* share a branch?
 2012-04-10 23:54 UTC  (2+ messages)

GSoC intro
 2012-04-10 23:46 UTC  (8+ messages)
  ` GSOC Proposal draft: git-remote-svn

[PATCH] rev-parse --show-prefix: add in trailing newline
 2012-04-10 22:51 UTC  (9+ messages)

What's cooking in git.git (Apr 2012, #04; Tue, 10)
 2012-04-10 22:27 UTC 

[PATCH] fast-import: catch garbage after marks in from/merge
 2012-04-10 21:40 UTC  (5+ messages)
` [PATCHv2 0/2] fast-import: tighten parsing of mark references
  ` [PATCHv3] "
    ` [PATCHv4] fast-import: tighten parsing of datarefs

[PATCH] prohibit "svn dcommit" on remote-tracking-branches
 2012-04-10 21:17 UTC  (2+ messages)

[PATCH 0/2] git-svn: fixes for intermittent SIGPIPE
 2012-04-10 21:11 UTC  (3+ messages)
` [PATCH 1/2] git-svn: use POSIX::sigprocmask to block signals

[RFC/PATCH] gc: do not explode objects which will be immediately pruned
 2012-04-10 20:24 UTC  (2+ messages)

[ANNOUNCE] Git 1.7.10
 2012-04-10 19:11 UTC  (3+ messages)

[PATCH] submodule: fix prototype of gitmodules_config
 2012-04-10 19:10 UTC 

[PATCH] test-subprocess: fix segfault without arguments
 2012-04-10 19:07 UTC 

Post 1.7.10 cycle
 2012-04-10 18:55 UTC  (2+ messages)

dirty commits: cause? how to prevent them?
 2012-04-10 18:16 UTC 

git-subtree Next Round Ready
 2012-04-10 18:12 UTC  (5+ messages)

git status: small difference between stating whole repository and small subdirectory
 2012-04-10 18:00 UTC  (16+ messages)

[PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
 2012-04-10 16:10 UTC  (15+ messages)

[PATCH 0/5] multithread traverse_commit_list (aka rev-list)
 2012-04-10 16:51 UTC  (7+ messages)
` [PATCH 1/5] Remove global pointer "packed_git" in favor or set/get function pair
` [PATCH 2/5] sha1_file: stuff various pack reading variables into a struct
` [PATCH 3/5] Make lookup_*() functions thread-safe
` [PATCH 4/5] Teach traverse_commit_list callsites about new parameter, nr_threads
` [PATCH 5/5] Support multithread in traverse_commit_list and rev-list

pre-receive/update hook: how to know forced push?
 2012-04-10 14:49 UTC  (2+ messages)

[POC PATCH 0/5] Threaded loose object and pack access
 2012-04-10 13:39 UTC  (5+ messages)
` [POC PATCH 5/5] sha1_file: make the pack machinery thread-safe

Cannot clone the git repository shared over http with authorization
 2012-04-10  9:53 UTC  (4+ messages)
  ` [PATCH 1/2] http auth fails with multiple curl handles
  ` [PATCH 2/2] fix http auth "

[StGit] Mostly-Emacs-mode merge request
 2012-04-10  8:16 UTC 

rebase -p loses amended changes
 2012-04-10  7:14 UTC  (9+ messages)

[PATCH 00/15] Hierarchical reference cache (once again)
 2012-04-10  5:30 UTC  (16+ messages)
` [PATCH 01/15] refs.c: reorder definitions more logically
` [PATCH 02/15] refs: manage current_ref within do_one_ref()
` [PATCH 03/15] do_for_each_ref_in_array(): new function
` [PATCH 04/15] do_for_each_ref_in_arrays(): "
` [PATCH 05/15] repack_without_ref(): reimplement using do_for_each_ref_in_array()
` [PATCH 06/15] names_conflict(): new function, extracted from is_refname_available()
` [PATCH 07/15] names_conflict(): simplify implementation
` [PATCH 08/15] is_refname_available(): reimplement using do_for_each_ref_in_array()
` [PATCH 09/15] free_ref_entry(): new function
` [PATCH 10/15] check_refname_component(): return 0 for zero-length components
` [PATCH 11/15] struct ref_entry: nest the value part in a union
` [PATCH 12/15] refs.c: rename ref_array -> ref_dir
` [PATCH 13/15] sort_ref_dir(): simplify logic
` [PATCH 14/15] refs: store references hierarchically
` [PATCH 15/15] do_for_each_ref(): only iterate over the subtree that was requested

Git for Windows released
 2012-04-10  3:28 UTC 

[PATCH v5 2/5] http: handle proxy proactive authentication
 2012-04-10  0:59 UTC  (3+ messages)

[PATCH] list-objects: perform NULL check before the variable is dereferenced
 2012-04-10  0:09 UTC  (5+ messages)

[PATCH v2] xdiff: load full words in the inner loop of xdl_hash_record
 2012-04-09 23:03 UTC  (2+ messages)

[PATCH] rebase -i continue: Don't skip submodule only commits
 2012-04-09 22:09 UTC  (2+ messages)

[PATCH] remote: update builtin usage
 2012-04-09 22:06 UTC  (2+ messages)

In tree object, Must the
 2012-04-09 21:03 UTC  (7+ messages)

[PATCH] Avoid problem with xpg4 grep in Solaris that broke t9400
 2012-04-09 20:13 UTC 

[PATCH 00/12] Bash completion rework
 2012-04-09 19:58 UTC  (39+ messages)
` [PATCH 01/12] tests: add initial bash completion tests
` [PATCH 02/12] completion: simplify __gitcomp
` [PATCH 03/12] completion: simplify __gitcomp_1
` [PATCH 04/12] completion: trivial simplification
` [PATCH 05/12] completion: add missing global options
` [PATCH 06/12] tests: add more bash completion tests
` [PATCH 07/12] completion: simplify command stuff
` [PATCH 08/12] completion: simplify _git_bundle
` [PATCH 09/12] completion: calculate argument position properly
` [PATCH 10/12] completion: add new git_complete helper
` [PATCH 11/12] test: add tests for aliases in bash completion
` [PATCH 12/12] completion: rename _git and _gitk

What's cooking in git.git (Apr 2012, #03; Fri, 6)
 2012-04-09 19:46 UTC  (4+ messages)
` rs/commit-list-sort-in-batch

[PATCH 0/3] git-p4: move to toplevel
 2012-04-09 18:32 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] git p4: update name in script
` [PATCH 3/3] git p4: use "git p4" directly in tests

[PATCH] credential: do not store credentials received from helpers
 2012-04-08  7:13 UTC  (8+ messages)

[PATCH RESEND] send-email: add 'specify-author' option
 2012-04-08  4:45 UTC  (8+ messages)

In tree object, must the blobs are ordered?
 2012-04-08  4:13 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).