git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-03-15 06:26:19 to 2013-03-18 12:13:16 UTC [more...]

random server hacks on top of git
 2013-03-18 12:12 UTC 

Proposal: sharing .git/config
 2013-03-18 11:48 UTC  (7+ messages)

[PATCH 0/2] peel-ref optimization fixes
 2013-03-18 11:37 UTC  (17+ messages)
` [PATCH 1/2] pack-refs: write peeled entry for non-tags
` [PATCH 2/2] pack-refs: add fully-peeled trait
` [PATCH v2 0/4] peel-ref optimization fixes
  ` [PATCH v2 1/4] avoid segfaults on parse_object failure
  ` [PATCH v2 2/4] use parse_object_or_die instead of die("bad object")
  ` [PATCH v2 3/4] pack-refs: write peeled entry for non-tags
  ` [PATCH v2 4/4] pack-refs: add fully-peeled trait
      ` [PATCH v3 "

[PATCH/RFC] http_init: only initialize SSL for https
 2013-03-18 10:38 UTC  (15+ messages)

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

[PATCH] push: Alias pushurl from push rewrites
 2013-03-18 10:01 UTC  (3+ messages)

[RFC/PATCH] Introduce branch.<name>.pushremote
 2013-03-18  9:02 UTC  (7+ messages)
` [RFC/PATCH] Introduce remote.pushdefault

Make GIT_USE_LOOKUP default?
 2013-03-18  7:32 UTC  (3+ messages)

Git build fails on `make`, undefined references in libcrypto.a
 2013-03-18  7:29 UTC  (2+ messages)

Recovering from a loss of sync between git and svn
 2013-03-18  6:09 UTC  (2+ messages)

building git ; need suggestion
 2013-03-18  5:44 UTC  (8+ messages)

git branch based hook desigh
 2013-03-18  4:27 UTC 

Tag peeling peculiarities
 2013-03-18  3:17 UTC  (13+ messages)

git: how the pack-objects.c find the object's delta
 2013-03-18  0:54 UTC 

[PATCH v1 00/45] nd/parse-pathspec and :(glob) pathspec magic
 2013-03-18  0:53 UTC  (46+ messages)
` [PATCH v1 10/45] parse_pathspec: a special flag for max_depth feature
` [PATCH v1 11/45] parse_pathspec: support stripping submodule trailing slashes
` [PATCH v1 14/45] Guard against new pathspec magic in pathspec matching code
` [PATCH v1 16/45] commit: convert to use parse_pathspec
` [PATCH v1 17/45] status: "
` [PATCH v1 18/45] rerere: "
` [PATCH v1 19/45] checkout: "
` [PATCH v1 20/45] rm: "
` [PATCH v1 21/45] ls-files: "
` [PATCH v1 22/45] archive: "
` [PATCH v1 23/45] check-ignore: "
` [PATCH v1 24/45] add: "
` [PATCH v1 25/45] reset: "
` [PATCH v1 26/45] Convert read_cache_preload() to take struct pathspec
` [PATCH v1 27/45] Convert run_add_interactive to use "
` [PATCH v1 28/45] Convert unmerge_cache to take "
` [PATCH v1 29/45] checkout: convert read_tree_some "
` [PATCH v1 30/45] Convert report_path_error "
` [PATCH v1 31/45] Convert refresh_index "
` [PATCH v1 32/45] Convert {read,fill}_directory "
` [PATCH v1 33/45] Convert add_files_to_cache "
` [PATCH v1 34/45] Convert common_prefix() to use "
` [PATCH v1 35/45] Remove diff_tree_{setup,release}_paths
` [PATCH v1 36/45] Remove init_pathspec() in favor of parse_pathspec()
` [PATCH v1 37/45] Remove match_pathspec() in favor of match_pathspec_depth()
` [PATCH v1 38/45] tree-diff: remove the use of pathspec's raw[] in follow-rename codepath
` [PATCH v1 39/45] parse_pathspec: make sure the prefix part is wildcard-free
` [PATCH v1 40/45] parse_pathspec: preserve prefix length via PATHSPEC_PREFIX_ORIGIN
` [PATCH v1 41/45] Kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
` [PATCH v1 42/45] pathspec: support :(literal) syntax for noglob pathspec
` [PATCH v1 43/45] pathspec: make --literal-pathspecs disable pathspec magic
` [PATCH v1 44/45] pathspec: support :(glob) syntax
` [PATCH v1 45/45] Rename field "raw" to "_raw" in struct pathspec

[PATCH] remote.<name>.pushurl does not consider aliases when pushing
 2013-03-17 22:47 UTC  (3+ messages)

[RFD] Combine diff improvements
 2013-03-17 22:37 UTC  (6+ messages)
` [PATCH] combine-diff: coalesce lost lines optimally

[PATCH] rev-parse: Clarify documentation of @{upstream} syntax
 2013-03-17 22:17 UTC  (3+ messages)
` [PATCH] t1507: Test that branchname@{upstream} is interpreted as branch

[PATCH] git-p4: support exclusively locked files
 2013-03-17 20:04 UTC  (2+ messages)

[PATCH] safe_create_leading_directories: fix race that could give a false negative
 2013-03-17 19:45 UTC  (4+ messages)

[PATCH 0/3] fix unparsed object access in upload-pack
 2013-03-17 16:38 UTC  (9+ messages)
` [PATCH 1/3] upload-pack: drop lookup-before-parse optimization
` [PATCH 2/3] upload-pack: make sure "want" objects are parsed
` [PATCH 3/3] upload-pack: load non-tip "want" objects from disk

[PATCH/RFC 0/6] commit caching
 2013-03-17 13:21 UTC  (6+ messages)
` [PATCH 4/6] introduce a commit metapack

[PATCH] gitk: Add user-configurable branch bg color
 2013-03-17 12:46 UTC  (2+ messages)

[PATCH] sha1_name: pass object name length to diagnose_invalid_sha1_path()
 2013-03-17 11:38 UTC  (3+ messages)

[PATCH 00/12] Layout control placeholders for pretty format
 2013-03-17  9:06 UTC  (18+ messages)
` [PATCH 01/12] pretty-formats.txt: wrap long lines
` [PATCH 02/12] pretty: share code between format_decoration and show_decorations
` [PATCH 03/12] utf8.c: move display_mode_esc_sequence_len() for use by other functions
` [PATCH 04/12] utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences
` [PATCH 05/12] pretty: save commit encoding from logmsg_reencode if the caller needs it
` [PATCH 06/12] pretty: get the correct encoding for --pretty:format=%e
` [PATCH 07/12] utf8: keep NULs in reencode_string()
` [PATCH 08/12] pretty: two phase conversion for non utf-8 commits
` [PATCH 09/12] pretty: add %C(auto) for auto-coloring on the next placeholder
` [PATCH 10/12] pretty: support padding placeholders, %< %> and %><
` [PATCH 11/12] pretty: support truncating in %>, %< "
` [PATCH 12/12] pretty: support %>> that steal trailing spaces

[PATCH] Preallocate hash tables when the number of inserts are known in advance
 2013-03-17  8:51 UTC  (5+ messages)

[PATCH 0/2] minor fast-export speedup
 2013-03-17  8:38 UTC  (3+ messages)
` [PATCH 1/2] fast-export: rename handle_object function
` [PATCH 2/2] fast-export: do not load blob objects twice

[PATCH] pull: Apply -q and -v options to rebase mode as well
 2013-03-17  4:53 UTC  (2+ messages)

inotify to minimize stat() calls
 2013-03-17  4:47 UTC  (16+ messages)
` [PATCH] status: hint the user about -uno if read_directory takes too long

[BUG?] google code http auth weirdness
 2013-03-17  3:00 UTC  (3+ messages)

experimenting with JGit and bitmaps
 2013-03-17  1:29 UTC 

SSH version on Git 1.8.1.2 for Windows is outdated
 2013-03-16 20:54 UTC  (6+ messages)

git svn error "Not a valid object name"
 2013-03-16 18:54 UTC  (7+ messages)

[PATCH] advice: Remove unused advice_push_non_ff_default
 2013-03-16 17:58 UTC 

[PATCH] Makefile: keep LIB_H entries together and sorted
 2013-03-16 15:58 UTC 

regression in multi-threaded git-pack-index
 2013-03-16 12:38 UTC  (3+ messages)

Some small issues with GIT GUI on MacOS
 2013-03-16  9:47 UTC 

[PATCH v3 1/5] wt-status: move strbuf into read_and_strip_branch()
 2013-03-16  2:12 UTC  (2+ messages)
` [PATCH v3+ "

[PATCH] index-pack: fix buffer overflow caused by translations
 2013-03-16  1:25 UTC 

[PATCH] archive-zip: use deflateInit2() to ask for raw compressed data
 2013-03-15 22:21 UTC 

git branch: multiple --merged and --no-merged options?
 2013-03-15 19:38 UTC 

Fwd: Bug: git web--browse doesn't recognise browser on OS X
 2013-03-15 11:19 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).