git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-09-17 18:21:35 to 2010-09-20 09:30:37 UTC [more...]

[PATCH] contrib/ciabot: git-describe commit instead of HEAD
 2010-09-20  9:31 UTC 

[PATCH 00/37] Audit and fix corner case bugs in recursive merge
 2010-09-20  9:24 UTC  (40+ messages)
` [PATCH 01/37] t3030: Add a testcase for resolvable rename/add conflict with symlinks
` [PATCH 02/37] merge-recursive: Restructure showing how to chain more process_* functions
` [PATCH 03/37] t6032: Add a test checking for excessive output from merge
` [PATCH 04/37] t6022: Add test combinations of {content conflict?, D/F conflict remains?}
` [PATCH 05/37] t6022: Add tests for reversing order of merges when D/F conflicts present
` [PATCH 06/37] t6022: Add tests with both rename source & dest involved in D/F conflicts
` [PATCH 07/37] t6022: Add paired rename+D/F conflict: (two/file, one/file) -> (one, two)
` [PATCH 08/37] t6022: Add tests for rename/rename combined with D/F conflicts
` [PATCH 09/37] t6020: Modernize style a bit
` [PATCH 10/37] t6020: Add a testcase for modify/delete + directory/file conflict
` [PATCH 11/37] t6036: Test index and worktree state, not just that merge fails
` [PATCH 12/37] t6036: Add a second testcase similar to the first but with content changes
` [PATCH 13/37] t6036: Add testcase for undetected conflict
` [PATCH 14/37] merge-recursive: Small code clarification -- variable name and comments
` [PATCH 15/37] merge-recursive: Rename conflict_rename_rename*() for clarity
` [PATCH 16/37] merge-recursive: Nuke rename/directory conflict detection
` [PATCH 17/37] merge-recursive: Move rename/delete handling into dedicated function
` [PATCH 18/37] merge-recursive: Move delete/modify "
` [PATCH 19/37] merge-recursive: Move process_entry's content merging into a function
` [PATCH 20/37] merge-recursive: New data structures for deferring of D/F conflicts
` [PATCH 21/37] merge-recursive: New function to assist resolving renames in-core only
` [PATCH 22/37] merge-recursive: Have process_entry() skip D/F or rename entries
` [PATCH 23/37] merge-recursive: Structure process_df_entry() to handle more cases
` [PATCH 24/37] merge-recursive: Update conflict_rename_rename_1to2() call signature
` [PATCH 25/37] merge-recursive: Update merge_content() "
` [PATCH 26/37] merge-recursive: Avoid doubly merging rename/add conflict contents
` [PATCH 27/37] merge-recursive: Move handling of double rename of one file to two
` [PATCH 28/37] merge-recursive: Move handling of double rename of one file to other file
` [PATCH 29/37] merge-recursive: Delay handling of rename/delete conflicts
` [PATCH 30/37] merge-recursive: Delay content merging for renames
` [PATCH 31/37] merge-recursive: Delay modify/delete conflicts if D/F conflict present
` [PATCH 32/37] conflict_rename_delete(): Check whether D/F conflicts are still present
` [PATCH 33/37] conflict_rename_rename_1to2(): Fix checks for presence of D/F conflicts
` [PATCH 34/37] merge_content(): Check whether D/F conflicts are still present
` [PATCH 35/37] handle_delete_modify(): "
` [PATCH 36/37] merge-recursive: Make room for directories in D/F conflicts
` [PATCH 37/37] merge-recursive: Remove redundant path clearing for "

git performance after directory copy
 2010-09-20  9:20 UTC 

[PATCH] Enable highlight executable path as a configuration option
 2010-09-20  9:10 UTC 

[PATCH 0/7] gitweb: allheads feature
 2010-09-20  8:59 UTC  (11+ messages)
` [PATCH 7/7] gitweb: group remote heads
` [PATCH 5/7] gitweb: auxiliary functions to group data

Newbie question
 2010-09-20  8:39 UTC  (7+ messages)

[PATCH 0/6] Introduce pathspec struct
 2010-09-20  8:31 UTC  (8+ 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 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
` [PATCH 6/6] Move tree_entry_interesting() to tree-walk.c and export it

[PATCH 1/2] Command names should not be translated
 2010-09-20  8:00 UTC  (2+ messages)
` [PATCH 2/2] po/sv.po: Add Swedish translation

Find out on which branch a commit was originally made
 2010-09-20  8:12 UTC  (18+ messages)

[PATCH 1/2] Command names should not be translated
 2010-09-20  8:00 UTC 

Reduced privileges install
 2010-09-20  6:51 UTC  (4+ messages)

[RFC PATCH 0/2] Teach fetch and pull to recursively fetch submodules too
 2010-09-20  6:40 UTC  (16+ messages)
      ` [PATCH] fetch: Get submodule paths from index and not from .gitmodules
                  ` [PATCH 0/2] fix problems with recursive submodule fetching
                    ` [PATCH 1/2] fetch: Fix a bug swallowing the output of "
                    ` [PATCH 2/2] fetch: Get submodule paths from index and not from .gitmodules

tig show <commit> not working anymore?
 2010-09-20  4:25 UTC  (6+ messages)

git .lock file error
 2010-09-20  2:42 UTC  (2+ messages)

[ANNOUNCE] tig-0.16.1
 2010-09-20  2:30 UTC  (3+ messages)

[PATCH] Makefile: add CC to TRACK_CFLAGS
 2010-09-20  1:46 UTC  (3+ messages)

[PATCH 0/5] Globbing support in diff family
 2010-09-19 23:30 UTC  (6+ messages)
` [PATCH 1/5] pathspec: mark wildcard pathspecs from the beginning
` [PATCH 2/5] pathspec: add tree_recursive_diff parameter
` [PATCH 3/5] tree_entry_interesting: turn to match_pathspec if wildcard is present
` [PATCH 4/5] Convert ce_path_match() to use struct pathspec
` [PATCH 5/5] ce_path_match: drop prefix matching in favor of match_pathspec

[PATCH 0/2] en/object-list-with-pathspec v5
 2010-09-19 23:24 UTC  (3+ messages)
` [PATCH 1/2] Make rev-list --objects work together with pathspecs
` [PATCH 2/2] Add testcases showing how pathspecs are handled with rev-list --objects

[PATCH] Enable highlight executable path as a configuration option
 2010-09-19 22:29 UTC 

Missing git-svn on cygwin
 2010-09-19 20:58 UTC  (3+ messages)

Patch id tests and diff performance optimization
 2010-09-19 20:24 UTC  (5+ messages)
` [PATCH 1/3] add rebase patch id tests
` [PATCH 2/3] do not search functions for patch ID
` [PATCH 3/3] use cache for function names in hunk headers

git am should recognize >From
 2010-09-19 19:44 UTC  (6+ messages)
  ` Make format-patch produce UTF-8 `From:' header (was Re: git am should recognize >From)
    ` Make format-patch produce UTF-8 `From:' header

[PATCH] Improvements to `git checkout -h`
 2010-09-19 19:41 UTC 

[BUG, PATCH 0/3] Fix {blame,cat-file} --textconv for cases with symlinks
 2010-09-19 18:17 UTC  (11+ messages)
` [PATCH 1/3] tests: Prepare --textconv tests for correctly-failing conversion program
` [PATCH 2/3] blame,cat-file: Demonstrate --textconv is wrongly running converter on symlinks
` [PATCH 3/3] RFC: blame,cat-file --textconv: Don't assume mode is ``S_IFREF | 0664''

Adding a commit message to the index
 2010-09-19 13:38 UTC  (4+ messages)

[PATCH 1/2] mergetool-lib: combine vimdiff and gvimdiff run blocks
 2010-09-19  9:48 UTC  (4+ messages)
` [PATCH 2/2] mergetool-lib: add a three-way diff view for vim/gvim

A note from the maintainer
 2010-09-19  1:28 UTC 

[ANNOUNCE] Git 1.7.3
 2010-09-19  1:27 UTC 

[PATCH v3 0/4] fix normalization of foreign idents
 2010-09-18 22:38 UTC  (7+ messages)
` [PATCH v3 2/4] convert: "
` [PATCH v3 3/4] t0021: test checkout and commit "
` [PATCH v3 1/4] convert: generalize checksafe parameter
` [PATCH v3 4/4] Documentation: document foreign idents

git "smart http" server vs. http redirects
 2010-09-18 21:00 UTC  (6+ messages)
    ` [PATCH] smart-http: Don't change POST to GET when following redirect

[PATCH 2/2] Add Swedish translation
 2010-09-18 16:46 UTC  (4+ messages)
    ` [L10N SE] "

Can 'git push' reset refs of the 'from' repo?
 2010-09-18 15:46 UTC 

[PATCHv2] remote-helpers: build in platform independent directory
 2010-09-18 12:36 UTC  (3+ messages)

Libcurl
 2010-09-18 10:56 UTC  (5+ messages)

[PATCH (girocco) 0/3] Fix svn mirroring of branches + more
 2010-09-18  9:58 UTC  (4+ messages)
` [PATCH (girocco) 1/3] taskd/clone: Store git-svn refs under svn-origin remote
` [PATCH (girocco) 2/3] taskd/clone: ask git-svn to store branches under svn-origin/heads/* instead of svn-origin/*
` [PATCH (girocco) 3/3] Revert "Finalized fix, we can't git fetch any longer."

Commiting unchanged tree
 2010-09-18  9:30 UTC  (2+ messages)

did anyone see my message re "git smart http server ..."?
 2010-09-18  8:36 UTC  (4+ messages)

error running git-completion.bash on snow leo
 2010-09-18  7:28 UTC  (3+ messages)

[PATCH] git-rebase--interactive.sh: LF terminate line sent to cut
 2010-09-18  5:25 UTC  (7+ messages)
    ` [PATCH v2] git-rebase--interactive.sh: replace cut with ${v%% *}

symlink impact: parent dir of working tree is a symlink
 2010-09-18  1:11 UTC 

[PATCH] t/t7300: workaround ancient touch by rearranging arguments
 2010-09-18  3:46 UTC  (4+ messages)

[PATCH/RFC] Teach fast-import to import subtrees named by tree id
 2010-09-17 23:24 UTC  (6+ messages)
` [WIP/PATCH] Teach fast-import to print the id of each imported commit
    ` [RFC/PATCH 0/3] fast-import: give importers access to the object store

Question about svn:externals, submodules
 2010-09-17 21:19 UTC 

Cloning svn project with flat layout (remote wildcard inside path component)
 2010-09-17 21:14 UTC 

Reply-to-all when using gmane's web interface
 2010-09-17 18:26 UTC  (2+ messages)

(unknown),
 2010-09-17 18:39 UTC 

[PATCH] remote-helpers: build in platform independent directory
 2010-09-17 18:41 UTC  (2+ messages)

[PATCH 0/2] Add commit message options for rebase --autosquash
 2010-09-17 18:21 UTC  (4+ messages)
` [PATCH 1/2] commit: add "


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