git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-22 08:34:06 to 2012-12-28 19:34:03 UTC [more...]

(unknown)
 2012-12-28 19:33 UTC  (2+ messages)

[PATCH] Remove the suggestion to use parsecvs, which is currently broken
 2012-12-28 19:28 UTC  (2+ messages)

[PATCH v3 00/19] new git check-ignore sub-command
 2012-12-28 18:50 UTC  (22+ messages)
` [PATCH v3 01/19] api-directory-listing.txt: update to match code
` [PATCH v3 02/19] Improve documentation and comments regarding directory traversal API
` [PATCH v3 03/19] dir.c: rename cryptic 'which' variable to more consistent name
` [PATCH v3 04/19] dir.c: rename path_excluded() to is_path_excluded()
` [PATCH v3 05/19] dir.c: rename excluded_from_list() to is_excluded_from_list()
` [PATCH v3 06/19] dir.c: rename excluded() to is_excluded()
` [PATCH v3 07/19] dir.c: refactor is_excluded_from_list()
` [PATCH v3 08/19] dir.c: refactor is_excluded()
` [PATCH v3 09/19] dir.c: refactor is_path_excluded()
` [PATCH v3 10/19] dir.c: rename free_excludes() to clear_exclude_list()
` [PATCH v3 11/19] dir.c: use a single struct exclude_list per source of excludes
` [PATCH v3 12/19] dir.c: keep track of where patterns came from
` [PATCH v3 13/19] dir.c: provide clear_directory() for reclaiming dir_struct memory
` [PATCH v3 14/19] add.c: refactor treat_gitlinks()
` [PATCH v3 15/19] add.c: remove unused argument from validate_pathspec()
` [PATCH v3 16/19] pathspec.c: move reusable code from builtin/add.c
` [PATCH v3 17/19] pathspec.c: extract new validate_path() for reuse
` [PATCH v3 18/19] setup.c: document get_pathspec()
` [PATCH v3 19/19] Add git-check-ignore sub-command

[PATCH 0/2] Mailmap in log improvements
 2012-12-28 18:43 UTC  (14+ messages)
` [PATCH 1/2] log: grep author/committer using mailmap
        ` [PATCH v2] "
` [PATCH 2/2] log: add log.mailmap configuration option

[PATCH] refs: do not use cached refs in repack_without_ref
 2012-12-28 17:15 UTC  (6+ messages)
  ` Lockless Refs? (Was [PATCH] refs: do not use cached refs in repack_without_ref)
      ` Lockless Refs?

git diff --ignore-space-at-eol issue
 2012-12-28 16:46 UTC  (2+ messages)

Bug in git status
 2012-12-28 14:05 UTC  (10+ messages)
` [PATCH] wt-status: Show ignored files in untracked dirs
  ` [PATCH v2] "

Installation Plan
 2012-12-28 13:54 UTC  (2+ messages)

[PATCH 0/8] fnmatch replacement step 1
 2012-12-28  7:15 UTC  (9+ messages)
` [PATCH 2/8] wildmatch: rename constants and update prototype
` [PATCH 4/8] wildmatch: support "no FNM_PATHNAME" mode
` [PATCH 8/8] wildmatch: advance faster in <asterisk> + <literal> patterns

Find the starting point of a local branch
 2012-12-28  6:38 UTC  (17+ messages)

[PATCH v2 0/9] fnmatch replacement step 1
 2012-12-28  4:10 UTC  (10+ messages)
` [PATCH v2 1/9] compat/fnmatch: respect NO_FNMATCH* even on glibc
` [PATCH v2 2/9] wildmatch: replace variable 'special' with better named ones
` [PATCH v2 3/9] wildmatch: rename constants and update prototype
` [PATCH v2 4/9] wildmatch: make dowild() take arbitrary flags
` [PATCH v2 5/9] wildmatch: support "no FNM_PATHNAME" mode
` [PATCH v2 6/9] test-wildmatch: add "perf" command to compare wildmatch and fnmatch
` [PATCH v2 7/9] wildmatch: make a special case for "*/" with FNM_PATHNAME
` [PATCH v2 8/9] wildmatch: advance faster in <asterisk> + <literal> patterns
` [PATCH v2 9/9] Makefile: add USE_WILDMATCH to use wildmatch as fnmatch

git log commit limiting "show commits with >1 child" possible?
 2012-12-28  3:15 UTC  (2+ messages)

[ANNOUNCE] Git v1.8.0.3
 2012-12-28  0:48 UTC 

Python version auditing followup
 2012-12-27 21:57 UTC  (3+ messages)

"fatal: git-write-tree: error building trees" from `git stash`
 2012-12-27 20:11 UTC  (6+ messages)

[PATCH] gitk: Replaced "green" with "#00FF00"
 2012-12-27 17:27 UTC  (2+ messages)

[PATCH] Remove Documentation/pt_BR/gittutorial.txt
 2012-12-27 14:15 UTC 

Push Windows to Linux Repository Problem
 2012-12-27 12:18 UTC  (4+ messages)

[PATCH v3] mergetools/p4merge: Honor $TMPDIR for the /dev/null placeholder
 2012-12-27  0:45 UTC 

[PATCH 0/5] merge-tree fix-ups
 2012-12-26 23:03 UTC  (6+ messages)
` [PATCH 1/5] Which merge_file() function do you mean?
` [PATCH 2/5] merge-tree: lose unused "flags" from merge_list
` [PATCH 3/5] merge-tree: lose unused "resolve_directories"
` [PATCH 4/5] merge-tree: add comments to clarify what these functions are doing
` [PATCH 5/5] merge-tree: fix d/f conflicts

What's cooking in git.git (Dec 2012, #07; Wed, 26)
 2012-12-26 22:59 UTC 

GIT get corrupted on lustre
 2012-12-26 22:51 UTC  (5+ messages)

generating format-patch options from an e-mail
 2012-12-26 21:57 UTC  (5+ messages)

git-prompt.sh vs leading white space in __git_ps1()::printf_format
 2012-12-26 21:03 UTC  (18+ messages)
                      ` [PATCH] make __git_ps1 accept a third parameter in pcmode

generating format-patch options from an e-mail
 2012-12-26 20:28 UTC 

[PATCH] l10n: de.po: address the user formally
 2012-12-26 15:52 UTC 

[PATCH 9/9] Add git-check-ignores
 2012-12-26 15:46 UTC  (8+ messages)
` [PATCH v2 00/14] new git check-ignore sub-command
  ` [PATCH v2 10/14] For each exclude pattern, store information about where it came from

[PATCH] gitweb: fix error when highlight is enabled
 2012-12-26  9:55 UTC  (2+ messages)

[PATCH] stash: treat numerical arguments as shorthand for stash@{n}
 2012-12-26  2:08 UTC  (2+ messages)

Using Eclipse git plugin
 2012-12-25 21:01 UTC  (2+ messages)

[PATCH] t9200: let "cvs init" create the test repository
 2012-12-25  1:49 UTC  (2+ messages)

[LHF] making t5000 "tar xf" tests more lenient
 2012-12-24 20:49 UTC 

[PATCH] Python scripts audited for minimum compatible version and checks added
 2012-12-24 19:52 UTC  (11+ messages)

[PATCH 1/2] tests: move test_cmp_rev to test-lib-functions
 2012-12-24  7:20 UTC  (11+ messages)
` [PATCH 2/2] learn to pick/revert into unborn branch

cvsps, parsecvs, svn2git and the CVS exporter mess
 2012-12-23 22:45 UTC  (3+ messages)

Change in cvsps maintainership, abd a --fast-export option
 2012-12-23 19:57 UTC  (13+ messages)
    `  "
        `  "
            `  "

[ANNOUNCE] Git v1.8.1-rc3
 2012-12-23  2:53 UTC 

[PATCH v2] mergetools/p4merge: Honor $TMPDIR for the /dev/null placeholder
 2012-12-23  1:31 UTC  (4+ messages)

Pushing symbolic references to remote repositories?
 2012-12-23  1:10 UTC  (6+ messages)

Missing Refs after Garbage Collection
 2012-12-23  1:04 UTC  (3+ messages)

[PATCH] Sort howto documents in howto-index.txt
 2012-12-22 19:54 UTC  (3+ messages)
` Aw: "

Hold your fire, please
 2012-12-22 19:22 UTC 

problem with BOINC repository and CR/LF
 2012-12-22 19:17 UTC  (10+ messages)

[PATCH 0/3] Help newbie git developers avoid obvious pitfalls
 2012-12-22 18:39 UTC  (7+ messages)
` [PATCH 3/3] Makefile: use -Wdeclaration-after-statement if supported

Right way to import a repo
 2012-12-22 17:57 UTC  (2+ messages)

Opera release Git-splitter, a sub-modularizing tool for Git
 2012-12-22 16:41 UTC  (8+ messages)

[BUG] Cannot push some grafted branches
 2012-12-22 16:38 UTC  (16+ messages)

[PATCH] git-subtree: fix typo in manpage
 2012-12-22 14:46 UTC 

[PATCH] git-subtree: ignore git-subtree executable
 2012-12-22 14:45 UTC 

[PATCH 0/7] format-patch --reroll-count
 2012-12-22  8:33 UTC  (7+ messages)
` [PATCH 2/7] builtin/log.c: drop redundant "numbered_files" parameter from make_cover_letter()
` [PATCH 3/7] builtin/log.c: stop using global patch_suffix
` [PATCH 4/7] get_patch_filename(): simplify function signature
` [PATCH 5/7] get_patch_filename(): drop "just-numbers" hack
` [PATCH 6/7] get_patch_filename(): split into two functions
` [PATCH 7/7] format-patch: add --reroll-count=$N option


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