git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-23 20:22:24 to 2015-06-25 16:53:49 UTC [more...]

several date related issues
 2015-06-25 16:53 UTC  (4+ messages)
    ` [PATCH 0/3] localized date format

[PATCH 0/6] refs backend preamble
 2015-06-25 16:52 UTC  (11+ messages)
` [PATCH 1/6] refs.c: add an err argument to log_ref_setup
` [PATCH 2/6] cherry-pick: Use refs infrastructure for CHERRY_PICK_HEAD
` [PATCH 3/6] bisect: use refs infrastructure for BISECT_START
` [PATCH 4/6] refs: replace log_ref_write with create_reflog
` [PATCH 5/6] git-reflog: add create and exists functions
` [PATCH 6/6] git-stash: use git-reflog instead of creating files

[PATCH v2] commit: add commit.signoff config option
 2015-06-25 16:36 UTC  (6+ messages)

git error in tag ...: unterminated header
 2015-06-25 15:51 UTC 

'eol' documentation confusion
 2015-06-25 15:31 UTC  (5+ messages)

[PATCH 00/17] Make the msvc-build scripts work again
 2015-06-25 15:24 UTC  (21+ messages)
` [PATCH 01/17] .gitignore: improve MSVC ignore patterns
` [PATCH 02/17] .gitignore: ignore library directories created by MSVC VS2008 buildsystem
` [PATCH 03/17] (msvc-build) Vcproj.pm: remove duplicate GUID
` [PATCH 04/17] Makefile: a dry-run can error out if no perl. Document the issue
` [PATCH 05/17] engine.pl: fix error message (lib->link)
` [PATCH 06/17] engine.pl: Avoid complications with perl support
` [PATCH 07/17] engine.pl: Properly accept quoted spaces in filenames
` [PATCH 08/17] engine.pl: Fix i18n -o option in msvc buildsystem generator
` [PATCH 09/17] engine.pl: ignore invalidcontinue.obj which is known to MSVC
` [PATCH 10/17] engine.pl: name the msvc buildsystem's makedry error file
` [PATCH 11/17] engine.pl: delete the captured stderr file if empty
` [PATCH 12/17] engine.pl: add debug line to capture the dry-run
` [PATCH 13/17] engine.pl: provide more debug print statements
` [PATCH 14/17] Vcproj.pm: list git.exe first to be startup project
` [PATCH 15/17] vcbuild/readme: Improve layout and reference msvc-build script
` [PATCH 16/17] msvc-build: add complete Microsoft Visual C compilation script
` [PATCH 17/17] config.mak.uname: add MSVC No_SafeExeceptionHandler option

[PATCH/WIP v3 00/31] Make git-am a builtin
 2015-06-25 15:16 UTC  (21+ messages)
` [PATCH/WIP v3 01/31] wrapper: implement xopen()
` [PATCH/WIP v3 04/31] am: implement patch queue mechanism
` [PATCH/WIP v3 06/31] am: detect mbox patches
` [PATCH/WIP v3 07/31] am: extract patch, message and authorship with git-mailinfo

[PATCH] commit: add commit.signoff config option
 2015-06-25 14:57 UTC  (4+ messages)

[PATCH] commit: add commit.signoff config option
 2015-06-25 14:55 UTC  (3+ messages)

Linked workdirs break typo-correction
 2015-06-25 14:15 UTC 

What's cooking in git.git (Jun 2015, #06; Wed, 24)
 2015-06-25 13:14 UTC  (4+ messages)

apply --cached --whitespace=fix now failing on items added with "add -N"
 2015-06-25 13:07 UTC  (8+ messages)
` [PATCH] apply: fix adding new files on i-t-a entries

[RFC/PATCH 0/9] port tag.c to use ref-filter library
 2015-06-25 13:03 UTC  (11+ messages)
` [RFC/PATCH 1/9] ref-filter: add %(refname:lalignX) option
  ` [RFC/PATCH 2/9] ref-filter: add option to filter only tags
  ` [RFC/PATCH 3/9] ref-filter: support printing N lines from tag annotation
  ` [RFC/PATCH 4/9] ref-filter: add support to sort by version
  ` [RFC/PATCH 5/9] ref-filter: add option to match literal pattern
  ` [RFC/PATCH 6/9] tag.c: use 'ref-filter' data structures
  ` [RFC/PATCH 7/9] tag.c: use 'ref-filter' APIs
  ` [RFC/PATCH 8/9] tag.c: implement '--format' option
  ` [RFC/PATCH 9/9] tag.c: implement '--merged' and '--no-merged' options

[PATCH] blame: remove obsolete comment
 2015-06-25 11:08 UTC 

[RFC/PATCH 0/2] bumping repository format version
 2015-06-25 10:07 UTC  (10+ messages)
` [PATCH 2/2] introduce "preciousObjects" repository extension

Dependency Management
 2015-06-25  9:00 UTC  (4+ messages)

[PATCH v6 00/11] add options to for-each-ref
 2015-06-25  8:57 UTC  (12+ messages)
` [PATCH v6 01/11] t6302: for-each-ref tests for ref-filter APIs
  ` [PATCH v6 02/11] tag: libify parse_opt_points_at()
  ` [PATCH v6 03/11] ref-filter: implement '--points-at' option
  ` [PATCH v6 04/11] for-each-ref: add "
  ` [PATCH v6 05/11] ref-filter: add parse_opt_merge_filter()
  ` [PATCH v6 06/11] ref-filter: implement '--merged' and '--no-merged' options
  ` [PATCH v6 07/11] for-each-ref: add "
  ` [PATCH v6 08/11] parse-option: rename parse_opt_with_commit()
  ` [PATCH v6 09/11] parse-options.h: add macros for '--contains' option
  ` [PATCH v6 10/11] ref-filter: implement "
  ` [PATCH v6 11/11] for-each-ref: add "

[PATCH v5 00/11] add options to for-each-ref
 2015-06-25  8:40 UTC  (14+ messages)
` [PATCH v5 01/11] t6301: for-each-ref tests for ref-filter APIs
  ` [PATCH v5 02/11] tag: libify parse_opt_points_at()
  ` [PATCH v5 03/11] ref-filter: implement '--points-at' option
  ` [PATCH v5 04/11] for-each-ref: add "
  ` [PATCH v5 05/11] ref-filter: add parse_opt_merge_filter()
  ` [PATCH v5 06/11] ref-filter: implement '--merged' and '--no-merged' options
  ` [PATCH v5 07/11] for-each-ref: add "
  ` [PATCH v5 08/11] parse-option: rename parse_opt_with_commit()
  ` [PATCH v5 09/11] parse-options.h: add macros for '--contains' option
  ` [PATCH v5 10/11] ref-filter: implement "
  ` [PATCH v5 11/11] for-each-ref: add "

[BUG] git describe returns wrong tag as closest tag
 2015-06-25  7:20 UTC 

git name-rev not accepting abbreviated SHA with --stdin
 2015-06-25  2:01 UTC  (3+ messages)

RFC/Pull Request: Refs db backend
 2015-06-25  1:08 UTC  (22+ messages)

[PATCH] Fix definition of ARRAY_SIZE for non-gcc builds
 2015-06-24 22:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 1/6] bisect: correction of typo
 2015-06-24 21:26 UTC  (20+ messages)
` [PATCH v7 0/5] git bisect old/new
  ` [PATCH v7 4/5] bisect: add the terms old/new
  ` [PATCH v8 0/5] Bisect terms
    ` [PATCH v8 1/5] bisect: correction of typo
    ` [PATCH v8 2/5] bisect: replace hardcoded "bad|good" by variables
    ` [PATCH v8 3/5] bisect: simplify the addition of new bisect terms
    ` [PATCH v8 4/5] bisect: add the terms old/new
    ` [PATCH v8 5/5] bisect: allow any terms set by user

Repository Code Security (Plan Text)
 2015-06-24 20:17 UTC  (9+ messages)

Repository Code Scope (Plan Text)
 2015-06-24 19:09 UTC  (3+ messages)

[PATCH/RFC] Revert "git am/mailinfo: Don't look at in-body headers when rebasing"
 2015-06-24 16:04 UTC  (3+ messages)

Untracked files when git status executed on a new folder
 2015-06-24 15:28 UTC  (3+ messages)

[PATCH] Enable core.fsyncObjectFiles by default
 2015-06-24 14:30 UTC  (8+ messages)

[PATCH] cvsimport: silence regex warning appearing in Perl 5.22
 2015-06-24 14:04 UTC 

Cannot clone a linked working directory
 2015-06-24 11:16 UTC  (2+ messages)

What's cooking in git.git (Jun 2015, #05; Mon, 22)
 2015-06-24  7:16 UTC  (4+ messages)

[PATCH/RFC v4 01/10] t9001-send-email: move script creation in a setup test
 2015-06-23 20:58 UTC  (14+ messages)
` [PATCH v6 "
  ` [PATCH v6 02/10] send-email: allow aliases in patch header and command script outputs
  ` [PATCH v6 03/10] t9001-send-email: refactor header variable fields replacement
  ` [PATCH v6 04/10] send-email: refactor address list process
  ` [PATCH v6 05/10] send-email: Allow use of aliases in the From field of --compose mode
  ` [PATCH v6 06/10] send-email: minor code refactoring
  ` [PATCH v6 07/10] send-email: reduce dependencies impact on parse_address_line
  ` [PATCH v6 08/10] send-email: consider quote as delimiter instead of character
  ` [PATCH v6 09/10] send-email: allow multiple emails using --cc, --to and --bcc
  ` [PATCH v6 10/10] send-email: suppress meaningless whitespaces in from field

[PATCHv6 1/3] git-rebase -i: add command "drop" to remove a commit
 2015-06-23 20:47 UTC  (13+ messages)
` [PATCHv6 3/3] git rebase -i: add static check for commands and SHA-1


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