git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-04 07:59:34 to 2015-06-06 21:09:49 UTC [more...]

[PATCH] utf8.c: print warning about disabled iconv
 2015-06-06 21:02 UTC 

[RFC/PATCH 0/9] add options to ref-filter
 2015-06-06 20:04 UTC  (10+ 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
  ` [RFC/PATCH 8/9] ref-filter: add "
  ` [RFC/PATCH 9/9] for-each-ref: "

Submodules as first class citizens (was Re: Moving to subtrees for plugins?)
 2015-06-06 19:53 UTC  (2+ messages)

Git on tomcat via LDAP
 2015-06-06 19:34 UTC 

[PATCH/RFC v2 1/5] t9001-send-email: move script creation in a setup test
 2015-06-06 16:59 UTC  (5+ messages)
` [PATCH/RFC v2 2/5] send-email: allow aliases in patch header and command script outputs
` [PATCH/RFC v2 3/5] t9001-send-email: refactor header variable fields replacement
` [PATCH/RFC v2 4/5] send-email: allow multiple emails using --cc, --to and --bcc
` [PATCH/RFC v2 5/5] send-email: refactor address list process

[PATCH v6 0/11] create ref-filter from for-each-ref
 2015-06-06 13:48 UTC  (12+ messages)
` [PATCH v6 01/11] for-each-ref: extract helper functions out of grab_single_ref()
  ` [PATCH v6 02/11] for-each-ref: clean up code
  ` [PATCH v6 03/11] for-each-ref: rename 'refinfo' to 'ref_array_item'
  ` [PATCH v6 04/11] for-each-ref: introduce new structures for better organisation
  ` [PATCH v6 05/11] for-each-ref: introduce 'ref_array_clear()'
  ` [PATCH v6 06/11] for-each-ref: rename some functions and make them public
  ` [PATCH v6 07/11] for-each-ref: rename variables called sort to sorting
  ` [PATCH v6 08/11] ref-filter: add 'ref-filter.h'
  ` [PATCH v6 09/11] ref-filter: move code from 'for-each-ref'
  ` [PATCH v6 10/11] for-each-ref: introduce filter_refs()
  ` [PATCH v6 11/11] ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refname

[PATCH 0/6] am --skip/--abort: improve index/worktree cleanup
 2015-06-06 11:46 UTC  (7+ messages)
` [PATCH 1/6] am --skip: revert changes introduced by failed 3way merge
` [PATCH 2/6] am -3: support 3way merge on unborn branch
` [PATCH 3/6] am --skip: support skipping while "
` [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 "

[WIP/PATCH v5 0/10] create ref-filter from for-each-ref
 2015-06-06 11:26 UTC  (14+ 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 04/10] for-each-ref: introduce new structures for better organisation
  ` [WIP/PATCH v5 05/10] for-each-ref: introduce 'ref_array_clear()'
  ` [WIP/PATCH v5 06/10] for-each-ref: rename some functions and make them public
  ` [WIP/PATCH v5 07/10] ref-filter: add 'ref-filter.h'
  ` [WIP/PATCH v5 08/10] ref-filter: move code from 'for-each-ref'
  ` [WIP/PATCH v5 09/10] for-each-ref: introduce filter_refs()
  ` [WIP/PATCH v5 10/10] ref-filter: make 'ref_array_item' use a FLEX_ARRAY for refname

Fwd: [PATCH 3/3] stash: require a clean index to apply
 2015-06-06  3:19 UTC 

Suggestion: add author info to TODO list in git-rebase--interactive
 2015-06-06  1:00 UTC  (4+ messages)

[PATCH v2 0/2] specify commit by negative pattern
 2015-06-06  0:24 UTC  (3+ messages)
` [PATCH v2 1/2] test for '!' handling in rev-parse's named commits
` [PATCH v2 2/2] object name: introduce '^{/!-<negative pattern>}' notation

[PATCH] t7063: fix breakage with split index
 2015-06-05 23:31 UTC 

[PATCH] utf8: NO_ICONV: silence uninitialized variable warning
 2015-06-05 22:19 UTC  (3+ messages)

[ANNOUNCE] Git v2.4.3
 2015-06-05 20:50 UTC 

What's cooking in git.git (Jun 2015, #02; Fri, 5)
 2015-06-05 20:50 UTC 

Minor bug report
 2015-06-05 20:47 UTC  (11+ messages)
    ` [PATCH] log: diagnose empty HEAD more clearly

[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-05 20:24 UTC  (5+ messages)
` [PATCH 2/2] Fix git rev-list --bisect and git bisect visualize when the bisection is done in old/new mode

[PATCH mh/lockfile-retry] lockfile: replace random() by rand()
 2015-06-05 20:14 UTC  (12+ messages)
    ` [PATCH 0/4] Fix file locking with retry and timeout on Windows
      ` [PATCH 1/4] lockfile: replace random() by rand()
      ` [PATCH 2/4] help.c: wrap wait-only poll() invocation in sleep_millisec()
      ` [PATCH 3/4] lockfile: convert retry timeout computations to millisecond
      ` [PATCH 4/4] lockfile: wait using sleep_millisec() instead of select()

Pack files, standards compliance, and efficiency
 2015-06-05 20:03 UTC  (10+ messages)

[PATCH] l10n: de.po: fix translation of "head nodes"
 2015-06-05 19:31 UTC  (3+ messages)

[PATCH] l10n: de.po: translate "index" as "Index"
 2015-06-05 19:20 UTC  (5+ messages)
` [PATCH v2] "

Suggestion: make git checkout safer
 2015-06-05 18:46 UTC  (23+ messages)

[PATCH] receive-pack: Create a HEAD ref for ref namespace
 2015-06-05 17:42 UTC  (19+ messages)
` [PATCH v2] Fix cloning from "
  ` [PATCH v2 1/2] receive-pack: Create a HEAD ref for "
  ` [PATCH v2 2/2] t: Add test for cloning from "
` [PATCH v3] receive-pack: Create a HEAD ref for "
` [PATCH v4] "

[PATCH v2 0/2] make commit --verbose work with --no-status
 2015-06-05 17:13 UTC  (9+ messages)
` [PATCH v2 1/2] extract setting of wt_status.commitable flag out of wt_status_print_updated()
  ` [PATCH v2 2/2] make commit --verbose work with --no-status

[PATCH 1/4] status: factor two rebase-related messages together
 2015-06-05 17:11 UTC  (8+ messages)
` [PATCH 3/4] status: give more information during rebase -i
` [PATCH 4/4] status: add new tests for status "

Spontaneous "changes" upon checking out a commit
 2015-06-05 16:59 UTC  (2+ messages)

[RFC] git-am: handling unborn branches
 2015-06-05 16:33 UTC  (8+ messages)

Permission denied ONLY after pulling bundles
 2015-06-05 16:01 UTC  (5+ messages)

Getting the full path of a conflicting file within a custom merge driver?
 2015-06-05 15:19 UTC  (9+ messages)
  ` AW: "
      ` Re*: "
        ` AW: "

[PATCH v3 00/56] Convert parts of refs.c to struct object_id
 2015-06-05 14:48 UTC  (3+ messages)
` [PATCH v3 16/56] add_branch_for_removal(): don't set "util" field of string_list entries

Troubleshoot clone issue to NFS
 2015-06-05 14:20 UTC  (11+ messages)
                ` [PATCH] index-pack: avoid excessive re-reading of pack directory

[PATCH v4 0/8] Improve git-pull test coverage
 2015-06-05 10:44 UTC  (7+ messages)
` [PATCH v4 2/8] t5520: test no merge candidates cases
      ` debugging git tests, was: "

[RFC] send-email aliases when editing patches or using --xx-cmd
 2015-06-05  0:47 UTC  (7+ messages)

[PATCH 3/3] stash: require a clean index to apply
 2015-06-05  0:43 UTC 

[PATCH v5 1/3] git-am.sh: fix initialization of the threeway variable
 2015-06-04 23:24 UTC  (3+ messages)
` [PATCH v5 2/3] t4150-am: refactor am -3 tests
` [PATCH v5 3/3] git-am: add am.threeWay config variable

format-patch and submodules
 2015-06-04 23:20 UTC 

[WIP PATCH 1/3] git bisect old/new
 2015-06-04 18:05 UTC  (6+ messages)
` [PATCH 2/3] bisect: use name_(bad|good) instead of bisect_(bad|good)
` [PATCH 3/3] bisect: fix indentation

[PATCH] index-pack: fix truncation of off_t in comparison
 2015-06-04 17:28 UTC  (3+ messages)

[PATCH 0/2] specify commit by negative pattern
 2015-06-04 17:09 UTC  (5+ messages)
` [PATCH 1/2] test for '!' handling in rev-parse's named commits

[RFC/WIP PATCH 00/11] Protocol version 2, again!
 2015-06-04 17:01 UTC  (15+ messages)
` [RFC/WIP PATCH 11/11] Document protocol version 2

[PATCH/RFC v4 1/3] git-am.sh: fix initialization of the threeway variable
 2015-06-04 15:11 UTC  (4+ messages)
` [PATCH/RFC v4 2/3] t4150-am: refactor am -3 tests
` [PATCH/RFC v4 3/3] git-am: add am.threeWay config variable

Patch alerts
 2015-06-04 14:12 UTC 

[PATCH/RFC v3 1/4] git-am.sh: fix initialization of the threeway variable
 2015-06-04 13:26 UTC  (5+ messages)
` [PATCH/RFC v3 2/4] git-am.txt: add configuration section in git am documentation

[PATCH/WIP 0/8] Make git-am a builtin
 2015-06-04 12:05 UTC  (4+ messages)
` [PATCH/WIP 1/8] wrapper: implement xopen()


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