git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-07-27 00:27:07 to 2013-07-31 16:29:19 UTC [more...]

[PATCHv2 0/9] Removing deprecated parsing macros
 2013-07-31 16:28 UTC  (10+ messages)
` [PATCHv2 1/9] Remove deprecated OPTION_BOOLEAN for parsing arguments
` [PATCHv2 2/9] Replace deprecated OPT_BOOLEAN by OPT_BOOL
` [PATCHv2 3/9] log, format-patch: parsing uses OPT__QUIET
` [PATCHv2 4/9] checkout: remove superfluous local variable
` [PATCHv2 5/9] branch, commit, name-rev: ease up boolean conditions
` [PATCHv2 6/9] hash-object: Replace stdin parsing OPT_BOOLEAN by OPT_COUNTUP
` [PATCHv2 7/9] config: parsing options: config file flag multiple times
` [PATCHv2 8/9] checkout-index: Fix negations of even numbers of -n
` [PATCHv2 9/9] revert: use the OPT_CMDMODE for parsing, reducing code

[PATCH gitk 0/4] gitk support for git log -L
 2013-07-31 13:17 UTC  (5+ messages)

Unexpected merge results in git-svn repo
 2013-07-31 11:51 UTC  (2+ messages)

[PATCH 0/4] Removing deprecated parsing macros
 2013-07-31 10:35 UTC  (7+ messages)
` [PATCH 1/4] Replace deprecated OPT_BOOLEAN by OPT_BOOL
` [PATCH 2/4] log, format-patch: accept short parameter 'q' for quiet
` [PATCH 3/4] checkout: remove superfluous local variable
` [PATCH 4/4] name-rev: ease up condition

[PATCH] tag: Use OPT_BOOL instead of OPT_BOOLEAN to allow one action multiple times
 2013-07-31 10:34 UTC  (7+ messages)

[PATCH v3 0/5] Teach mv to move submodules
 2013-07-31  9:43 UTC  (11+ messages)
` [PATCH v3 1/5] Teach mv to move submodules together with their work trees
` [PATCH v3 2/5] Teach mv to move submodules using a gitfile
` [PATCH v3 3/5] submodule.c: add .gitmodules staging helper functions
` [PATCH v3 4/5] Teach mv to update the path entry in .gitmodules for moved submodules
` [PATCH v3 5/5] rm: delete .gitmodules entry of submodules removed from the work tree

[PATCH 00/11] blame/log -L: additional tests and bug fixes
 2013-07-31  8:15 UTC  (12+ messages)
` [PATCH 01/11] t8001/t8002: blame: decompose overly-large test
` [PATCH 02/11] t8001/t8002: blame: demonstrate -L bounds checking bug
` [PATCH 03/11] t8001/t8002: blame: add empty file & partial-line tests
` [PATCH 04/11] blame: fix -L bounds checking bug
` [PATCH 05/11] t4211: log: demonstrate "
` [PATCH 06/11] t4211: retire soon-to-be unimplementable tests
` [PATCH 07/11] log: fix -L bounds checking bug
` [PATCH 08/11] t8001/t8002: blame: demonstrate acceptance of bogus -LX,+0 and -LX,-0
` [PATCH 09/11] blame: reject empty ranges "
` [PATCH 10/11] t8001/t8002: blame: demonstrate acceptance of bogus -L,+0 and -L,-0
` [PATCH 11/11] blame: reject empty ranges "

Help using git subtree
 2013-07-31  6:57 UTC  (3+ messages)

[PATCH 0/3] Remove sq_quote_print() in favor of *_buf
 2013-07-30 23:20 UTC  (7+ messages)
` [PATCH 1/3] for-each-ref, quote: convert *_quote_print -> *_quote_buf
` [PATCH 2/3] tar-tree: remove dependency on sq_quote_print()
` [PATCH 3/3] quote: remove sq_quote_print()

[PATCH] sha1_file: introduce close_one_pack() to close packs on fd pressure
 2013-07-30 22:59 UTC  (5+ messages)

[PATCH] test-url-normalize.c: Fix gcc errors and sparse warnings
 2013-07-30 21:09 UTC  (15+ messages)
` [PATCH 0/3] "git config --get-urlmatch $section.$key $url"
  ` [PATCH 1/3] url-match: split out URL matching logic out of http.c
  ` [PATCH 2/3] builtin/config: refactor collect_config()
  ` [PATCH 3/3] config: --get-urlmatch
  ` [PATCH 4/3] url-match: generalize configuration collection logic
    ` [PATCH 5/3] revert most of the http_options() change

[PATCH v2] imap-send: use Apple's Security framework for base64 encoding
 2013-07-30 19:21 UTC  (3+ messages)

ANNOUNCE: git-integration -- Easily manage integration branches
 2013-07-30 17:57 UTC  (3+ messages)

[PATCH] Documentation: fix typos in man pages
 2013-07-30 16:40 UTC  (6+ messages)
  ` [PATCH] Specify UK English for the documentation source files

[PATCH] contrib/subtree: Fix make install target
 2013-07-30 14:51 UTC  (2+ messages)

[PATCH] editor: use canonicalized absolute path
 2013-07-30 13:48 UTC  (10+ messages)

Flatten history
 2013-07-30  4:08 UTC  (5+ messages)

What's cooking in git.git (Jul 2013, #09; Mon, 29)
 2013-07-29 22:43 UTC 

[PATCH] More typofixes
 2013-07-29 19:32 UTC  (11+ messages)

[PATCH] Remove deprecated OPTION_BOOLEAN
 2013-07-29 18:50 UTC  (7+ messages)

git tag usability issue: Lightweight vs Annotated confusion for the end user (ex. git describe default)
 2013-07-29 18:21 UTC  (21+ messages)
  ` [PATCH] git-tag man: when to use lightweight or annotated tags
              ` [PATCHv3] "

[PATCH] fsck: Replace deprecated OPT_BOOLEAN by OPT_BOOL
 2013-07-29 17:56 UTC  (2+ messages)

[PATCH] git-rebase: fix typo
 2013-07-29 17:32 UTC  (3+ messages)

[PATCH/RFC] core.precomposeunicode is true by default
 2013-07-29 17:20 UTC  (5+ messages)

[PATCH] send-email: squelch warning from Net::SMTP::SSL
 2013-07-29 17:12 UTC  (7+ messages)

subtree split prepends "-n<newline>" to commit messages on OS X
 2013-07-29 17:07 UTC  (3+ messages)
` [PATCH] Avoid using `echo -n` anywhere

[PATCH] builtins: search builtin commands via binary search
 2013-07-29 16:18 UTC  (8+ messages)

[PATCH] imap-send: use Apple's Security framework for base64 encoding
 2013-07-29 15:51 UTC  (5+ messages)

[PATCH] commit: correct advice about aborting a cherry-pick
 2013-07-29 15:48 UTC  (17+ messages)

[RFC/PATCH] commit-slab.h: Fix memory allocation and addressing
 2013-07-29 15:42 UTC  (2+ messages)

[PATCH] push: fix typo in advice message
 2013-07-29  4:55 UTC  (2+ messages)

[PATCH] l10n: de.po: translate 99 new messages
 2013-07-29  4:26 UTC 

[PATCH] TIG: Fix to reinstate proper operation with no arguments
 2013-07-29  1:23 UTC  (3+ messages)
` [PATCH V2] "

What's cooking in git.git (Jul 2013, #07; Sun, 21)
 2013-07-28 17:23 UTC  (5+ messages)

[PATCH] gitk: Add a "Save file as" menu item
 2013-07-28 15:30 UTC  (4+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "

[BUG] git_path() returns relative paths
 2013-07-28  9:24 UTC  (18+ messages)

[PATCH] revision.c: Fix a sparse warning
 2013-07-27 18:39 UTC 

limit memory usage on large repositories
 2013-07-27  3:48 UTC  (2+ messages)

repo consistency under crashes and power failures?
 2013-07-27  3:10 UTC  (2+ messages)

[REQUEST 0/1] Requesting your signed-off-by
 2013-07-27  3:04 UTC  (8+ messages)
` [REQUEST 1/1] docs: update http.<url>.* options documentation


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