git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-19 05:28:50 to 2018-05-21 21:41:27 UTC [more...]

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-05-21 21:40 UTC  (24+ messages)
` [PATCH 01/18] Add a function to solve least-cost assignment problems
` [PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
  ` [PATCH v2 02/18] Add a new builtin: branch-diff

[PATCHv4 0/1] git-p4: unshelving: fix for python2.6
 2018-05-21 21:39 UTC  (6+ messages)
` [PATCHv4 1/1] git-p4: add unshelve command

[PATCH v2 3/3] unpack_trees_options: free messages when done
 2018-05-21 21:38 UTC  (23+ messages)
` [PATCH v3 0/3] "
  ` [PATCH v3 3/3] "
            ` [PATCH v4 0/4] "
              ` [PATCH v4 1/4] merge: setup `opts` later in `checkout_fast_forward()`
              ` [PATCH v4 2/4] merge-recursive: provide pair of `unpack_trees_{start,finish}()`
              ` [PATCH v4 3/4] string-list: provide `string_list_appendf()`
                  ` Re*: "
                      ` [PATCH v5 0/4] unpack_trees_options: free messages when done
                        ` [PATCH v5 1/4] merge: setup `opts` later in `checkout_fast_forward()`
                        ` [PATCH v5 2/4] merge-recursive: provide pair of `unpack_trees_{start,finish}()`
                        ` [PATCH v5 3/4] argv-array: return the pushed string from argv_push*()
                        ` [PATCH v5 4/4] unpack_trees_options: free messages when done
              ` [PATCH v4 "

[PATCH 0/5] snprintf truncation fixes
 2018-05-21 20:57 UTC  (10+ messages)
` [PATCH 1/5] http: use strbufs instead of fixed buffers
` [PATCH 3/5] query_fsmonitor: use xsnprintf for formatting integers

[RFC PATCH] fetch-pack: space out sent "haves" in negotiation
 2018-05-21 20:43 UTC 

[PATCH] t: make many tests depend less on the refs being files
 2018-05-21 19:34 UTC  (6+ messages)

[PATCH] grep: handle corrupt index files early
 2018-05-21 19:27 UTC  (15+ messages)
` [PATCH 00/11]
  ` [PATCH 02/11] repository: introduce repo_read_index_or_die
  ` [PATCH 07/11] rerere: use repo_read_index_or_die
  ` [PATCH 11/11] read_cache: convert most calls to repo_read_index_or_die

[RFC/PATCH 0/7] rerere: handle nested conflicts
 2018-05-21 19:00 UTC  (9+ messages)
` [RFC/PATCH 1/7] rerere: unify error message when read_cache fails
` [RFC/PATCH 2/7] rerere: mark strings for translation
` [RFC/PATCH 3/7] rerere: add some documentation
` [RFC/PATCH 4/7] rerere: fix crash when conflict goes unresolved
` [RFC/PATCH 5/7] rerere: only return whether a path has conflicts or not
` [RFC/PATCH 6/7] rerere: factor out handle_conflict function
` [RFC/PATCH 7/7] rerere: teach rerere to handle nested conflicts

[PATCH 00/12] Integrate commit-graph into fsck, gc, and fetch
 2018-05-21 18:53 UTC  (8+ messages)
` [PATCH v2 00/12] Integrate commit-graph into fsck and gc
  ` [PATCH v2 01/12] commit-graph: add 'verify' subcommand
  ` [PATCH v2 02/12] commit-graph: verify file header information
  ` [PATCH v2 03/12] commit-graph: test that 'verify' finds corruption

[PATCH 2/1] config: let `config_store_data_clear()` handle `value_regex`
 2018-05-21 18:43 UTC  (3+ messages)
` [PATCH] regex: do not call `regfree()` if compilation fails

commit-graph: change in "best" merge-base when ambiguous
 2018-05-21 18:33 UTC  (2+ messages)

which files are "known to git"?
 2018-05-21 18:15 UTC  (14+ messages)

Bug in update-index man page
 2018-05-21 17:39 UTC 

What's cooking in git.git (May 2018, #02; Thu, 17)
 2018-05-21 17:36 UTC  (3+ messages)

[PATCH 0/5] merge-recursive code cleanups
 2018-05-21 17:22 UTC  (13+ messages)
` [PATCH 2/5] merge-recursive: fix numerous argument alignment issues
` [PATCH 3/5] merge-recursive: clarify the rename_dir/RENAME_DIR meaning
` [PATCH 4/5] merge-recursive: rename conflict_rename_*() family of functions
` [PATCH 5/5] merge-recursive: simplify handle_change_delete

issues(?) installing git-lfs via fedora "dnf" command
 2018-05-21 17:16 UTC  (5+ messages)

why does "man git-clean" not mention files ignored by core.excludesFile?
 2018-05-21 16:24 UTC 

[PATCH v3 00/28] Hash-independent tests
 2018-05-21 13:17 UTC  (31+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/28] t/test-lib: add an SHA1 prerequisite
  ` [PATCH v4 02/28] t/test-lib: introduce ZERO_OID
  ` [PATCH v4 03/28] t: switch $_z40 to $ZERO_OID
  ` [PATCH v4 04/28] t/test-lib: introduce OID_REGEX
  ` [PATCH v4 05/28] t: switch $_x40 to $OID_REGEX
  ` [PATCH v4 06/28] t0000: annotate with SHA1 prerequisite
  ` [PATCH v4 07/28] t1007: "
  ` [PATCH v4 08/28] t1512: skip test if not using SHA-1
  ` [PATCH v4 09/28] t4044: "
  ` [PATCH v4 10/28] t: skip pack tests "
  ` [PATCH v4 11/28] t2203: abstract away SHA-1-specific constants
  ` [PATCH v4 12/28] t3103: "
  ` [PATCH v4 13/28] t3702: "
  ` [PATCH v4 14/28] t3905: "
  ` [PATCH v4 15/28] t4007: "
  ` [PATCH v4 16/28] t4008: "
  ` [PATCH v4 17/28] t4014: "
  ` [PATCH v4 18/28] t4020: "
  ` [PATCH v4 19/28] t4022: "
  ` [PATCH v4 20/28] t4029: fix test indentation
  ` [PATCH v4 21/28] t4029: abstract away SHA-1-specific constants
  ` [PATCH v4 22/28] t4030: "
  ` [PATCH v4 23/28] t/lib-diff-alternative: "
  ` [PATCH v4 24/28] t4205: sort log output in a hash-independent way
  ` [PATCH v4 25/28] t4042: abstract away SHA-1-specific constants
  ` [PATCH v4 26/28] t4045: "
  ` [PATCH v4 27/28] t4208: "
  ` [PATCH v4 28/28] t5300: "

[PATCH 01/11] t9902-completion: add tests demonstrating issues with quoted pathnames
 2018-05-21 12:17 UTC  (6+ messages)
` [PATCH 0/2] Test improvements for 'sg/complete-paths'
  ` [PATCH 2/2] t9902-completion: exercise __git_complete_index_file() directly

[PATCH] git-p4: add options --commit and --disable-rebase
 2018-05-21  7:01 UTC  (2+ messages)

[PATCH] travis-ci: run gcc-7 on linux-gcc jobs
 2018-05-21  6:46 UTC  (3+ messages)
` [PATCH v2] travis-ci: run gcc-8 "

[PATCH 00/12] Die commit->util, die!
 2018-05-21  5:11 UTC  (25+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 14/14] commit.h: delete 'util' field in struct commit
  ` [PATCH v3 00/15] Die commit->util, die!
    ` [PATCH v3 01/15] commit-slab.h: code split
    ` [PATCH v3 02/15] commit-slab: support shared commit-slab
    ` [PATCH v3 03/15] blame: use commit-slab for blame suspects instead of commit->util
    ` [PATCH v3 04/15] describe: use commit-slab for commit names "
    ` [PATCH v3 05/15] shallow.c: use commit-slab for commit depth "
    ` [PATCH v3 06/15] sequencer.c: use commit-slab to mark seen commits
    ` [PATCH v3 07/15] sequencer.c: use commit-slab to associate todo items to commits
    ` [PATCH v3 08/15] revision.c: use commit-slab for show_source
    ` [PATCH v3 09/15] bisect.c: use commit-slab for commit weight instead of commit->util
    ` [PATCH v3 10/15] name-rev: use commit-slab for rev-name "
    ` [PATCH v3 11/15] show-branch: use commit-slab for commit-name "
    ` [PATCH v3 12/15] show-branch: note about its object flags usage
    ` [PATCH v3 13/15] log: use commit-slab in prepare_bases() instead of commit->util
    ` [PATCH v3 14/15] merge: use commit-slab in merge remote desc "
    ` [PATCH v3 15/15] commit.h: delete 'util' field in struct commit

[PATCH] merge-recursive: give notice when submodule commit gets fast-forwarded
 2018-05-21  4:12 UTC  (5+ messages)
` [PATCH v3 0/1] rebased: inform about auto submodule ff
  ` [PATCH 1/1] Inform about fast-forwarding of submodules during merge

[PATCH 1/2] diff: turn --ita-invisible-in-index on by default
 2018-05-21  3:14 UTC  (5+ messages)
` [PATCH 2/2] apply: add --intent-to-add

git apply does not honor diff.noprefix config setting
 2018-05-21  2:03 UTC  (2+ messages)

[PATCH 00/14] nd/command-list updates
 2018-05-21  1:06 UTC  (28+ messages)
` [PATCH 12/14] completion: let git provide the completable command list
` [PATCH 13/14] completion: reduce "
` [PATCH 14/14] completion: allow to customize the "
` [PATCH v2 00/17] nd/command-list updates
  ` [PATCH v2 01/17] generate-cmds.sh: factor out synopsis extract code
  ` [PATCH v2 02/17] generate-cmds.sh: export all commands to command-list.h
  ` [PATCH v2 03/17] help: use command-list.h for common command list
  ` [PATCH v2 04/17] Remove common-cmds.h
  ` [PATCH v2 05/17] git.c: convert --list-* to --list-cmds=*
  ` [PATCH v2 06/17] git --list-cmds: collect command list in a string_list
  ` [PATCH v2 07/17] completion: implement and use --list-cmds=main,others
  ` [PATCH v2 08/17] git: support --list-cmds=list-<category>
  ` [PATCH v2 09/17] help: add "-a --verbose" to list all commands with synopsis
  ` [PATCH v2 10/17] help: use command-list.txt for the source of guides
  ` [PATCH v2 11/17] command-list.txt: documentation and guide line
  ` [PATCH v2 12/17] completion: let git provide the completable command list
  ` [PATCH v2 13/17] completion: reduce "
  ` [PATCH v2 14/17] Move declaration for alias.c to alias.h
  ` [PATCH v2 15/17] completion: add and use --list-cmds=nohelpers
  ` [PATCH v2 16/17] completion: add and use --list-cmds=alias
  ` [PATCH v2 17/17] completion: allow to customize the completable command list

[GSoC] A blog about 'git stash' project
 2018-05-20 19:33 UTC  (8+ messages)

[GSoC] GSoC with git, week 3
 2018-05-20 19:00 UTC 

[PATCH 8/9] completion: support case-insensitive config vars just a bit
 2018-05-20 16:33 UTC  (2+ messages)

[PATCH 7/9] completion: drop the hard coded list of config vars
 2018-05-20 16:01 UTC  (2+ messages)

[PATCH] Use OPT_SET_INT_F() for cmdline option specification
 2018-05-20 15:42 UTC  (4+ messages)
` [PATCH v2] "

git push => git: 'credential-winstore' is not a git command
 2018-05-20 15:17 UTC 

[PATCH] config: free resources of `struct config_store_data`
 2018-05-20 10:42 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] "
  ` [PATCH v2 2/3] config: let `config_store_data_clear()` handle `value_regex`
  ` [PATCH v2 3/3] config: let `config_store_data_clear()` handle `key`

[RFC 00/14] Allow fetch-pack to send ref names (globs allowed)
 2018-05-20  8:24 UTC 

git rebase -i --exec and changing directory
 2018-05-19 16:38 UTC 

Re :[PATCHv4 1/1] git-p4: add unshelve command
 2018-05-19 12:46 UTC 

error(?) in "man git-stash" regarding "--keep-index"
 2018-05-19 10:05 UTC  (8+ messages)

worktrees vs. alternates
 2018-05-19  5:45 UTC  (12+ 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).