git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-08-28 19:14:12 to 2008-08-30 00:44:35 UTC [more...]

[PATCH 00/12] Towards a better merge resolution support
 2008-08-30  0:42 UTC  (11+ messages)
` [PATCH 01/12] xdl_fill_merge_buffer(): separate out a too deeply nested function
  ` [PATCH 02/12] xdiff-merge: optionally show conflicts in "diff3 -m" style
    ` [PATCH 03/12] xmerge.c: minimum readability fixups
      ` [PATCH 04/12] xmerge.c: "diff3 -m" style clips merge reduction level to EAGER or less
        ` [PATCH 05/12] rerere.c: use symbolic constants to keep track of parsing states
          ` [PATCH 06/12] rerere: understand "diff3 -m" style conflicts with the original
            ` [PATCH 07/12] merge.conflictstyle: choose between "merge" and "diff3 -m" styles
              ` [PATCH 08/12] git-merge-recursive: learn to honor merge.conflictstyle
                ` [PATCH 09/12] checkout: do not check out unmerged higher stages randomly
                  ` [PATCH 10/12] checkout: allow ignoring unmerged paths when checking out of the index

[PATCH] Fix use of hardlinks in "make install"
 2008-08-30  0:20 UTC  (3+ messages)
  ` [PATCH/resend] "

[PATCH] Replace "git-" with "git " in *.[ch] comments and notifications
 2008-08-29 23:47 UTC 

[PATCH] Support "core.excludesfile = ~/.gitignore"
 2008-08-29 22:34 UTC  (21+ messages)
              ` [PATCH v2] "
                      ` [PATCH v3] Expand ~ and ~user in core.excludesfile, commit.template
                            ` [PATCH v4] "

[PATCH] git-am: Pass the --directory option through to git-apply
 2008-08-29 22:27 UTC 

[PATCH] diff: treat -crlf files as binary
 2008-08-29 21:56 UTC  (2+ messages)

[PATCH 1/2] checkout: do not check out unmerged higher stages randomly
 2008-08-29 21:53 UTC  (3+ messages)
` [PATCH 2/2] checkout: allow ignoring unmerged paths when checking out of the index

[RFC/PATCH 1/2] for-each-ref: add new format 'refbasename'
 2008-08-29 21:41 UTC  (6+ messages)
` [RFC/PATCH 2/2] bash: use for-each-ref "
  ` [RFC/PATCH 1/2 v2] for-each-ref: add new "
  ` [PATCH] for-each-ref: new 'refshort' format

[PATCH] t9700-perl-git.sh: Fix a test failure on cygwin
 2008-08-29 20:56 UTC  (3+ messages)

"failed to read delta base object at..."
 2008-08-29 20:14 UTC  (27+ messages)
                      ` [PATCH 0/3] don't let disk corruptions escape pack SHA1 checksum
                        ` [PATCH 1/3] improve reliability of fixup_pack_header_footer()
                          ` [PATCH 2/3] pack-objects: use fixup_pack_header_footer()'s validation mode
                            ` [PATCH 3/3] index-pack: "
                                ` [PATCH 0/5] pack header rewriting improvements
                                  ` [PATCH 1/5] pack-objects: improve returned information from write_one()
                                    ` [PATCH 2/5] improve reliability of fixup_pack_header_footer()
                                      ` [PATCH 3/5] pack-objects: use fixup_pack_header_footer()'s validation mode
                                        ` [PATCH 4/5] index-pack: "
                                          ` [PATCH 5/5] fixup_pack_header_footer(): use nicely aligned buffer sizes

Git-aware HTTP transport
 2008-08-29 19:55 UTC  (14+ messages)

rev-list --reverse --full-history --parents with path limiter disconnects history
 2008-08-29 19:53 UTC  (3+ messages)
` [PATCH] rev-list: fix --reverse interaction with --parents

How to create a branch without any links to the others branches
 2008-08-29 19:18 UTC  (9+ messages)

[kernel.org users] [RFD] On deprecating "git-foo" for builtins
 2008-08-29 16:41 UTC  (47+ messages)
                                          ` git-* in test scripts (was On deprecating "git-foo" for builtins)
                                            ` git-* in test scripts

[PATCH] builtin-help: fallback to GIT_MAN_VIEWER before man
 2008-08-29 16:12 UTC  (2+ messages)

[PATCH] Remove calculation of the longest command name from where it is not used
 2008-08-29 14:58 UTC  (5+ messages)
` [PATCH updated] git wrapper: DWIM mistyped commands
  ` [PATCH] Add help.autocorrect to enable/disable autocorrecting

[JGIT PATCH] Disambiguate "push not supported" from "repository not found"
 2008-08-29 14:31 UTC  (4+ messages)

[RFD] On deprecating "git-foo" for builtins
 2008-08-29 14:12 UTC  (42+ messages)
` [kernel.org users] "

[PATCH 0/6] 'git svn info' fixes
 2008-08-29 13:42 UTC  (7+ messages)
      ` [PATCH 0/2] *** SUBJECT HERE ***
        ` [PATCH 1/2] git-svn: match SVN 1.5 behaviour of info' on unknown item
          ` [PATCH 2/2] git-svn: fix 'info' tests for unknown items

[PATCH] Allow 'git cmd -h' outside of repository
 2008-08-29 11:52 UTC  (4+ messages)

[FYI] How I compile on SunOS 5.7 with the SUNWspro compiler and ksh
 2008-08-29 11:08 UTC  (16+ messages)
` [PATCH] dir.c: avoid c99 array initialization
        ` [PATCH v2] dir.c: Avoid "

Subject: [PATCH] Update to the git tutorial
 2008-08-29 10:22 UTC  (2+ messages)

Feature request: git-svn dcommit should send deltas upstream
 2008-08-29 10:17 UTC  (3+ messages)

[PATCH 0/3] git-svn-externals PoC (in a sh script)
 2008-08-29  9:29 UTC  (6+ messages)
` [PATCH] git svn: should not display zombie externals
  ` [PATCH] First crude implementation of git-svn-externals
    ` [PATCH] added a test frame for git-svn-externals.sh

[EGIT PATCH] Change GitResourceDecorator to use isAccessible
 2008-08-29  9:01 UTC  (2+ messages)

[PATCH 1/2] xdl_fill_merge_buffer(): separate out a too deeply nested function
 2008-08-29  9:01 UTC  (6+ messages)
` [PATCH 2/2 - RFH/WIP] xdiff-merge: optionally show conflicts in "diff3 -m" style

[PATCH 0/2] Use %as and %cs as pretty format flags
 2008-08-29  8:12 UTC  (9+ messages)

[PATCH] config.txt: Add missing colons after option name
 2008-08-29  7:29 UTC 

[QGIT RFC] Unit tests for QGit
 2008-08-29  7:01 UTC  (13+ messages)

Future suggestion's to assist with changes to git
 2008-08-29  6:50 UTC  (10+ messages)

[PATCH] Fix a warning (on cygwin) to allow -Werror
 2008-08-29  6:23 UTC  (4+ messages)

[JGIT PATCH] index-pack: Avoid disk corruption in objects appended to thin packs
 2008-08-29  5:54 UTC 

[PATCH] git-commit: '--no-status' Allow suppression of status summary in commit msg
 2008-08-29  5:49 UTC  (7+ messages)

[PATCH/RFC] Clarified how pattern works in documentation to git-show-ref
 2008-08-29  5:04 UTC  (2+ messages)

Fix '--dirstat' with cross-directory renaming
 2008-08-28 23:19 UTC 

Relative submodule URLs vs. clone URL DWIMming
 2008-08-28 23:01 UTC  (3+ messages)

[stgit] understanding why --diff-opts was dropped from stg status
 2008-08-28 22:55 UTC  (2+ messages)

[StGit] Debian packaging update
 2008-08-28 22:27 UTC  (11+ messages)

[PATCH] Document gitk --argscmd flag
 2008-08-28 22:00 UTC 

[PATCH] allow user aliases for the --author parameter
 2008-08-28 21:36 UTC  (12+ messages)
    ` [PATCH v2] "


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