git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-08 11:46:38 to 2015-06-09 18:40:27 UTC [more...]

Submodules as first class citizens (was Re: Moving to subtrees for plugins?)
 2015-06-09 18:40 UTC  (4+ messages)

[PATCH 1/4] status: factor two rebase-related messages together
 2015-06-09 18:07 UTC  (7+ messages)
` [PATCH 2/4] status: differentiate interactive from non-interactive rebases
` [PATCH 3/4] status: give more information during rebase -i
` [PATCH 4/4] status: add new tests for status "

[PATCH v7 0/5] Improving performance of git clean
 2015-06-09 18:24 UTC  (5+ messages)
` [PATCH v7 1/5] setup: add gentle version of read_gitfile
` [PATCH v7 2/5] setup: sanity check file size in read_gitfile_gently
` [PATCH v7 3/5] t7300: add tests to document behavior of clean and nested git
` [PATCH v7 4/5] p7300: add performance tests for clean

GIT for Microsoft Access projects
 2015-06-09 18:21 UTC  (6+ messages)
    ` git lock files (Was: GIT for Microsoft Access projects)

[PATCH 1/4] bisect : correction of typo
 2015-06-09 18:17 UTC  (13+ messages)
` [PATCH 2/4] bisect: replace hardcoded "bad|good" by variables
` [PATCH 3/4] bisect: simplify the add of new bisect terms
` [PATCH 4/4] bisect: add the terms old/new

[PATCH v2 0/2] specify commit by negative pattern
 2015-06-09 18:14 UTC  (4+ messages)
` [PATCH v2 2/2] object name: introduce '^{/!-<negative pattern>}' notation

[PATCH 0/7] changes from last version
 2015-06-09 17:56 UTC  (6+ messages)
` [PATCH v3 1/7] t9001-send-email: move script creation in a setup test
` [PATCH v3 2/7] send-email: allow aliases in patch header and command script outputs
` [PATCH v3 3/7] t9001-send-email: refactor header variable fields replacement
` [PATCH v3 4/7] send-email: refactor address list process
` [PATCH v3 5/7] send-email: allow multiple emails using --cc, --to and --bcc

Troubleshoot clone issue to NFS
 2015-06-09 17:41 UTC  (12+ messages)
                ` [PATCH] index-pack: avoid excessive re-reading of pack directory

[PATCH] git-completion.tcsh: fix redirect with noclobber
 2015-06-09 17:25 UTC 

On undoing a forced push
 2015-06-09 16:55 UTC  (8+ messages)

[PATCH 00/13] Improve "refs" module encapsulation
 2015-06-09 16:42 UTC  (22+ messages)
` [PATCH 01/13] delete_ref(): move declaration to refs.h
` [PATCH 02/13] remove_branches(): remove temporary
` [PATCH 03/13] delete_ref(): handle special case more explicitly
` [PATCH 05/13] delete_refs(): improve error message
` [PATCH 06/13] delete_refs(): convert error message to lower case
` [PATCH 07/13] prune_remote(): use delete_refs()
` [PATCH 08/13] repack_without_refs(): make function private
` [PATCH 12/13] initial_ref_transaction_commit(): check for ref D/F conflicts

[PATCH 0/8] object_id part 2
 2015-06-09 16:28 UTC  (8+ messages)
` [PATCH 1/8] refs: convert some internal functions to use object_id
` [PATCH 2/8] sha1_file: introduce has_object_file helper
` [PATCH 3/8] Convert struct ref to use object_id
` [PATCH 4/8] Add a utility function to make parsing hex values easier
` [PATCH 5/8] add_sought_entry_mem: convert to struct object_id
` [PATCH 6/8] parse_fetch: convert to use "
` [PATCH 7/8] ref_newer: "

gitscm vs. git-scm
 2015-06-09 14:21 UTC  (4+ messages)

How to compile without iconv?
 2015-06-09 14:07 UTC 

Release candidate of Git for Windows 2.x is out
 2015-06-09 13:07 UTC  (5+ messages)
  `  "

[RFC/PATCH 0/9] add options to ref-filter
 2015-06-09 12:49 UTC  (31+ messages)
` [RFC/PATCH 1/9] tag: libify parse_opt_points_at()
  ` [RFC/PATCH 2/9] ref-filter: implement '--points-at' option
  ` [RFC/PATCH 3/9] for-each-ref: add "
  ` [RFC/PATCH 4/9] parse-options: add parse_opt_merge_filter()
  ` [RFC/PATCH 5/9] ref-filter: implement '--merged' and '--no-merged' options
  ` [RFC/PATCH 6/9] for-each-ref: add "
  ` [RFC/PATCH 7/9] parse-options.h: add macros for '--contains' option

[PATCH v2] git-rebase--interactive.sh: add config option for custom instruction format
 2015-06-09 10:26 UTC  (6+ messages)

[PATCH 0/5] am: improve test coverage and touch up foreign patch parsing
 2015-06-09  9:38 UTC  (9+ messages)
` [PATCH 1/5] t4150: test applying StGit patch
` [PATCH 2/5] am: teach StGit patch parser how to read from stdin
` [PATCH 3/5] t4150: test applying StGit series
` [PATCH 4/5] am: use gmtime() to parse mercurial patch date
` [PATCH 5/5] am: teach mercurial patch parser how to read from stdin

[PATCH 1/1]: git-completion.tcsh fails w/ noclobber
 2015-06-09  9:25 UTC  (2+ messages)

[PATCH 0/6] am --skip/--abort: improve index/worktree cleanup
 2015-06-09  9:18 UTC  (10+ messages)
` [PATCH 4/6] am --abort: revert changes introduced by failed 3way merge
` [PATCH 5/6] am --abort: support aborting to unborn branch
` [PATCH 6/6] am --abort: keep unrelated commits on "

[PATCH 3/4] status: give more information during rebase -i
 2015-06-09  8:57 UTC  (5+ messages)
` [PATCH 4/4] status: add new tests for status "

GNU diff and git diff - difference on myers algorithm?
 2015-06-09  8:25 UTC  (2+ messages)

[PATCH 1/4] status: factor two rebase-related messages together
 2015-06-09  7:33 UTC  (3+ messages)

[WIP/PATCH v5 0/10] create ref-filter from for-each-ref
 2015-06-09  6:31 UTC  (18+ messages)
` [WIP/PATCH v5 01/10] for-each-ref: extract helper functions out of grab_single_ref()
  ` [WIP/PATCH v5 02/10] for-each-ref: clean up code
  ` [WIP/PATCH v5 03/10] for-each-ref: rename 'refinfo' to 'ref_array_item'
  ` [WIP/PATCH v5 05/10] for-each-ref: introduce 'ref_array_clear()'

[PATCH] commit: cope with scissors lines in commit message
 2015-06-09  0:28 UTC  (5+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCHv1 3/3] git-p4: fixing --changes-block-size handling
 2015-06-08 22:32 UTC  (7+ messages)
` [PATCHv2 0/3] "
  ` [PATCHv2 3/3] "

[PATCH/RFC v2 1/5] t9001-send-email: move script creation in a setup test
 2015-06-08 22:12 UTC  (8+ messages)
` [PATCH/RFC v2 5/5] send-email: refactor address list process

[PATCH] utf8.c: print warning about disabled iconv
 2015-06-08 21:14 UTC  (4+ messages)

[PATCH] git-checkout.txt: Document "git checkout <pathspec>" better
 2015-06-08 20:21 UTC 

Suggestion: group files in GIT
 2015-06-08 19:48 UTC  (2+ messages)

PATCH [git/contrib] Avoid failing to create ${__git_tcsh_completion_script} when 'set noclobber' is in effect (af7333c)
 2015-06-08 19:31 UTC  (2+ messages)

[PATCH v6 10/11] for-each-ref: introduce filter_refs()
 2015-06-08 18:37 UTC  (4+ messages)

[PATCH v6 0/11] create ref-filter from for-each-ref
 2015-06-08 18:33 UTC  (6+ messages)
` [PATCH v6 01/11] for-each-ref: extract helper functions out of grab_single_ref()

[PATCH v6 09/11] ref-filter: move code from 'for-each-ref'
 2015-06-08 18:08 UTC  (5+ messages)

[PATCH v3 0/4] Fix how for-each-ref handles broken loose references
 2015-06-08 17:37 UTC  (8+ messages)
` [PATCH v3 4/4] read_loose_refs(): treat NULL_SHA1 loose references as broken

[PATCH] git-rebase--interactive.sh: add config option for custom
 2015-06-08 17:29 UTC  (4+ messages)

[PATCH 0/2] fsck: don't ignore broken reflog entries
 2015-06-08 17:08 UTC  (11+ messages)
` [PATCH 1/2] fsck_handle_reflog_sha1(): new function
` [PATCH 2/2] fsck: report errors if reflog entries point at invalid objects

[PATCH] t7063: fix breakage with split index
 2015-06-08 16:49 UTC  (3+ messages)
` [PATCH] read-cache: fix untracked cache invalidation when split-index is used

Permission denied ONLY after pulling bundles
 2015-06-08 15:19 UTC  (9+ messages)

Fwd: release address not working
 2015-06-08 13:17 UTC  (2+ messages)
  `  "

[PATCH 1/2] git-bisect.sh : create a file if the bisection is in old/new mode, named "BISECT_OLDNEWMODE", so it can easily be seen outside the program without having to read BISECT_TERMS. This will have to be changed in further versions if new terms are introduced
 2015-06-08 11:54 UTC  (5+ 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).