messages from 2015-07-07 21:43:08 to 2015-07-10 07:22:46 UTC [more...]
[PATCH] notes: Use get_sha1_committish instead of read_ref in init_notes()
2015-07-10 7:22 UTC (7+ messages)
` [PATCH v2 - RFH] notes: Allow committish expressions as notes ref
` [PATCH v3] "
` [PATCH v4] notes: Allow treeish "
Building git 2.4.5 on AIX 6.1 problems
2015-07-10 5:09 UTC (5+ messages)
[PATCH v7 1/8] refs.c: add err arguments to reflog functions
2015-07-10 4:30 UTC (26+ messages)
` [PATCH v7 2/8] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v7 3/8] bisect: treat BISECT_HEAD as a ref
` [PATCH v7 4/8] refs: Break out check for reflog autocreation
` [PATCH v7 5/8] refs: new public ref function: safe_create_reflog
` [PATCH v7 6/8] git-reflog: add exists command
` [PATCH v7 7/8] update-ref and tag: add --create-reflog arg
` [PATCH v7 8/8] git-stash: use update-ref --create-reflog instead of creating files
Merge after rename
2015-07-10 3:52 UTC (2+ messages)
[PATCH v2] refs: loosen restrictions on wildcard '*' refspecs
2015-07-10 3:45 UTC (2+ messages)
[PATCH] grep: use regcomp() for icase search with non-ascii patterns
2015-07-09 22:55 UTC (17+ messages)
` [PATCH v2 0/9] icase match on non-ascii
` [PATCH v2 1/9] grep: allow -F -i combination
` [PATCH v2 2/9] grep: break down an "if" stmt in preparation for next changes
` [PATCH v2 3/9] grep/icase: avoid kwsset on literal non-ascii strings
` [PATCH v2 4/9] grep/icase: avoid kwsset when -F is specified
` [PATCH v2 5/9] grep/pcre: prepare locale-dependent tables for icase matching
` [PATCH v2 6/9] gettext: add is_utf8_locale()
` [PATCH v2 7/9] grep/pcre: support utf-8
` [PATCH v2 8/9] diffcore-pickaxe: "share" regex error handling code
` [PATCH v2 9/9] diffcore-pickaxe: support case insensitive match on non-ascii
[PATCH v8 0/7] ref backend preamble
2015-07-09 22:51 UTC (8+ messages)
` [PATCH v8 1/7] refs.c: add err arguments to reflog functions
` [PATCH v8 2/7] refs: Break out check for reflog autocreation
` [PATCH v8 3/7] refs: new public ref function: safe_create_reflog
` [PATCH v8 4/7] git-reflog: add exists command
` [PATCH v8 5/7] refs: add REF_FORCE_CREATE_REFLOG flag
` [PATCH v8 6/7] update-ref and tag: add --create-reflog arg
` [PATCH v8 7/7] git-stash: use update-ref --create-reflog instead of creating files
Git force push fails after a rejected push (unpack failed)?
2015-07-09 22:48 UTC (14+ messages)
` [PATCH] check_and_freshen_file: fix reversed success-check
` [PATCH v2] "
suboptimal behavior of fast-import in some cases with "from"
2015-07-09 22:47 UTC (9+ messages)
` [PATCH] fast-import: Do less work when given "from" matches current branch head
[PATCH] clone: Make use of the strip_suffix() helper method
2015-07-09 21:23 UTC (11+ messages)
` [PATCH v2] clone: Simplify string handling in guess_dir_name()
` [PATCH v3] "
` [PATCH v4] clone: simplify "
[PATCH v5 0/4] submodule config lookup API
2015-07-09 20:00 UTC (7+ messages)
` [PATCH v5 1/4] implement submodule config API for lookup of .gitmodules values
Reset sometimes updates mtime
2015-07-09 17:56 UTC (2+ messages)
[PATCH v4] log: add log.follow config option
2015-07-09 17:58 UTC (5+ messages)
git svn timezone issue?
2015-07-09 13:30 UTC (2+ messages)
[PATCH v2 00/10] Port tag.c to use ref-filter APIs
2015-07-09 13:43 UTC (22+ messages)
` [PATCH v2 01/10] ref-filter: add %(refname:shortalign=X) option
` [PATCH v2 02/10] ref-filter: add option to filter only tags
` [PATCH v2 03/10] ref-filter: support printing N lines from tag annotation
` [PATCH v2 04/10] ref-filter: add support to sort by version
` [PATCH v2 05/10] ref-filter: add option to match literal pattern
` [PATCH v2 06/10] Documentation/tag: remove double occurance of "<pattern>"
` [PATCH v2 07/10] tag.c: use 'ref-filter' data structures
` [PATCH v2 08/10] tag.c: use 'ref-filter' APIs
` [PATCH v2 09/10] tag.c: implement '--format' option
` [PATCH v2 10/10] tag.c: implement '--merged' and '--no-merged' options
[PATCH v6 0/7] refs backend preamble
2015-07-09 6:47 UTC (16+ messages)
` [PATCH v6 1/7] refs.c: add err arguments to reflog functions
` [PATCH v6 5/7] refs: new public ref function: safe_create_reflog
` [PATCH v6 6/7] git-reflog: add create and exists functions
[PATCH v8 00/11] add options to for-each-ref
2015-07-09 6:03 UTC (8+ messages)
` [PATCH v8 01/11] t6302: for-each-ref tests for ref-filter APIs
[PATCH v5 00/44] Make git-am a builtin
2015-07-09 6:00 UTC (6+ messages)
Subject: [PATCH] git am: Transform and skip patches via new hook
2015-07-08 22:57 UTC (4+ messages)
MCSI 2015
2015-07-08 10:34 UTC
[PATCH 00/12] Improve git-am test coverage
2015-07-08 20:44 UTC (3+ messages)
` [PATCH 12/12] t3901: test git-am encoding conversion
[PATCH] git_open_noatime: return with errno=0 on success
2015-07-08 18:51 UTC (2+ messages)
Different result with `git apply` and `patch`
2015-07-08 17:50 UTC
Draft of Git Rev News edition 5
2015-07-08 17:36 UTC (11+ messages)
[PATCH v3 00/23] replace "checkout --to" with "worktree add"
2015-07-08 16:58 UTC (12+ messages)
` [PATCH v3 18/23] checkout: retire --to option
` [PATCH v3 23/23] checkout: retire --ignore-other-worktrees in favor of --force
[PATCH v2] log: add log.follow config option
2015-07-08 16:49 UTC (7+ messages)
[PATCH] index-pack: fix allocation of sorted_by_pos array
2015-07-08 14:11 UTC (6+ messages)
` [PATCH 1/2] index-pack: rename the field "type" to "in_pack_type"
` [PATCH 2/2] pack-objects: rename the field "type" to "real_type"
Since gc.autodetach=1 you can end up with auto-gc on every command with no user notification
2015-07-08 12:47 UTC (2+ messages)
[ANNOUNCE] Git Rev News edition 5
2015-07-08 10:08 UTC
Git installer questions
2015-07-08 7:58 UTC (2+ messages)
[PATCH v3] log: add log.follow config option
2015-07-08 7:40 UTC (2+ messages)
[PATCH v7 07/10] send-email: reduce dependencies impact on parse_address_line
2015-07-08 7:28 UTC (4+ messages)
` [PATCH v8 "
[PATCH v5 3/4] status: give more information during rebase -i
2015-07-08 7:10 UTC (5+ messages)
` [PATCH v6 1/4] status: factor two rebase-related messages together
` [PATCH v6 3/4] status: give more information during rebase -i
ssh admin git accidentally deleted
2015-07-08 5:38 UTC (3+ messages)
[PATCH] refs: loosen restrictions on wildcard '*' refspecs
2015-07-08 5:36 UTC
Git grep does not support multi-byte characters (like UTF-8)
2015-07-08 4:52 UTC (7+ messages)
[PATCH] git: add optional support for full pattern in fetch refspecs
2015-07-08 4:47 UTC (3+ messages)
weaning distributions off tarballs: extended verification of git tags
2015-07-08 4:00 UTC (2+ messages)
[PATCH v3] log: add log.follow config option
2015-07-08 1:29 UTC
refspecs with '*' as part of pattern
2015-07-07 23:20 UTC (5+ messages)
Whether Git supports directory level access or not?
2015-07-07 23:03 UTC (4+ messages)
What's cooking in git.git (Jul 2015, #02; Tue, 7)
2015-07-07 22:32 UTC
[PATCH 00/17] Make the msvc-build scripts work again
2015-07-07 22:18 UTC (4+ messages)
` [PATCH 13/17] engine.pl: provide more debug print statements
` "
No one understands diff3 "Temporary merge branch" conflict markers
2015-07-07 21:44 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).