git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-07-21 22:25:33 to 2010-07-24 14:48:18 UTC [more...]

[GSoC 2010] The 9nd official week
 2010-07-24 14:48 UTC 

rfc - Changing the way gitk and git-gui are managed
 2010-07-24 14:00 UTC  (9+ messages)

[PATCH] Makefile: don't include git version file on 'make clean'
 2010-07-24 12:36 UTC  (2+ messages)

[PATCH 1/2] worktree setup: return to original cwd if prefix is set NULL
 2010-07-24 12:15 UTC  (20+ messages)
` [PATCH 2/2] Revert "rehabilitate 'git index-pack' inside the object store"
` [PATCH 0/9] setup_git_directory(): return to original cwd upon reaching .git
  ` [PATCH 1/9] t1501 (rev-parse): clarify
  ` [PATCH 2/9] tests: try git apply from subdir of toplevel
  ` [PATCH 3/9] setup: split off $GIT_DIR-set case from setup_git_directory_gently
  ` [PATCH 4/9] setup: split off a function to checks working dir for .git file
  ` [PATCH 5/9] setup: split off code to handle stumbling upon a repository
  ` [PATCH 6/9] setup: split off a function to handle hitting ceiling in repo search
  ` [PATCH 7/9] setup: split off get_device_or_die helper
  ` [PATCH 8/9] setup: do not forget working dir from subdir of gitdir
  ` [PATCH 9/9] Revert "rehabilitate 'git index-pack' inside the object store"

git tag's history
 2010-07-24 12:12 UTC 

[PATCH 0/3] apply: handle traditional patches with spaces in filename
 2010-07-24  8:48 UTC  (6+ messages)
` [PATCH 1/3] apply: Split quoted filename handling into new function
` [PATCH 2/3] tests: Test how well "git apply" copes with weird filenames
` [PATCH 3/3] apply: Handle traditional patches with space in filename

RFC: Between git-subtree and git-submodules
 2010-07-24  8:33 UTC  (3+ messages)

[WIP/RFC 00/13] git notes merge
 2010-07-24  8:32 UTC  (19+ messages)
` [WIP/RFC 01/13] (trivial) notes.h: Minor documentation fixes to copy_notes()
` [WIP/RFC 02/13] notes.h: Make default_notes_ref() available in notes API
` [WIP/RFC 03/13] notes.h/c: Clarify the handling of notes objects that are == null_sha1
` [WIP/RFC 04/13] notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
` [WIP/RFC 05/13] (trivial) t3303: Indent with tabs instead of spaces for consistency
` [WIP/RFC 06/13] notes.c: Use two newlines (instead of one) when concatenating notes
` [WIP/RFC 07/13] (trivial) git notes prune: Accept --verbose in addition to -v
` [WIP/RFC 08/13] builtin/notes.c: Split notes ref DWIMmery into a separate function
` [WIP/RFC 09/13] git notes merge: Initial implementation handling trivial merges only
` [WIP/RFC 10/13] builtin/notes.c: Refactor creation of notes commits
` [WIP/RFC 11/13] git notes merge: Handle real, non-conflicting notes merges
` [WIP/RFC 12/13] git notes merge: Add automatic conflict resolvers (ours, theirs, union)
` [WIP/RFC 13/13] Documentation: Preliminary docs on 'git notes merge'

Git workflow with upstream repository
 2010-07-24  2:39 UTC  (4+ messages)

[PATCH 0/2] make git installation footprint smaller
 2010-07-24  2:31 UTC  (6+ messages)
` [PATCH 1/2] Makefile: link builtins residing in bin directory to main git binary too
` [PATCH 2/2] Makefile: make hard/symbolic links for non-builtins too

Avery Pennarun's git-subtree?
 2010-07-24  1:20 UTC  (31+ messages)

Replacing a Remote Branch
 2010-07-24  1:17 UTC  (4+ messages)

URL decoding changed semantics of + in URLs
 2010-07-23 23:04 UTC  (8+ messages)
  ` [PATCH] Do not unquote + into ' ' "

[PATCH] tests: Ignore the Test::Harness .prove file
 2010-07-23 22:58 UTC 

[PATCH] 3-way merge with file move fails when diff.renames = copies
 2010-07-23 21:03 UTC  (16+ messages)
` [PATCH] Fix rebase with file move "
      ` [PATCH 0/5] "
        ` [PATCH 1/5] t4150 (am): style tweaks
        ` [PATCH 2/5] t4150 (am): futureproof against failing tests
        ` [PATCH 3/5] Teach "apply --index-info" to handle rename patches
        ` [PATCH 4/5] t3400 (rebase): whitespace cleanup
        ` [PATCH 5/5] rebase: protect against diff.renames configuration

Which is wrong? diff or apply?
 2010-07-23 20:49 UTC  (2+ messages)

question (possibly) on git subtree/submodules
 2010-07-23 18:35 UTC  (4+ messages)

[PATCH 1/3] git-instaweb: Fix custom apache log placement
 2010-07-23 18:22 UTC  (9+ messages)
` [PATCH 3/3] git-instaweb: Don't assume Apache executable is named apache2

[PATCH] revert: only suggest to commit if not passing -n
 2010-07-23 16:42 UTC  (2+ messages)

[PATCH] request-pull.txt: Document -p option
 2010-07-23 16:31 UTC 

[PATCH] t2017: redo physical reflog existance check
 2010-07-23 15:04 UTC  (5+ messages)

Secondary --exec-path?
 2010-07-23 14:47 UTC  (2+ messages)

unpack failed --- is my repos broken?
 2010-07-23 10:43 UTC  (7+ messages)
  ` ssh communication not working

[PATCH 0/7] find commit subject refactoring
 2010-07-23  9:37 UTC  (12+ messages)
` [PATCH 1/7] revert: fix off by one read when searching the end of a commit subject
` [PATCH 2/7] revert: refactor code to find commit subject in find_commit_subject()
` [PATCH 3/7] revert: rename subject related variables in get_message()
` [PATCH 4/7] commit: move find_commit_subject() into commit.{h,c}
` [PATCH 5/7] bisect: use find_commit_subject() instead of custom code
` [PATCH 6/7] merge-recursive: "
` [PATCH 7/7] blame: "

git gui problem
 2010-07-23  2:31 UTC 

[PATCH v3 01/13] parse-options: stop when encounter a non-option
 2010-07-23  2:08 UTC  (5+ messages)
` [PATCH v3 05/13] parse the -L options

[PATCH] t3508: add check_head_differs_from() helper function and use it
 2010-07-23  1:38 UTC  (2+ messages)

[PATCH 3/3] gitk: improve dark background, select light or dark tags
 2010-07-22 23:14 UTC 

[PATCH 2/3] gitk: improve dark background, use diffcolor 2 for link
 2010-07-22 23:12 UTC 

[PATCH 1/3] gitk: improve dark background, s/black/$fgcolor/
 2010-07-22 23:10 UTC 

Running git on Windows command line
 2010-07-22 23:00 UTC  (8+ messages)

[PATCH] t7810: test git grep --no-index from a bare repository
 2010-07-23  0:22 UTC 

[PATCH] t7002: test git grep --no-index from a bare repository
 2010-07-22 22:36 UTC  (3+ messages)

Git Notes on Branches
 2010-07-22 21:05 UTC  (2+ messages)

[PATCH] git-rebase--interactive.sh: use printf instead of echo to print commit message
 2010-07-22 20:08 UTC  (3+ messages)

[PATCH] t/README: clarify test_must_fail description
 2010-07-22 18:21 UTC  (8+ messages)
` [PATCH] t/: work around one-shot variable assignment with test_must_fail

P4 Sync problem
 2010-07-22 18:21 UTC  (8+ messages)

[PATCH] Add a google-chrome option for web--browse
 2010-07-22 16:58 UTC 

new platform & S_IFGITLINK problem
 2010-07-22 16:23 UTC  (3+ messages)

Git commit behaving strangely
 2010-07-22 16:28 UTC  (4+ messages)

[BUG] git gui blame: Show History Context [still] broken since 29e5573d
 2010-07-22  8:23 UTC  (5+ messages)

GIT over HTTP
 2010-07-22  4:01 UTC  (2+ messages)

[RFC/PATCH] merge: honor prepare-commit-msg hook
 2010-07-22  0:14 UTC  (2+ messages)

[PATCH] Allow the CURL user agent to be specified either by config option http.useragent or by the environment variable GIT_USER_AGENT
 2010-07-21 23:40 UTC 

>4GiB source delta assertion failure
 2010-07-21 23:16 UTC 

CRLF behavior
 2010-07-21 22:25 UTC  (6+ messages)


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 NNTP newsgroup(s).