git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-11-05 21:24:34 to 2007-11-07 00:04:42 UTC [more...]

[PATCH 0/5] some shell portability fixes
 2007-11-07  0:04 UTC  (14+ 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 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

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

[PATCH 0/3] Make user formatted commit listing less expensive
 2007-11-06 23:45 UTC  (12+ 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

[Patch] Documentation: enhanced "git for CVS users" doc about shared repositories
 2007-11-06 23:25 UTC  (7+ messages)
  ` [PATCH] "

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-revert is one of the most misunderstood command in git, help users out
 2007-11-06 22:25 UTC  (30+ messages)

[PATCH] git-mailsplit: with maildirs try to process new/ if cur/ is empty
 2007-11-06 21:50 UTC  (15+ messages)
      ` [PATCH amend] git-mailsplit: with maildirs not only process cur/, but also new/

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  (6+ messages)

git pull opinion
 2007-11-06 20:22 UTC  (32+ 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 "

[bug in next ?] git-fetch/git-push issue
 2007-11-06 19:37 UTC  (14+ messages)

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

[ANNOUNCE] cgit v0.7
 2007-11-06 18:39 UTC  (6+ messages)

[PATCH 1/4] Add testcase for ammending and fixing author in git commit
 2007-11-06 17:08 UTC  (16+ 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)

[PATCH] Implement selectable group ownership in git-init
 2007-11-06 10:31 UTC  (5+ messages)

[RFC PATCH] Reduce the number of connects when fetching
 2007-11-06  8:34 UTC  (6+ messages)

[RFC] Second attempt at making git-clean a builtin
 2007-11-06  5:30 UTC  (8+ messages)
` [PATCH] Add more tests for git-clean
  ` [PATCH] Make git-clean a builtin

Minor glitch in git-gui: changes to global options aren't taken into account immediately
 2007-11-06  3:19 UTC  (2+ messages)

[PATCH] status&commit: Teach them to show commits of modified submodules
 2007-11-06  2:22 UTC  (8+ messages)

[BUG] git grep broken on master - won't work when merging
 2007-11-06  2:00 UTC  (3+ messages)

[PATCH] t3502: Disambiguate between file and rev by adding --
 2007-11-06  1:20 UTC  (4+ messages)

[PATCH] gc: use parse_options
 2007-11-06  0:37 UTC  (4+ messages)

[PATCH] upload-pack: Use finish_{command,async}() instead of waitpid()
 2007-11-06  0:22 UTC  (4+ messages)
  ` [PATCH] t5530-upload-pack-error: Check more carefully for failures

[REPLACEMENT PATCH] Rearrange git-format-patch synopsis to improve clarity
 2007-11-05 23:04 UTC 

proposal for an OPTION_SUBARRAY (recursive parser)
 2007-11-05 22:14 UTC  (8+ messages)
` [PATCH 1/4] parse-options: abbreviation engine fix
  ` [PATCH] "
      ` [PATCH 2/3] parseopt: introduce OPT_RECURSE to specify shared options

[PATCH] Use parseopts in builtin-push
 2007-11-05 21:50 UTC  (2+ messages)

[PATCH] git-commit.sh: Fix usage checks regarding paths given when they do not make sense
 2007-11-05 21:39 UTC  (2+ messages)

New features in gitk
 2007-11-05 21:35 UTC  (18+ messages)
            ` [PATCH 0/2] History replay support
                ` [REPLACEMENT PATCH 2/2] Add "--early-output" log flag for interactive GUI use
                        ` [PATCH 3/2] Enhance --early-output format

[PATCH] errors: "strict subset" -> "ancestor"
 2007-11-05 21:28 UTC  (5+ messages)


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