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

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

[PATCH v6 0/6] http.<url>.<key> and friends
 2013-07-31 23:03 UTC  (16+ messages)
` [PATCH v6 1/6] http.c: fix parsing of http.sslCertPasswordProtected variable
` [PATCH v6 2/6] config: add helper to normalize and match URLs
` [PATCH v6 3/6] config: add generic callback wrapper to parse section.<url>.key
` [PATCH v6 4/6] config: parse http.<url>.<variable> using urlmatch
  ` [PATCH ALTERNATIVE v6 0/2] http.<url>.<key> and friends
    ` [PATCH ALTERNATIVE v6 2/4] config: add helper to normalize and match URLs
    ` [PATCH ALTERNATIVE v6 4/4] config: parse http.<url>.<variable> using urlmatch
    ` [PATCH ALTERNATIVE v6.v2 4/6] "
` [PATCH v6 5/6] builtin/config: refactor collect_config()
` [PATCH v6 6/6] config: "git config --get-urlmatch" parses section.<url>.key

[PATCH] log: use true parents for diff even when rewriting
 2013-07-31 22:55 UTC  (3+ messages)
` [PATCH v2] "

How to hierarchically merge from the root to the leaf of a branch tree? (Patch stack management)
 2013-07-31 22:50 UTC  (2+ messages)

[PATCH] Rename advice.object_name_warning to objectNameWarning
 2013-07-31 22:19 UTC  (2+ messages)

Making a patch: "git format-patch" does not produce the documented format
 2013-07-31 21:48 UTC  (2+ messages)

[PATCH] sha1_file: introduce close_one_pack() to close packs on fd pressure
 2013-07-31 21:44 UTC  (13+ messages)
      ` [PATCH v2 1/2] "
        ` [PATCH 2/2] Don't close pack fd when free'ing pack windows

[PATCH] l10n: de.po: translate 99 new messages
 2013-07-31 20:53 UTC  (2+ messages)

Difficulty adding a symbolic link, part 3
 2013-07-31 20:29 UTC 

[PATCH] test-url-normalize.c: Fix gcc errors and sparse warnings
 2013-07-31 19:31 UTC  (17+ 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

What's cooking in git.git (Jul 2013, #09; Mon, 29)
 2013-07-31 18:51 UTC  (3+ messages)

[PATCH] howto: Use all-space indentation in ASCII art
 2013-07-31 17:34 UTC  (7+ messages)
` [PATCH 0/2] Remove tabs from howto documents
  ` [PATCH 1/2] howto: Suppress indentation with tabs
    ` [PATCH 2/2] howto: Eliminate all tabs

[PATCHv2 0/9] Removing deprecated parsing macros
 2013-07-31 17:21 UTC  (14+ 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 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 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)

[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  (2+ 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  (4+ messages)

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

[PATCH] commit: correct advice about aborting a cherry-pick
 2013-07-29 15:48 UTC  (15+ 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)


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