git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-03-14 14:43:11 to 2013-03-17 06:22:59 UTC [more...]

[PATCH v1 00/45] nd/parse-pathspec and :(glob) pathspec magic
 2013-03-17  6:22 UTC  (55+ messages)
` [PATCH v1 01/45] setup.c: check that the pathspec magic ends with ")"
` [PATCH v1 02/45] clean: remove unused variable "seen"
` [PATCH v1 03/45] Move struct pathspec and related functions to pathspec.[ch]
` [PATCH v1 04/45] pathspec: i18n-ize error strings in pathspec parsing code
` [PATCH v1 05/45] pathspec: add copy_pathspec
` [PATCH v1 06/45] Add parse_pathspec() that converts cmdline args to struct pathspec
` [PATCH v1 07/45] parse_pathspec: save original pathspec for reporting
` [PATCH v1 08/45] parse_pathspec: add PATHSPEC_PREFER_{CWD,FULL}
` [PATCH v1 09/45] Convert some get_pathspec() calls to parse_pathspec()
` [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 12/45] parse_pathspec: support stripping/checking submodule paths
` [PATCH v1 13/45] parse_pathspec: support prefixing original patterns
` [PATCH v1 14/45] Guard against new pathspec magic in pathspec matching code
` [PATCH v1 15/45] clean: convert to use parse_pathspec
` [PATCH v1 16/45] commit: "
` [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] Preallocate hash tables when the number of inserts are known in advance
 2013-03-17  6:18 UTC  (4+ messages)

[PATCH 0/3] fix unparsed object access in upload-pack
 2013-03-17  6:17 UTC  (7+ 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

[RFC/PATCH] Introduce branch.<name>.pushremote
 2013-03-17  6:10 UTC  (6+ messages)
` [RFC/PATCH] Introduce remote.pushdefault

[PATCH 0/2] peel-ref optimization fixes
 2013-03-17  6:04 UTC  (9+ messages)
` [PATCH 1/2] pack-refs: write peeled entry for non-tags
` [PATCH 2/2] pack-refs: add fully-peeled trait

[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

[PATCH] rev-parse: Clarify documentation of @{upstream} syntax
 2013-03-17  4:31 UTC  (2+ messages)

[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 

[PATCH/RFC] http_init: only initialize SSL for https
 2013-03-16 22:58 UTC  (15+ messages)
  `  "

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

[PATCH] gitk: Add user-configurable branch bg color
 2013-03-16 20:05 UTC 

[PATCH] safe_create_leading_directories: fix race that could give a false negative
 2013-03-16 19:30 UTC 

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

[PATCH] sha1_name: pass object name length to diagnose_invalid_sha1_path()
 2013-03-16 18:29 UTC 

[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 

[RFC/PATCH] Documentation/technical/api-fswatch.txt: start with outline
 2013-03-16 14:21 UTC  (7+ messages)

Tag peeling peculiarities
 2013-03-16 13:38 UTC  (14+ messages)

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 00/12] Layout control placeholders for pretty format
 2013-03-16  9:04 UTC  (14+ 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 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 

building git ; need suggestion
 2013-03-15 17:25 UTC  (7+ messages)

Fwd: Bug: git web--browse doesn't recognise browser on OS X
 2013-03-15 11:19 UTC  (2+ messages)
  `  "

[RFD] Combine diff improvements
 2013-03-15  5:54 UTC  (3+ messages)

[ANN] git-arr 0.11
 2013-03-15  1:16 UTC  (4+ messages)

Delivery Status Notification (Failure)
 2013-03-14 23:36 UTC  (3+ messages)

difftool -d symlinks, under what conditions
 2013-03-14 22:31 UTC  (12+ messages)
` [PATCH 0/2] difftool --dir-diff: symlink all files matching the working tree
  ` [PATCH 2/2] "
  ` [PATCH v2 0/3] "
    ` [PATCH v2 1/3] git-difftool(1): fix formatting of --symlink description
    ` [PATCH v2 2/3] difftool: avoid double slashes in symlink targets
    ` [PATCH v2 3/3] difftool --dir-diff: symlink all files matching the working tree

difftool -d symlinks, under what conditions
 2013-03-14 21:50 UTC  (16+ messages)
                      ` [PATCH 0/2] checkout-index: fix .gitattributes handling with --prefix
                        ` [PATCH 1/2] t2003: modernize style
                        ` [PATCH 2/2] entry: fix filter lookup

[PATCH] Allow combined diff to ignore white-spaces
 2013-03-14 21:43 UTC  (7+ messages)
      ` [PATCH v3] "

git merge problem
 2013-03-14 19:27 UTC 

[PATCH 0/2] Improve P4Merge mergetool invocation
 2013-03-14 17:39 UTC  (8+ messages)
` [PATCH v3 1/3] mergetools/p4merge: swap LOCAL and REMOTE
  ` [PATCH v3 3/3] git-merge-one-file: revise merge error reporting

[PATCH] Make core.sharedRepository work under cygwin 1.7
 2013-03-14 16:01 UTC 

[PATCH v2] git-tag: Allow --points-at syntax to create a tag pointing to specified commit
 2013-03-14 15:48 UTC  (4+ messages)


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).