git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-07-22 13:48:50 to 2010-07-24 16:03:43 UTC [more...]

Replacing a Remote Branch
 2010-07-24 16:03 UTC  (5+ messages)
    ` [PATCH 1/2] Document receive.denyDeleteCurrent

[PATCH/RFC 4/4] Add interactive mode to git-shell for user-friendliness
 2010-07-24 15:27 UTC  (3+ messages)
` [PATCH] Cast execl*() NULL sentinels to (char *)

[WIP PATCH 00/22] Some updates since v3
 2010-07-24 15:13 UTC  (23+ messages)
` [WIP PATCH 01/22] parse-options: enhance STOP_AT_NON_OPTION
` [WIP PATCH 02/22] parse-options: add two helper functions
` [WIP PATCH 03/22] Add the basic data structure for line level history
` [WIP PATCH 04/22] Refactor parse_loc
` [WIP PATCH 05/22] Parse the -L options
` [WIP PATCH 06/22] Export three functions from diff.c
` [WIP PATCH 07/22] Add range clone functions
` [WIP PATCH 08/22] map/take range to the parent of commits
` [WIP PATCH 09/22] Print the line log
` [WIP PATCH 10/22] Hook line history into cmd_log, ensuring a topo-ordered walk
` [WIP PATCH 11/22] Add --full-line-diff option
` [WIP PATCH 12/22] Add tests for line history browser
` [WIP PATCH 13/22] Document "
` [WIP PATCH 14/22] Make rewrite_parents public to other part of git
` [WIP PATCH 15/22] Add parent rewriting to line history browser
` [WIP PATCH 16/22] Add --graph prefix before line history output
` [WIP PATCH 17/22] Add test cases for '--graph' of line level log
` [WIP PATCH 18/22] a fast fix
` [WIP PATCH 19/22] Make graph_next_line external to other part of git
` [WIP PATCH 20/22] some changes
` [WIP PATCH 21/22] commit parents prunning code
` [WIP PATCH 22/22] A merge should not be printed anyway

URL decoding changed semantics of + in URLs
 2010-07-24 14:49 UTC  (9+ messages)
  ` [PATCH] Do not unquote + into ' ' "
        ` [PATCH v2] "

[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  (30+ messages)

[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  (14+ 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  (7+ 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()

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  (4+ 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)


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