git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-11-06 10:52:58 to 2007-11-07 20:44:28 UTC [more...]

[PATCH] Add missing inside_work_tree setting in setup_git_directory_gently
 2007-11-07 20:42 UTC  (5+ messages)

[PATCH 0/5] some shell portability fixes
 2007-11-07 20:42 UTC  (29+ messages)
` [PATCH 1/5] Avoid a few unportable, needlessly nested "...`..."
` [PATCH 2/5] Fix sed script to work with AIX sed
` [PATCH 3/5] Replace $((...)) with expr invocations
      ` [PATCH] Add Documentation/CodingStyle
            ` [PATCH v2] "
` [PATCH 4/5] Fix sed string regex escaping in module_name
` [PATCH 5/5] Avoid "test -o" and "test -a" which are not POSIX, only XSI

[PATCH] Make git-clean a builtin
 2007-11-07 20:42 UTC  (9+ messages)

git push refspec problem
 2007-11-07 20:40 UTC  (10+ messages)

[PATCH] git-fetch: avoid local fetching from alternate (again)
 2007-11-07 20:32 UTC  (5+ messages)

[PATCH] git-revert is one of the most misunderstood command in git, help users out
 2007-11-07 20:01 UTC  (28+ messages)

git svn dcommit with a dirty index
 2007-11-07 19:06 UTC 

[PATCH] Fix mistakes in the documentation of git-add --interactive
 2007-11-07 18:20 UTC 

[Patch] Documentation: enhanced "git for CVS users" doc about shared repositories
 2007-11-07 17:32 UTC  (18+ messages)
  ` [PATCH] "

[PATCH 1/9] gitk i18n implementation: Add Makefile with rules for po file creation and installation
 2007-11-07 17:47 UTC  (9+ messages)
` [PATCH 2/9] gitk i18n implementation: Import msgcat for message string translation; load translation catalogs
  ` [PATCH 3/9] gitk i18n implementation: Markup many strings for translation
    ` [PATCH 4/9] gitk i18n: Initial German translation
      ` [PATCH 5/9] gitk i18n: More i18n markup: findtype options menu
        ` [PATCH 6/9] gitk i18n: More i18n markup: highlight_related and selectedhlview "
          ` [PATCH 7/9] gitk i18n: More i18n markup: findloc optionmenu
            ` [PATCH 8/9] gitk i18n: More i18n markup: gdttype optionmenu
              ` [PATCH 9/9] gitk i18n: Recode gitk from latin1 to utf8 so that the (c) copyright character is valid utf8

stgit: cleaning up after using git branch delete commands
 2007-11-07 16:11 UTC  (3+ messages)

[PATCH] status&commit: Teach them to show commits of modified submodules
 2007-11-07 15:20 UTC  (9+ messages)

[bug in next ?] git-fetch/git-push issue
 2007-11-07 15:11 UTC  (7+ messages)

[ANNOUNCE] cgit v0.7
 2007-11-07 10:52 UTC  (5+ messages)

[PATCH] hooks--update: allow deleting a tag through git push <remote> :<tag>
 2007-11-07 10:34 UTC 

[PATCH] gitk: Swap positions of 'next' and 'prev' buttons in the 'Find' section
 2007-11-07 10:22 UTC 

Preliminary patches to the diff.[hc] parseoptification
 2007-11-07 10:20 UTC  (8+ messages)
` [PATCH MISC 1/1] Make gcc warning about empty if body go away
  ` [PATCH PARSEOPT 1/4] parse-options new features
    ` [PATCH PARSEOPT 2/4] Use OPT_SET_INT and OPT_BIT in builtin-branch
      ` [PATCH PARSEOPT 3/4] Use OPT_BIT in builtin-for-each-ref
        ` [PATCH PARSEOPT 4/4] Use OPT_BIT in builtin-pack-refs
          ` [PATCH DIFF-CLEANUP 1/2] Make the diff_options bitfields be an unsigned with explicit masks
            ` [PATCH DIFF-CLEANUP 2/2] Reorder diff_opt_parse options more logically per topics

git pull opinion
 2007-11-07  8:23 UTC  (7+ messages)
` [PATCH] Mark 'git stash [message...]' as deprecated
  ` [PATCH] Disable implicit 'save' argument for 'git stash'

git pull opinion
 2007-11-07  7:40 UTC  (25+ messages)

[PATCH] send-email: apply --suppress-from to S-o-b and cc-cmd
 2007-11-07  7:34 UTC 

[PATCH] Reteach builtin-ls-remote to understand remotes
 2007-11-07  6:24 UTC  (2+ messages)

[REPLACEMENT PATCH] Improve accuracy of check for presence of deflateBound
 2007-11-07  3:24 UTC 

[PATCH] Improve accuracy of check for presence of deflateBound
 2007-11-07  3:15 UTC 

[PATCH] Improve accuracy of check for presence of deflateBound
 2007-11-07  3:11 UTC 

[PATCH 0/3] Make user formatted commit listing less expensive
 2007-11-07  0:14 UTC  (13+ messages)
` [PATCH 3/3] pretty=format: Avoid some expensive calculations when not needed
            ` [PATCH 1/2] interpolate.[ch]: Add a function to find which interpolations are active
            ` [PATCH 2/2] pretty=format: Avoid some expensive calculations when not needed

git-rev-list diff options broken
 2007-11-06 23:55 UTC  (5+ messages)

git-log -p --raw broken?
 2007-11-06 23:10 UTC  (3+ messages)

[PATCH] Give git-am back the ability to add Signed-off-by lines
 2007-11-06 22:35 UTC  (3+ messages)

[PATCH] git-mailsplit: with maildirs try to process new/ if cur/ is empty
 2007-11-06 21:50 UTC  (13+ messages)

git-bundle questions
 2007-11-06 21:49 UTC  (2+ messages)

[PATCH] git-cvsimport: Add -N option to force a new import
 2007-11-06 21:35 UTC  (4+ messages)

[PATCH] make display of total transferred fully accurate
 2007-11-06 21:30 UTC 

[PATCH] Rearrange git-format-patch synopsis to improve clarity
 2007-11-06 21:08 UTC  (4+ messages)

[PATCH] Fix minor nits in configure.ac
 2007-11-06 20:12 UTC 

quilt upsets some recipient sites
 2007-11-06 20:12 UTC 

ph/parseopt-sh reloaded
 2007-11-06 19:44 UTC  (9+ messages)
` [PATCH 01/10] Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts
  ` [PATCH 02/10] Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt
    ` [PATCH 03/10] Migrate git-clean.sh to use "
      ` [PATCH 04/10] Migrate git-clone "

Git-windows and git-svn?
 2007-11-06 19:27 UTC  (11+ messages)

[PATCH 1/4] Add testcase for ammending and fixing author in git commit
 2007-11-06 17:08 UTC  (13+ messages)
` [PATCH 2/4] Remove unecessary hard-coding of EDITOR=':' VISUAL=':' in some test suites
  ` [PATCH 3/4] Export launch_editor() and make it accept ':' as a no-op editor
    ` [PATCH 4/4] Implement git commit and status as a builtin commands

[PATCH] hooks--update: fix test for properly set up project description file
 2007-11-06 13:55 UTC  (2+ messages)

[PATCH] contrib/hooks/post-receive-email: make subject prefix configurable
 2007-11-06 13:49 UTC 

[PATCH] contrib/hooks/post-receive-email: reformat to wrap comments at 76 chars
 2007-11-06 13:48 UTC 

[PATCH] contrib/hooks/post-receive-email: fix typo
 2007-11-06 13:48 UTC 

git-merge ignore specific files
 2007-11-06 13:46 UTC  (5+ messages)

[PATCH] When exec() fails include the failing command in the error message
 2007-11-06 10:54 UTC 

How to Import a bitkeeper repo into git
 2007-11-06 10:51 UTC  (5+ messages)
                      ` git push problem - unpack unpacker exited with error code; ng refs/heads/rel2_branch n/a (unpacker error)


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