git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2007-11-04 04:14:44 to 2007-11-05 16:17:23 UTC [more...]

proposal for an OPTION_SUBARRAY (recursive parser)
 2007-11-05 16:15 UTC  (13+ messages)
` [PATCH 1/4] parse-options: abbreviation engine fix
  ` [PATCH 2/4] Some better parse-options documentation
    ` [PATCH 3/4] Add OPTION_BASEOFFSET/OPTION_SUBARRAY
      ` [PATCH 4/4] Implement OPTION_SUBARRAY handling
  ` [PATCH] parse-options: abbreviation engine fix
      ` [PATCH 1/3] "
      ` [PATCH 2/3] parseopt: introduce OPT_RECURSE to specify shared options
      ` [PATCH 3/3] parseopt: do not list options with the same name twice

[PATCH] Implement selectable group ownership in git-init
 2007-11-05 15:26 UTC  (5+ messages)

[PATCH 1/2] git-svn: fix dcommit clobbering when committing a series of diffs
 2007-11-05 14:22 UTC  (3+ messages)
` [PATCH 2/2] git-svn: t9114: verify merge commit message in test

[PATCH] parseopt: introduce OPT_RECURSE to specify shared options
 2007-11-05 13:53 UTC  (3+ messages)

[StGit PATCH] Cogito is deprecated, so don't point to it
 2007-11-05 13:11 UTC  (7+ messages)

[PATCH] errors: "strict subset" -> "ancestor"
 2007-11-05 13:06 UTC  (9+ messages)

[PATCH] git-mailsplit: with maildirs try to process new/ if cur/ is empty
 2007-11-05 12:58 UTC  (4+ messages)

[PATCH] Add support for Apple Mail's Maildir format to builtin-mailsplit
 2007-11-05 12:57 UTC 

[RFC] OSX Mail.app IMAP cache support for git-mailsplit?
 2007-11-05 12:09 UTC  (4+ messages)
` [RFC PATCH] "

[ANNOUNCE] cgit v0.7
 2007-11-05 10:59 UTC  (3+ messages)

[PATCH] t7501-commit.sh: Add test case for fixing author in amend commit
 2007-11-05 10:24 UTC  (2+ messages)

[PATCH] git-daemon: fix remote port number in log entry
 2007-11-05  9:16 UTC 

[PATCH] Use parseopts in builtin-fetch
 2007-11-05  8:55 UTC  (3+ messages)

[PATCH 0/3] more terse push output
 2007-11-05  7:09 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] receive-pack: don't mention successful updates
` [PATCH 3/3] send-pack: require --verbose to show update of tracking refs

[PATCH] Add more tests for git-clean
 2007-11-05  4:28 UTC 

[PATCH] remove dead code from the csum-file interface
 2007-11-05  3:54 UTC 

[PATCH] Use parseopts in builtin-push
 2007-11-05  3:35 UTC 

[PATCH] make display of total transferred more accurate
 2007-11-05  3:15 UTC 

[StGit PATCH 0/5] Start the refactoring
 2007-11-05  3:15 UTC  (6+ messages)
` [StGit PATCH 1/5] New StGit core infrastructure: repository operations
` [StGit PATCH 2/5] Write metadata files used by the old infrastructure
` [StGit PATCH 3/5] Simple test for "stg clean"
` [StGit PATCH 4/5] Let "stg clean" use the new infrastructure
` [StGit PATCH 5/5] Add "stg coalesce"

[PATCH] upload-pack: Use finish_{command,async}() instead of waitpid()
 2007-11-05  1:42 UTC  (2+ messages)

[PATCH 5/5] pretty describe: add %ds, %dn, %dd placeholders
 2007-11-05  1:20 UTC  (7+ messages)
` [PATCH 7/5] pretty describe: add min_prio parameter to describe_commit()

gitk graph routing problem
 2007-11-05  1:19 UTC  (6+ messages)

[PATCH] fix display overlap between remote and local progress
 2007-11-05  1:07 UTC  (5+ messages)

[RFC] Second attempt at making git-clean a builtin
 2007-11-05  0:17 UTC  (10+ messages)
` [PATCH] Add more tests for git-clean
  ` [PATCH] Make git-clean a builtin
      ` [PATCH 3/2] Use parse-options in builtin-clean

Warning: cvsexportcommit considered dangerous
 2007-11-04 23:46 UTC  (5+ messages)

ph/parseopt-sh reloaded
 2007-11-04 23:14 UTC  (16+ 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 "
        ` [PATCH 05/10] Migrate git-am.sh "
          ` [PATCH 06/10] Migrate git-merge.sh "
            ` [PATCH 07/10] Migrate git-instaweb.sh "
              ` [PATCH 08/10] Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdash
                ` [PATCH 09/10] Migrate git-quiltimport.sh to use git-rev-parse --parseopt
                  ` [PATCH 10/10] Migrate git-repack.sh "

[PATCH] Rearrange git-format-patch synopsis to improve clarity
 2007-11-04 22:27 UTC 

[PATCH] Fix an infinite loop in sq_quote_buf()
 2007-11-04 21:37 UTC  (2+ messages)

[RFC PATCH] Reduce the number of connects when fetching
 2007-11-04 21:28 UTC 

[PATCH] Build in ls-remote
 2007-11-04 20:51 UTC 

[PATCH qgit] Update to latest --early-output git log patch
 2007-11-04 20:50 UTC 

New features in gitk
 2007-11-04 20:12 UTC  (19+ 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 0/3] Make user formatted commit listing less expensive
 2007-11-04 19:15 UTC  (4+ messages)
` [PATCH 1/3] Split off the pretty print stuff into its own file
` [PATCH 2/3] interpolate.[ch]: Add a function to find which interpolations are active
` [PATCH 3/3] pretty=format: Avoid some expensive calculations when not needed

[StGit RFC] A more structured way of calling git
 2007-11-04 18:40 UTC  (5+ messages)

[RFC PATCH] Make gitk use --early-output
 2007-11-04 18:28 UTC  (7+ messages)

[PATCH qgit] Add support for --early-output option of git log command
 2007-11-04 18:15 UTC  (3+ messages)

git rm --cached
 2007-11-04 17:04 UTC  (4+ messages)

[PATCH] t3502: Disambiguate between file and rev by adding --
 2007-11-04 15:31 UTC 

[PATCH 1/5] pretty describe: add name info to struct commit
 2007-11-04 15:06 UTC  (4+ messages)

[PATCH 3/5] pretty describe: move library functions to the new file describe.c
 2007-11-04 14:56 UTC  (3+ messages)

[PATCH] Remove a couple of duplicated include
 2007-11-04 14:35 UTC 

[PATCH 4/5] Migrate git-clone to use git-rev-parse --parseopt
 2007-11-04 14:18 UTC  (9+ messages)
` [PATCH 5/5 FIX SPACING] Migrate git-am.sh "
  ` [PATCH 6/5] Migrate git-merge.sh "
    ` [PATCH 8/5] Migrate git-instaweb.sh "
      ` [PATCH 9/5] Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdash

[PATCH] git-fetch: more terse fetch output
 2007-11-04 14:01 UTC  (9+ messages)

Why is --pretty=format: so slow?
 2007-11-04 13:53 UTC  (5+ messages)

[PATCH] user-manual: add advanced topic "bisecting merges"
 2007-11-04 13:50 UTC  (3+ messages)

[PATCH] Make git-mailinfo strip whitespace from the start of the mail file
 2007-11-04 13:32 UTC  (2+ messages)
` [PATCH] Make git-mailsplit strip whitespace from the start of the mailbox file

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

[PATCH] RelNotes-1.5.3.5: fix typos
 2007-11-04 12:45 UTC  (3+ messages)
` [PATCH] RelNotes-1.5.3.5: fix another typo

[PATCH 6/5] pretty describe: avoid calling find_unique_abbrev() if not needed
 2007-11-04 11:49 UTC 

[PATCH 4/5] pretty describe: de-const'ify struct commit arg of format_commit_message()
 2007-11-04 11:48 UTC 

[PATCH 2/5] pretty describe: factor out describe_commit() from describe()
 2007-11-04 11:48 UTC 

What's cooking in git/spearce.git (topics)
 2007-11-04 11:38 UTC  (6+ messages)
` What's cooking in git.git (topics)

[PATCH] git-format-patch: Don't number patches when there's only one
 2007-11-04  9:49 UTC  (6+ messages)
` [PATCH] git-format-patch: Number patches when there are more than one

[PATCH] git-reset: add -q option to operate quietly
 2007-11-04  9:37 UTC 

let's retry this based on git-rev-parse --parseopt
 2007-11-04  9:15 UTC  (9+ messages)
` [PATCH 1/5] Add a parseopt mode to git-rev-parse to bring parse-options to shell scripts
  ` [PATCH 2/5] Update git-sh-setup(1) to allow transparent use of git-rev-parse --parseopt
      ` [UPDATED PATCH 3/5] "
        ` [UPDATED PATCH 5/5] Migrate git-clone to use "
          ` [UPDATED PATCH 9/5] Migrate git-checkout.sh to use git-rev-parse --parseopt --keep-dashdash

[PATCH] fix comment in strbuf.h to use correct name strbuf_avail()
 2007-11-04  8:56 UTC  (2+ messages)

[PATCH] Delay pager setup in git blame
 2007-11-04  8:26 UTC  (4+ messages)
` [PATCH] Allow 'git blame rev path' to work on bare repository

[PATCH] Add missing inside_work_tree setting in setup_git_directory_gently
 2007-11-04  7:03 UTC  (4+ messages)

[PATCH] format-patch: Add configuration and off switch for --numbered
 2007-11-04  5:50 UTC  (4+ messages)
    ` [PATCH 2/1] format-patch: Test --[no-]numbered and format.numbered

[PATCH] Color support added to git-add--interactive
 2007-11-04  5:43 UTC  (13+ messages)
      ` revised: "
          ` [PATCH 2/2] Let git-add--interactive read colors from git-config
                ` [PATCH 1/2] Added basic color support to git add --interactive


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