git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-10-24 00:44:44 to 2010-10-27 11:00:38 UTC [more...]

[RFC PATCH] Makefile: new prove target for running the tests with TAP
 2010-10-27 11:00 UTC  (5+ messages)

[RFC PATCH v2 0/3] Documentation: refactor config variable descriptions
 2010-10-27 10:56 UTC  (8+ messages)

Create a new commit from patches without using any worktree?
 2010-10-27 10:28 UTC  (4+ messages)

What's cooking in git.git (Oct 2010, #02; Tue, 26)
 2010-10-27  8:42 UTC  (3+ messages)

add support for SUA (interix)
 2010-10-27  8:39 UTC  (3+ messages)
` [PATCH 1/2] add support for the SUA layer (interix; windows)
` [PATCH 2/2] add configure checks for previously created feature flags

[PATCHv6 00/10] gitweb: remote_heads feature
 2010-10-27  8:07 UTC  (24+ messages)
` [PATCHv6 01/10] gitweb: introduce "
` [PATCHv6 02/10] gitweb: git_get_heads_list accepts an optional list of refs
` [PATCHv6 03/10] gitweb: separate heads and remotes lists
` [PATCHv6 04/10] gitweb: nagivation menu for tags, heads and remotes
` [PATCHv6 05/10] gitweb: use fullname as hash_base in heads link
` [PATCHv6 06/10] gitweb: allow action specialization in page header
` [PATCHv6 07/10] gitweb: remotes view for a single remote
` [PATCHv6 08/10] gitweb: refactor repository URL printing
` [PATCHv6 09/10] gitweb: provide a routine to display (sub)sections
` [PATCHv6 10/10] gitweb: group remote heads by remote

[PATCH 1/3] GIT-VERSION-GEN: make use of git describe --dirty
 2010-10-27  7:50 UTC  (4+ messages)

[PATCH v7 0/3] Detection of directory renames
 2010-10-27  7:05 UTC  (7+ messages)
` [PATCH v7 1/3] Introduce bulk-move detection in diffcore
      ` Bulk move and some of its close relatives
` [PATCH] [RFC] Add --detect-bulk-moves output to unidiff format

git as an sfc member project
 2010-10-27  7:03 UTC  (3+ messages)

[PATCH v2 1/4] setup_git_env: print the true $GIT_DIR for debugging
 2010-10-27  4:19 UTC  (15+ messages)
` [PATCH v2 4/4] builtins: check for startup_info->help, print and exit early
  ` [PATCH en/and-cascade-tests 0/7]
    ` [PATCH 1/7] branch -h: show usage even in an invalid repository
          ` [RFC/PATCH 0/4] update-index: migrate to parse-options API
            ` [PATCH 1/4] parse-options: allow git commands to invent new option types
            ` [PATCH 2/4] parse-options: make resuming easier after PARSE_OPT_STOP_AT_NON_OPTION
            ` [PATCH 3/4] setup: save prefix (original cwd relative to toplevel) in startup_info
            ` [PATCH 4/4] update-index: migrate to parse-options API

add UTC option for pretty-formats
 2010-10-27  1:32 UTC 

[PATCH 00/11] More consistant terminology ("remote-tracking branch", "not updated")
 2010-10-27  0:06 UTC  (30+ messages)
` [PATCH 05/10] Change "tracking branch" to "remote-tracking branch" in C code
` [PATCH 09/10] user-manual.txt: explain better the remote(-tracking) branch terms
` [PATCH v2 00/10] More consistant terminology ("remote-tracking branch", "not updated")
` [PATCH 01/10] Better "Changed but not updated" message in git-status
` [PATCH 02/10] Replace "remote tracking" with "remote-tracking"
` [PATCH 03/10] Change remote tracking to remote-tracking in non-trivial places
` [PATCH 04/10] Change "tracking branch" to "remote-tracking branch"
` [PATCH 06/10] Change incorrect uses of "remote branch" meaning "remote-tracking"
` [PATCH 07/10] Change incorrect "remote branch" to "remote tracking branch" in C code
` [PATCH 08/10] Use 'remote-tracking branch' in generated merge messages
      ` [PATCH] user-manual.txt: explain better the remote(-tracking) branch terms
` [PATCH 10/10] git-branch.txt: mention --set-upstream as a way to change upstream configuration

Why /var/cache/git?
 2010-10-26 20:58 UTC  (8+ messages)

history missing
 2010-10-26 20:04 UTC  (2+ messages)

Fixing SVN import merges
 2010-10-26 19:50 UTC 

How do I get a list of all unmerged files?
 2010-10-26 17:06 UTC  (5+ messages)

Are "private blobs/trees" possible?
 2010-10-26 16:56 UTC  (4+ messages)

[PATCH/RFC] Make git-completion Bash 4 compatible
 2010-10-26 14:14 UTC  (2+ messages)

[PATCH] git-send-email.perl: fix In-Reply-To for second and subsequent patches
 2010-10-26 13:50 UTC  (5+ messages)
` [PATCH v2] "

performance impact of "receive.fsckObjects"
 2010-10-26 13:44 UTC 

Fwd: git status & seg.fault
 2010-10-26  9:54 UTC  (5+ messages)
  `  "

git via http problem
 2010-10-26  7:40 UTC  (5+ messages)
  ` Re[2]: "
  ` Re[4]: "

[PATCHv5 00/23] git notes merge
 2010-10-26  1:34 UTC  (29+ messages)
` [PATCHv5 01/23] notes.c: Hexify SHA1 in die() message from init_notes()
` [PATCHv5 02/23] (trivial) notes.h: Minor documentation fixes to copy_notes()
` [PATCHv5 03/23] notes.h: Make default_notes_ref() available in notes API
` [PATCHv5 04/23] notes.c: Reorder functions in preparation for next commit
` [PATCHv5 05/23] notes.h/c: Allow combine_notes functions to remove notes
` [PATCHv5 06/23] notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
` [PATCHv5 07/23] (trivial) t3303: Indent with tabs instead of spaces for consistency
` [PATCHv5 08/23] notes.c: Use two newlines (instead of one) when concatenating notes
` [PATCHv5 09/23] builtin/notes.c: Split notes ref DWIMmery into a separate function
` [PATCHv5 10/23] git notes merge: Initial implementation handling trivial merges only
` [PATCHv5 11/23] builtin/notes.c: Refactor creation of notes commits
` [PATCHv5 12/23] git notes merge: Handle real, non-conflicting notes merges
` [PATCHv5 13/23] git notes merge: Add automatic conflict resolvers (ours, theirs, union)
` [PATCHv5 14/23] Documentation: Preliminary docs on 'git notes merge'
` [PATCHv5 15/23] git notes merge: Manual conflict resolution, part 1/2
` [PATCHv5 16/23] git notes merge: Manual conflict resolution, part 2/2
` [PATCHv5 17/23] git notes merge: List conflicting notes in notes merge commit message
` [PATCHv5 18/23] git notes merge: --commit should fail if underlying notes ref has moved
` [PATCHv5 19/23] git notes merge: Add another auto-resolving strategy: "cat_sort_uniq"
` [PATCHv5 20/23] git notes merge: Add testcases for merging notes trees at different fanouts
` [PATCHv5 21/23] Provide 'git notes get-ref' to easily retrieve current notes ref
` [PATCHv5 22/23] cmd_merge(): Parse options before checking MERGE_HEAD
` [PATCHv5 23/23] Provide 'git merge --abort' as a synonym to 'git reset --merge'
        ` [PATCHv5.1 22/23] cmd_merge(): Parse options before checking MERGE_HEAD
        ` [PATCHv5.1 23/23] Provide 'git merge --abort' as a synonym to 'git reset --merge'

[PATCH] Fix git-apply with -p greater than 1
 2010-10-25 14:11 UTC  (2+ messages)

fsck errors on newly cloned, newly imported git repository
 2010-10-25 14:02 UTC  (4+ messages)

git-gui: 'Unhandled 2 way diff marker:' for typechanged path
 2010-10-25 12:59 UTC 

git rebase and merge commits
 2010-10-25 11:23 UTC  (3+ messages)

[WIP PATCH 00/18] setup tests
 2010-10-25 10:30 UTC  (23+ messages)
` [WIP PATCH 01/18] rev-parse: add --internal-cwd and --internal-git-dir for tests
` [WIP PATCH 02/18] Add t1510 for setup tests
` [WIP PATCH 03/18] t1510: setup case #0
` [WIP PATCH 04/18] t1510: setup case #1
` [WIP PATCH 05/18] t1510: setup case #2
` [WIP PATCH 06/18] t1510: setup case #3
` [WIP PATCH 07/18] t1510: setup case #4
` [WIP PATCH 08/18] t1510: setup case #5
` [WIP PATCH 09/18] t1510: setup case #6
` [WIP PATCH 10/18] t1510: setup case #7
` [WIP PATCH 11/18] t1510: setup case #8
` [WIP PATCH 12/18] t1510: setup case #9
` [WIP PATCH 13/18] t1510: setup case #10
` [WIP PATCH 14/18] t1510: setup case #11
` [WIP PATCH 15/18] t1510: setup case #12
` [WIP PATCH 16/18] t1510: setup case #13
` [WIP PATCH 17/18] t1510: setup case #14
` [WIP PATCH 18/18] t1510: setup case #15

git-update-index loses executable bit for unmerged files when core.filemode is false
 2010-10-25  8:59 UTC  (6+ messages)
` [PATCH] Add tests to demonstrate update-index bug with core.symlinks/core.filemode

[PATCHv5 00/17] gitweb: Simple file based output caching
 2010-10-24 21:34 UTC  (2+ messages)

[PATCH] Fix copy-pasted comments related to tree diff handling
 2010-10-24 21:03 UTC 

[PATCH] Documentation: complete config list from other manpages
 2010-10-24 20:55 UTC  (4+ messages)
    ` [RFC PATCH v3 2/3] "
      ` [RFC PATCH v3 2/3 (amend)] "

[BUG, PATCH v5 0/3] Fix {blame,cat-file} --textconv for cases with symlinks
 2010-10-24 17:40 UTC  (3+ messages)

"git fsck" hanging (v1.7.3.2)
 2010-10-24 17:06 UTC  (2+ messages)

[completion] Request: Include remote heads as push targets
 2010-10-24 16:28 UTC  (8+ messages)

[TopGit PATCH] Make tg help work in any directory
 2010-10-24 14:34 UTC 

[PATCH 0/6] Unify argument and option notation in the docs
 2010-10-24 15:51 UTC  (2+ messages)
` [PATCH] CodingGuidelines: Add a section on writing documentation

[PATCH] Sync "git diff -h" with the manual, show options summary
 2010-10-24 15:15 UTC  (2+ messages)

[PATCH] make pack-objects a bit more resilient to repo corruption
 2010-10-24  2:47 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH] docs: give more hints about how "add -e" works
 2010-10-24  0:32 UTC  (2+ 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).