git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-09-27 13:38:12 to 2010-09-29 06:11:21 UTC [more...]

git-svn
 2010-09-29  6:11 UTC  (2+ messages)

[PATCH] Makefile: Add help target
 2010-09-29  6:10 UTC  (17+ messages)
      ` [PATCH] Makefile: implement "
              ` [PATCHv2] "

[PATCH 0/6] Introduce pathspec struct
 2010-09-29  4:29 UTC  (17+ messages)
` [PATCH 1/6] Add struct pathspec
` [PATCH 3/6] pathspec: cache string length when initialize pathspec
` [PATCH 4/6] Convert struct diff_options to use struct pathspec
` [PATCH 5/6] tree_entry_interesting(): remove dependency on struct diff_options

Pull request for msysGit patches
 2010-09-29  4:17 UTC  (16+ messages)
  ` [msysGit] "
` [msysGit] "

mirroring and development with three levels of repositories?
 2010-09-29  1:58 UTC  (5+ messages)

[PATCH] checkout: add a space between the commit and "..."
 2010-09-29  1:49 UTC  (6+ messages)

[PATCH 00/18] git notes merge
 2010-09-29  0:23 UTC  (19+ messages)
` [PATCH 01/18] (trivial) notes.h: Minor documentation fixes to copy_notes()
` [PATCH 02/18] notes.h: Make default_notes_ref() available in notes API
` [PATCH 03/18] notes.h/c: Clarify the handling of notes objects that are == null_sha1
` [PATCH 04/18] notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
` [PATCH 05/18] (trivial) t3303: Indent with tabs instead of spaces for consistency
` [PATCH 06/18] notes.c: Use two newlines (instead of one) when concatenating notes
` [PATCH 07/18] builtin/notes.c: Split notes ref DWIMmery into a separate function
` [PATCH 08/18] git notes merge: Initial implementation handling trivial merges only
` [PATCH 09/18] builtin/notes.c: Refactor creation of notes commits
` [PATCH 10/18] git notes merge: Handle real, non-conflicting notes merges
` [PATCH 11/18] git notes merge: Add automatic conflict resolvers (ours, theirs, union)
` [PATCH 12/18] Documentation: Preliminary docs on 'git notes merge'
` [PATCH 13/18] git notes merge: Manual conflict resolution, part 1/2
` [PATCH 14/18] git notes merge: Manual conflict resolution, part 2/2
` [PATCH 15/18] git notes merge: List conflicting notes in notes merge commit message
` [PATCH 16/18] git notes merge: --commit should fail if underlying notes ref has moved
` [PATCH 17/18] git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"
` [PATCH 18/18] git notes merge: Add testcases for merging notes trees at different fanouts

using git on sourceforge
 2010-09-28 22:34 UTC 

[PATCH v2 0/6] Introduct pathspec struct
 2010-09-28 12:00 UTC  (7+ messages)
` [PATCH 1/6] Add struct pathspec
` [PATCH 2/6] diff-no-index: use diff_tree_setup_paths()
` [PATCH 3/6] pathspec: cache string length when initializing pathspec
` [PATCH 4/6] Convert struct diff_options to use struct pathspec
` [PATCH 5/6] tree_entry_interesting(): remove dependency on struct diff_options
` [PATCH 6/6] Move tree_entry_interesting() to tree-walk.c and export it

[PATCH] merge-recursive: option to specify rename threshold
 2010-09-28 21:15 UTC  (14+ messages)
          ` [PATCHv2 1/2] "
          ` [PATCHv2 2/2] diff: add synonyms for -M, -C, -B

[PATCH] gettext: use libcharset when available
 2010-09-28 21:47 UTC  (6+ messages)
    ` [PATCH/RFC 0/2] use libcharset.h with gettext if available
    ` [PATCH/RFC 1/2] gettext: use const char* instead of char*

[GITK PATCH] gitk: add menuitem for file checkout from selected or parent commit
 2010-09-28 21:09 UTC  (2+ messages)

Another way to compare tools: is it possible to transfer full history?
 2010-09-28 20:55 UTC  (5+ messages)

Qn about git pull and git fetch
 2010-09-28 20:01 UTC  (5+ messages)
  `  "

Left Margin in wiki = unreadable pages
 2010-09-28 18:45 UTC  (4+ messages)

[PATCH 000/159] [PULL] Updated + rebased ab/i18n
 2010-09-28 18:32 UTC  (3+ messages)

merge removed content back into current content
 2010-09-28 16:49 UTC  (5+ messages)
  `  "

[BUG, PATCH v3 0/3] Fix {blame,cat-file} --textconv for cases with symlinks
 2010-09-28 16:12 UTC  (16+ messages)
` [PATCH v3 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
` [PATCH v3 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks

[PATCH] send-email: Use To: headers in patch files
 2010-09-28 14:34 UTC  (2+ messages)

[PATCH] stash drops the stash even if creating the branch fails because it already exists
 2010-09-28 13:21 UTC  (5+ messages)
` [PATCH 0/2] stash: test and fix git stash branch regression
` [PATCH 1/2] stash drops the stash even if creating the branch fails because it already exists
` [PATCH 2/2] stash: fix git stash branch regression when branch creation fails

[PATCH] Allow gitweb tab width to be set per project
 2010-09-28 12:25 UTC  (2+ messages)

How to query the version of a file?
 2010-09-28 11:26 UTC  (4+ messages)

[PATCH] commit: do not switch branch during a rebase unless -f is given
 2010-09-28 11:24 UTC  (6+ messages)
` [PATCH] checkout: "

[RFC PATCH] user-manual: fix anchor name Finding-comments-With-given-Content
 2010-09-28 11:16 UTC 

[PATCH] user-manual: be consistent in illustrations to 'git rebase'
 2010-09-28 11:08 UTC  (3+ messages)

rebase -i segmentation fault and another problem
 2010-09-28 10:03 UTC  (4+ messages)
  ` [PATCH] builtin/revert.c: don't dereference a NULL pointer

[PATCH] repack: add -F option that passes --no-reuse-delta to pack-objects
 2010-09-28  9:49 UTC  (9+ messages)
  ` [Alt. PATCH 1/2] repack: add -F flag to let user choose between --no-reuse-delta/object
    ` [Alt. PATCH 2/2] Documentation: pack.compression: explain how to recompress

Splitting the mailing list up
 2010-09-28  6:22 UTC  (6+ messages)

[PATCH 0/5] Globbing support in diff family
 2010-09-28  5:28 UTC  (5+ messages)
` [PATCH 2/5] pathspec: add tree_recursive_diff parameter

[PATCH] git-send-email.perl: ensure $domain is defined before using it
 2010-09-27 22:19 UTC  (2+ messages)

[PATCH] Documentation: Refer to git-commit-tree in git-filter-branch help
 2010-09-27 22:19 UTC  (2+ messages)

[PATCH] wt-status.c: don't leak directory entries when processing untracked,ignored
 2010-09-27 22:19 UTC  (2+ messages)

[BUG] git clean -X behaviour when .gitignore has sub-directory entries
 2010-09-27 20:36 UTC  (2+ messages)

git-checkout(1) Manual Page
 2010-09-27 19:18 UTC 

[PATCHv5 00/12] gitweb: remote_heads feature
 2010-09-27 19:17 UTC  (7+ messages)
` [PATCHv5 12/12] gitweb: gather more remote data
` [PATCHv5 08/12] gitweb: auxiliary function to group data

[PATCH] Improvements to `git checkout -h`
 2010-09-27 17:54 UTC  (3+ messages)

git push on tracking branches
 2010-09-27 17:53 UTC  (5+ messages)

Patch id tests and diff performance optimization
 2010-09-27 17:52 UTC  (4+ messages)
` [PATCH 3/3 v2] use cache for function names in hunk headers

[PATCH] builtin/fetch: print hash of deleted tag when updating
 2010-09-27 16:38 UTC  (4+ messages)

A sudden lack of permission
 2010-09-27 16:30 UTC  (5+ messages)

git-1.7.3 breakage: "git stash show xxx" doesn't show anything
 2010-09-27 15:38 UTC  (3+ messages)
` [PATCH v1] stash show: fix breakage in 1.7.3

[PATCH] git-stash: fix flag parsing
 2010-09-27 15:32 UTC  (2+ messages)
` [PATCH] stash: simplify parsing fixes

GIT and Cloning Remote Repositories into "Local Remote" Repositories
 2010-09-27 15:29 UTC  (4+ messages)

[PATCH 2/2] mergetool-lib: add a three-way diff view for vim/gvim
 2010-09-27 15:19 UTC  (2+ messages)

git-svn dcommit problem with subversion mirror
 2010-09-27 15:13 UTC 

[PATCH] mingw: do not crash on open(NULL, ...)
 2010-09-27 13:59 UTC  (7+ messages)
      ` [msysGit] "
        `  "


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