Git Distributed Software Revision Control
Date Index
[
Prev Page
][
Next Page
]
Re: [PATCH 2/2] completion: Use parse-options raw output for simple long options
,
(continued)
Re: [PATCH 2/2] completion: Use parse-options raw output for simple long options
,
SZEDER Gábor
[PATCH v3 0/3] Multithread index-pack
,
Nguyễn Thái Ngọc Duy
[PATCH v3 1/3] compat/win32/pthread.h: Add an pthread_key_delete() implementation
,
Nguyễn Thái Ngọc Duy
[PATCH v3 2/3] index-pack: split second pass obj handling into own function
,
Nguyễn Thái Ngọc Duy
[PATCH v3 3/3] index-pack: support multithreaded delta resolving
,
Nguyễn Thái Ngọc Duy
Re: [PATCH v3 3/3] index-pack: support multithreaded delta resolving
,
Junio C Hamano
Re: [PATCH v3 3/3] index-pack: support multithreaded delta resolving
,
Junio C Hamano
Re: [PATCH v3 3/3] index-pack: support multithreaded delta resolving
,
Nguyen Thai Ngoc Duy
Re: [PATCH v3 3/3] index-pack: support multithreaded delta resolving
,
Junio C Hamano
[PATCH 1/4] compat/win32/pthread.h: Add an pthread_key_delete() implementation
,
Nguyễn Thái Ngọc Duy
[PATCH 2/4] index-pack: restructure pack processing into three main functions
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 2/4] index-pack: restructure pack processing into three main functions
,
Junio C Hamano
[PATCH 3/4] index-pack: support multithreaded delta resolving
,
Nguyễn Thái Ngọc Duy
[PATCH 4/4] index-pack: disable threading if NO_PREAD is defined
,
Nguyễn Thái Ngọc Duy
Main git terminology in Bulgarian
,
Alexander Shopov (Александър Шопов)
What's cooking in git.git (Apr 2012, #04; Tue, 10)
,
Junio C Hamano
Re: What's cooking in git.git (Apr 2012, #04; Tue, 10)
,
Jakub Narebski
Re: What's cooking in git.git (Apr 2012, #04; Tue, 10)
,
Junio C Hamano
Re: What's cooking in git.git (Apr 2012, #04; Tue, 10)
,
Lucian Poston
[PATCH] submodule: fix prototype of gitmodules_config
,
René Scharfe
[PATCH] test-subprocess: fix segfault without arguments
,
René Scharfe
dirty commits: cause? how to prevent them?
,
pbegeland
stash refuses to pop
,
Phillip Susi
Re: stash refuses to pop
,
Junio C Hamano
Re: stash refuses to pop
,
Phillip Susi
Re: stash refuses to pop
,
Andrew Ardill
Re: stash refuses to pop
,
Phillip Susi
Re: stash refuses to pop
,
Andreas Krey
Re: stash refuses to pop
,
Jakub Narebski
Re: stash refuses to pop
,
Phillip Susi
Re: stash refuses to pop
,
Victor Engmark
Re: stash refuses to pop
,
Johannes Sixt
Re: stash refuses to pop
,
Phillip Susi
Re: stash refuses to pop
,
Johannes Sixt
Migrating SVN to Git, and preserve merge information
,
Nick Douma
Re: Migrating SVN to Git, and preserve merge information
,
Andrew Sayers
Re: Migrating SVN to Git, and preserve merge information
,
Nick Douma
Re: Migrating SVN to Git, and preserve merge information
,
Santi Béjar
Re: Migrating SVN to Git, and preserve merge information
,
Andrew Sayers
[PATCH 0/5] multithread traverse_commit_list (aka rev-list)
,
Nguyễn Thái Ngọc Duy
[PATCH 1/5] Remove global pointer "packed_git" in favor or set/get function pair
,
Nguyễn Thái Ngọc Duy
[PATCH 2/5] sha1_file: stuff various pack reading variables into a struct
,
Nguyễn Thái Ngọc Duy
[PATCH 3/5] Make lookup_*() functions thread-safe
,
Nguyễn Thái Ngọc Duy
[PATCH 4/5] Teach traverse_commit_list callsites about new parameter, nr_threads
,
Nguyễn Thái Ngọc Duy
[PATCH 5/5] Support multithread in traverse_commit_list and rev-list
,
Nguyễn Thái Ngọc Duy
Re: [PATCH 0/5] multithread traverse_commit_list (aka rev-list)
,
Martin Fick
pre-receive/update hook: how to know forced push?
,
Alexey Shumkin
Re: pre-receive/update hook: how to know forced push?
,
Alexey Shumkin
[StGit] Mostly-Emacs-mode merge request
,
Gustav Hållberg
Re: [StGit] Mostly-Emacs-mode merge request
,
Catalin Marinas
[PATCH 00/15] Hierarchical reference cache (once again)
,
mhagger
[PATCH 02/15] refs: manage current_ref within do_one_ref()
,
mhagger
[PATCH 01/15] refs.c: reorder definitions more logically
,
mhagger
[PATCH 04/15] do_for_each_ref_in_arrays(): new function
,
mhagger
[PATCH 03/15] do_for_each_ref_in_array(): new function
,
mhagger
[PATCH 05/15] repack_without_ref(): reimplement using do_for_each_ref_in_array()
,
mhagger
[PATCH 11/15] struct ref_entry: nest the value part in a union
,
mhagger
[PATCH 06/15] names_conflict(): new function, extracted from is_refname_available()
,
mhagger
[PATCH 15/15] do_for_each_ref(): only iterate over the subtree that was requested
,
mhagger
[PATCH 12/15] refs.c: rename ref_array -> ref_dir
,
mhagger
[PATCH 08/15] is_refname_available(): reimplement using do_for_each_ref_in_array()
,
mhagger
[PATCH 10/15] check_refname_component(): return 0 for zero-length components
,
mhagger
[PATCH 14/15] refs: store references hierarchically
,
mhagger
[PATCH 13/15] sort_ref_dir(): simplify logic
,
mhagger
[PATCH 09/15] free_ref_entry(): new function
,
mhagger
[PATCH 07/15] names_conflict(): simplify implementation
,
mhagger
Re: [PATCH 00/15] Hierarchical reference cache (once again)
,
Jeff King
Re: [PATCH 00/15] Hierarchical reference cache (once again)
,
Junio C Hamano
Git for Windows released
,
Johannes Schindelin
Post 1.7.10 cycle
,
Junio C Hamano
Re: Post 1.7.10 cycle
,
René Scharfe
[PATCH] Avoid problem with xpg4 grep in Solaris that broke t9400
,
Ben Walton
Re: [PATCH] Avoid problem with xpg4 grep in Solaris that broke t9400
,
Ben Walton
Re: [PATCH] Avoid problem with xpg4 grep in Solaris that broke t9400
,
Junio C Hamano
Re: [PATCH] Avoid problem with xpg4 grep in Solaris that broke t9400
,
Ben Walton
Re: [PATCH] Avoid problem with xpg4 grep in Solaris that broke t9400
,
Junio C Hamano
[PATCH] rev-parse --show-prefix: add in trailing newline
,
Ross Lagerwall
Re: [PATCH] rev-parse --show-prefix: add in trailing newline
,
Junio C Hamano
Re: [PATCH] rev-parse --show-prefix: add in trailing newline
,
Ross Lagerwall
Re: [PATCH] rev-parse --show-prefix: add in trailing newline
,
Jonathan Nieder
Re: [PATCH] rev-parse --show-prefix: add in trailing newline
,
Andreas Schwab
Re: [PATCH] rev-parse --show-prefix: add in trailing newline
,
Junio C Hamano
Re: [PATCH] rev-parse --show-prefix: add in trailing newline
,
Jonathan Nieder
Re: [PATCH] rev-parse --show-prefix: add in trailing newline
,
Junio C Hamano
Re: [PATCH] rev-parse --show-prefix: add in trailing newline
,
Nguyen Thai Ngoc Duy
[PATCH] list-objects: perform NULL check before the variable is dereferenced
,
Nguyễn Thái Ngọc Duy
Re: [PATCH] list-objects: perform NULL check before the variable is dereferenced
,
Junio C Hamano
Re: [PATCH] list-objects: perform NULL check before the variable is dereferenced
,
Nguyen Thai Ngoc Duy
Re: [PATCH] list-objects: perform NULL check before the variable is dereferenced
,
Junio C Hamano
Re: [PATCH] list-objects: perform NULL check before the variable is dereferenced
,
Junio C Hamano
[PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Ben Walton
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Andreas Schwab
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Ben Walton
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Andreas Schwab
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Junio C Hamano
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Ben Walton
[PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Ben Walton
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Andreas Schwab
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Junio C Hamano
[PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Ben Walton
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Junio C Hamano
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Ben Walton
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Junio C Hamano
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Andreas Schwab
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Junio C Hamano
Re: [PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Ben Walton
[PATCH] Avoid bug in Solaris xpg4/sed as used in submodule
,
Ben Walton
[PATCH 0/3] git-p4: move to toplevel
,
Pete Wyckoff
[PATCH 1/3] git-p4: move to toplevel
,
Pete Wyckoff
[PATCH 2/3] git p4: update name in script
,
Pete Wyckoff
[PATCH 3/3] git p4: use "git p4" directly in tests
,
Pete Wyckoff
Re: [PATCH 0/3] git-p4: move to toplevel
,
Junio C Hamano
Re: In tree object, must the blobs are ordered?
,
Yi, EungJun
In tree object, Must the
,
Yi, EungJun
Re: In tree object, Must the
,
Carlos Martín Nieto
Re: In tree object, Must the
,
Yi, EungJun
Re: In tree object, Must the
,
Junio C Hamano
Re: In tree object, Must the
,
Shawn Pearce
Re: In tree object, Must the
,
Junio C Hamano
Re: In tree object, Must the
,
Shawn Pearce
[PATCH 00/12] Bash completion rework
,
Felipe Contreras
[PATCH 01/12] tests: add initial bash completion tests
,
Felipe Contreras
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Junio C Hamano
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Jeff King
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Junio C Hamano
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Jeff King
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Jeff King
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Andreas Schwab
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Jeff King
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Felipe Contreras
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Junio C Hamano
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Jeff King
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Jonathan Nieder
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Jeff King
Re: [PATCH 01/12] tests: add initial bash completion tests
,
Junio C Hamano
Re: [PATCH 01/12] tests: add initial bash completion tests
,
John Keeping
[PATCH 03/12] completion: simplify __gitcomp_1
,
Felipe Contreras
[PATCH 11/12] test: add tests for aliases in bash completion
,
Felipe Contreras
Re: [PATCH 11/12] test: add tests for aliases in bash completion
,
Felipe Contreras
[PATCH 12/12] completion: rename _git and _gitk
,
Felipe Contreras
[PATCH 10/12] completion: add new git_complete helper
,
Felipe Contreras
Re: [PATCH 10/12] completion: add new git_complete helper
,
SZEDER Gábor
Re: [PATCH 10/12] completion: add new git_complete helper
,
Felipe Contreras
[PATCH 09/12] completion: calculate argument position properly
,
Felipe Contreras
[PATCH 08/12] completion: simplify _git_bundle
,
Felipe Contreras
[PATCH 07/12] completion: simplify command stuff
,
Felipe Contreras
Re: [PATCH 07/12] completion: simplify command stuff
,
SZEDER Gábor
Re: [PATCH 07/12] completion: simplify command stuff
,
Felipe Contreras
Re: [PATCH 07/12] completion: simplify command stuff
,
SZEDER Gábor
Re: [PATCH 07/12] completion: simplify command stuff
,
Felipe Contreras
Re: [PATCH 07/12] completion: simplify command stuff
,
Felipe Contreras
[PATCH 06/12] tests: add more bash completion tests
,
Felipe Contreras
[PATCH 05/12] completion: add missing global options
,
Felipe Contreras
Re: [PATCH 05/12] completion: add missing global options
,
John Keeping
Re: [PATCH 05/12] completion: add missing global options
,
SZEDER Gábor
[PATCH 04/12] completion: trivial simplification
,
Felipe Contreras
[PATCH 02/12] completion: simplify __gitcomp
,
Felipe Contreras
Re: [PATCH 02/12] completion: simplify __gitcomp
,
SZEDER Gábor
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Felipe Contreras
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Jonathan Nieder
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Felipe Contreras
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Jonathan Nieder
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Felipe Contreras
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Johannes Sixt
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Felipe Contreras
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Felipe Contreras
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Jonathan Nieder
Re: [PATCH 02/12] completion: simplify __gitcomp
,
Junio C Hamano
stash -u deletes ignored files
,
Киселёв Максим Алексеевич
<Possible follow-ups>
Re: stash -u deletes ignored files
,
Richard Browne
[PATCH] remote: update builtin usage
,
Michael Schubert
Re: [PATCH] remote: update builtin usage
,
Junio C Hamano
[PATCH] rebase -i continue: Don't skip submodule only commits
,
John Keeping
Re: [PATCH] rebase -i continue: Don't skip submodule only commits
,
Junio C Hamano
Re: [PATCH] rebase -i continue: Don't skip submodule only commits
,
Jens Lehmann
[RFC/PATCH] gc: do not explode objects which will be immediately pruned
,
Jeff King
Re: [RFC/PATCH] gc: do not explode objects which will be immediately pruned
,
Nicolas Pitre
Re: [RFC/PATCH] gc: do not explode objects which will be immediately pruned
,
Junio C Hamano
[PATCH] credential: do not store credentials received from helpers
,
Jeff King
Re: [PATCH] credential: do not store credentials received from helpers
,
Shawn Pearce
Re: [PATCH] credential: do not store credentials received from helpers
,
Jeff King
Re: [PATCH] credential: do not store credentials received from helpers
,
Jeff King
Re: [PATCH] credential: do not store credentials received from helpers
,
Junio C Hamano
Re: [PATCH] credential: do not store credentials received from helpers
,
Jeff King
Re: [PATCH] credential: do not store credentials received from helpers
,
Junio C Hamano
Re: [PATCH] credential: do not store credentials received from helpers
,
Jeff King
Re: [PATCH] credential: do not store credentials received from helpers
,
Jeff King
Re: [PATCH] credential: do not store credentials received from helpers
,
Jeff King
[PATCH] gitk: avoid Meta1-F5
,
Felipe Contreras
Re: [PATCH] gitk: avoid Meta1-F5
,
Felipe Contreras
Re: [PATCH] gitk: avoid Meta1-F5
,
Paul Mackerras
Re: [PATCH] gitk: avoid Meta1-F5
,
Felipe Contreras
Re: [PATCH] gitk: avoid Meta1-F5
,
Zbigniew Jędrzejewski-Szmek
Re: [PATCH] gitk: avoid Meta1-F5
,
Felipe Contreras
[PATCH] send-email: make annotate configurable
,
Felipe Contreras
Re: [PATCH] send-email: make annotate configurable
,
Junio C Hamano
Re: [PATCH] send-email: make annotate configurable
,
Matthieu Moy
Re: [PATCH] send-email: make annotate configurable
,
Junio C Hamano
Re: [PATCH] send-email: make annotate configurable
,
Junio C Hamano
Re: [PATCH] send-email: make annotate configurable
,
Matthieu Moy
Re: [PATCH] send-email: make annotate configurable
,
Junio C Hamano
What's cooking in git.git (Apr 2012, #03; Fri, 6)
,
Junio C Hamano
rs/commit-list-sort-in-batch
,
Jeff King
Re: rs/commit-list-sort-in-batch
,
Jeff King
Re: rs/commit-list-sort-in-batch
,
Junio C Hamano
[PATCH v2] xdiff: load full words in the inner loop of xdl_hash_record
,
Thomas Rast
Re: [PATCH v2] xdiff: load full words in the inner loop of xdl_hash_record
,
Junio C Hamano
[ANNOUNCE] Git 1.7.10
,
Junio C Hamano
Re: [ANNOUNCE] Git 1.7.10
,
Jakub Narebski
Re: [ANNOUNCE] Git 1.7.10
,
Thomas Rast
[RFC/PATCH] tests: add initial bash completion tests
,
Felipe Contreras
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Jeff King
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Junio C Hamano
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Felipe Contreras
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Jeff King
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Felipe Contreras
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Junio C Hamano
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Felipe Contreras
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Jeff King
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Felipe Contreras
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Junio C Hamano
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Felipe Contreras
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Jeff King
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Felipe Contreras
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Junio C Hamano
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Junio C Hamano
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Felipe Contreras
Re: [RFC/PATCH] tests: add initial bash completion tests
,
Jeff King
[GSOC] Proposal
,
jaseem abid
Re: [GSOC] Proposal
,
chaitanya nalla
<Possible follow-ups>
[GSoC] Proposal
,
XZS
[PATCH/GSoC] add a add.patch config variable
,
XZS
Re: [PATCH/GSoC] add a add.patch config variable
,
Junio C Hamano
Re: [PATCH/GSoC] add a add.patch config variable
,
Dominik Fischer
Re: [PATCH/GSoC] add a add.patch config variable
,
Junio C Hamano
Re: [PATCH/GSoC] add a add.patch config variable
,
Christian Couder
[PATCH/RFC/GSoC 0/2] add a add.patch config variable
,
XZS
[PATCH/RFC/GSoC 2/2] add a add.patch config variable
,
XZS
[PATCH/RFC/GSoC 1/2] count recursion depth
,
XZS
Re: [PATCH/RFC/GSoC 0/2] add a add.patch config variable
,
Johannes Schindelin
Re: [PATCH/RFC/GSoC 0/2] add a add.patch config variable
,
Dominik Fischer
Re: [PATCH/RFC/GSoC 0/2] add a add.patch config variable
,
Matthieu Moy
Re: [PATCH/RFC/GSoC 0/2] add a add.patch config variable
,
Junio C Hamano
Re: [PATCH/RFC/GSoC 0/2] add a add.patch config variable
,
Dominik Fischer
Re: [PATCH/RFC/GSoC 0/2] add a add.patch config variable
,
Johannes Schindelin
Re: [PATCH/RFC/GSoC 0/2] add a add.patch config variable
,
Johannes Schindelin
[GSoC] Proposal
,
惠轶群
Re: [GSoC] Proposal
,
惠轶群
Re: [GSoC] Proposal
,
Pranit Bauva
Re: [GSoC] Proposal
,
惠轶群
Re: [GSoC] Proposal
,
惠轶群
GSoC
,
shwan
[GSOC] Git-instaweb push and pull support
,
Tuomas
[GSoC] Proposal - Finishing network support for libgit2
,
Michael Schubert
[GSoC] Git to SVN bridge
,
Ramkumar Ramachandra
Re: [GSoC] Git to SVN bridge
,
Jonathan Nieder
Re: [GSoC] Git to SVN bridge
,
Ramkumar Ramachandra
Re: [GSoC] Git to SVN bridge
,
Jonathan Nieder
Re: [GSoC] Git to SVN bridge
,
Ramkumar Ramachandra
Re: [GSoC] Git to SVN bridge
,
Jonathan Nieder
GSOC proposal: Parallel Git Commands
,
shi roger
[PATCH RESEND] spec: add missing build dependency
,
Felipe Contreras
Re: [PATCH RESEND] spec: add missing build dependency
,
Felipe Contreras
[PATCH RESEND] send-email: add 'specify-author' option
,
Felipe Contreras
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Felipe Contreras
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Junio C Hamano
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Felipe Contreras
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Junio C Hamano
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Felipe Contreras
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Junio C Hamano
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Felipe Contreras
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Junio C Hamano
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Michael Witten
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Michael Witten
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Junio C Hamano
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Thomas Rast
Re: [PATCH RESEND] send-email: add 'specify-author' option
,
Felipe Contreras
[PATCH] completion: use more proper emulation for zsh
,
Felipe Contreras
setprop support in git-svn
,
Michael Thayer
Status shows untracked directory without any untracked file in it
,
Alexander Kostikov
Re: Status shows untracked directory without any untracked file in it
,
Jeff King
Message not available
Re: Status shows untracked directory without any untracked file in it
,
Jeff King
Re: Status shows untracked directory without any untracked file in it
,
Johannes Sixt
Re: Status shows untracked directory without any untracked file in it
,
Jeff King
GSOC proposal: Improving parallelism
,
Pushkar
Bad Man Page URLs
,
David E. Wheeler
Re: Bad Man Page URLs
,
Jeff King
Re: Bad Man Page URLs
,
Jeff King
Re: Bad Man Page URLs
,
Jonathan Nieder
Re: Bad Man Page URLs
,
Jeff King
Re: Bad Man Page URLs
,
Jonathan Nieder
Re: Bad Man Page URLs
,
Junio C Hamano
Re: Bad Man Page URLs
,
Jeff King
Re: Bad Man Page URLs
,
David E. Wheeler
Re: Bad Man Page URLs
,
Jonathan Nieder
Re: Bad Man Page URLs
,
David E. Wheeler
Re: Bad Man Page URLs
,
Jonathan Nieder
Re: Bad Man Page URLs
,
David E. Wheeler
Re: Bad Man Page URLs
,
Jakub Narebski
Re: Bad Man Page URLs
,
Jeff King
Re: Bad Man Page URLs
,
Scott Chacon
Re: Bad Man Page URLs
,
David E. Wheeler
Re: Bad Man Page URLs
,
Jonathan Nieder
Re: Bad Man Page URLs
,
Junio C Hamano
Re: Bad Man Page URLs
,
Scott Chacon
Re: Bad Man Page URLs
,
Jonathan Nieder
GSoC Project Proposal - Project Code Graph - Need mentor and better name
,
Suhail Sherif
Re: GSoC Project Proposal - Project Code Graph - Need mentor and better name
,
Junio C Hamano
Re: GSoC Project Proposal - Project Code Graph - Need mentor and better name
,
Andrew Sayers
Interleaved remote branch update problems
,
Martin Fick
Re: Interleaved remote branch update problems
,
Jeff King
Re: Interleaved remote branch update problems
,
Martin Fick
Re: Interleaved remote branch update problems
,
Jeff King
Linear history *and* share a branch?
,
Hilco Wijbenga
Re: Linear history *and* share a branch?
,
Ævar Arnfjörð Bjarmason
Re: Linear history *and* share a branch?
,
Ævar Arnfjörð Bjarmason
Re: Linear history *and* share a branch?
,
Junio C Hamano
Re: Linear history *and* share a branch?
,
Hilco Wijbenga
Re: Linear history *and* share a branch?
,
Michael Witten
Re: Linear history *and* share a branch?
,
Neal Kreitzinger
[PATCH] compat/mingw.[ch]: Change return type of exec functions to int
,
Ramsay Jones
Re: [PATCH] compat/mingw.[ch]: Change return type of exec functions to int
,
Jonathan Nieder
Re: [PATCH] compat/mingw.[ch]: Change return type of exec functions to int
,
Jeff King
Re: [PATCH] compat/mingw.[ch]: Change return type of exec functions to int
,
Jonathan Nieder
Re: [PATCH] compat/mingw.[ch]: Change return type of exec functions to int
,
Jeff King
Re: [PATCH] compat/mingw.[ch]: Change return type of exec functions to int
,
Jonathan Nieder
Re: [PATCH] compat/mingw.[ch]: Change return type of exec functions to int
,
Jeff King
Re: [PATCH] compat/mingw.[ch]: Change return type of exec functions to int
,
Junio C Hamano
[PATCH] 1.7.10 RelNotes: mention git is now able to authenticate
,
nelsonjesus . benitez
Static gitweb content when using pathinfo
,
José María Escartín Esteban
Re: Static gitweb content when using pathinfo
,
Jakub Narebski
Re: Static gitweb content when using pathinfo
,
Jakub Narebski
Re: Static gitweb content when using pathinfo
,
José María Escartín Esteban
Re: Static gitweb content when using pathinfo
,
Jakub Narebski
Re: Static gitweb content when using pathinfo
,
José María Escartín Esteban
What's cooking in git.git (Apr 2012, #02; Wed, 4)
,
Junio C Hamano
Re: What's cooking in git.git (Apr 2012, #02; Wed, 4)
,
Jeff King
[PATCH] push: error out when the "upstream" semantics does not make sense
,
Junio C Hamano
Re: [PATCH] push: error out when the "upstream" semantics does not make sense
,
Jonathan Nieder
Re: [PATCH] push: error out when the "upstream" semantics does not make sense
,
Junio C Hamano
Re: [PATCH] push: error out when the "upstream" semantics does not make sense
,
Jonathan Nieder
Re: [PATCH] push: error out when the "upstream" semantics does not make sense
,
Junio C Hamano
Re: [PATCH] push: error out when the "upstream" semantics does not make sense
,
Jonathan Nieder
Re: [PATCH] push: error out when the "upstream" semantics does not make sense
,
Matthieu Moy
Re: [PATCH] push: error out when the "upstream" semantics does not make sense
,
Junio C Hamano
Re: [PATCH] push: error out when the "upstream" semantics does not make sense
,
Matthieu Moy
Question about include feature in .gitconfig
,
Shouichi KAMIYA
Re: Question about include feature in .gitconfig
,
Jeff King
sparse-checkout test failures [powerpc-darwin8]
,
David Fang
Re: sparse-checkout test failures [powerpc-darwin8]
,
Junio C Hamano
Re: sparse-checkout test failures [powerpc-darwin8]
,
David Fang
Re: sparse-checkout test failures [powerpc-darwin8]
,
Nguyen Thai Ngoc Duy
[PATCH v3 0/8] Highlight interesting parts of diff
,
Michał Kiedrowicz
[PATCH v3 1/8] gitweb: Use descriptive names in esc_html_hl_regions()
,
Michał Kiedrowicz
Re: [PATCH v3 1/8] gitweb: Use descriptive names in esc_html_hl_regions()
,
Junio C Hamano
Re: [PATCH v3 1/8] gitweb: Use descriptive names in esc_html_hl_regions()
,
Michal Kiedrowicz
[PATCH v3 2/8] gitweb: esc_html_hl_regions(): Don't create empty <span> elements
,
Michał Kiedrowicz
[PATCH v3 3/8] gitweb: Pass esc_html_hl_regions() options to esc_html()
,
Michał Kiedrowicz
[PATCH v3 4/8] gitweb: Extract print_sidebyside_diff_lines()
,
Michał Kiedrowicz
Re: [PATCH v3 4/8] gitweb: Extract print_sidebyside_diff_lines()
,
Junio C Hamano
Re: [PATCH v3 4/8] gitweb: Extract print_sidebyside_diff_lines()
,
Jakub Narebski
Re: [PATCH v3 4/8] gitweb: Extract print_sidebyside_diff_lines()
,
Michal Kiedrowicz
Re: [PATCH v3 4/8] gitweb: Extract print_sidebyside_diff_lines()
,
Jakub Narebski
Re: [PATCH v3 4/8] gitweb: Extract print_sidebyside_diff_lines()
,
Michal Kiedrowicz
[PATCH v3 6/8] gitweb: Push formatting diff lines to print_diff_chunk()
,
Michał Kiedrowicz
[PATCH v3 5/8] gitweb: Use print_diff_chunk() for both side-by-side and inline diffs
,
Michał Kiedrowicz
Re: [PATCH v3 5/8] gitweb: Use print_diff_chunk() for both side-by-side and inline diffs
,
Jakub Narebski
Re: [PATCH v3 5/8] gitweb: Use print_diff_chunk() for both side-by-side and inline diffs
,
Michal Kiedrowicz
[PATCH v3 7/8] gitweb: Highlight interesting parts of diff
,
Michał Kiedrowicz
Re: [PATCH v3 7/8] gitweb: Highlight interesting parts of diff
,
Michal Kiedrowicz
[PATCH v3 8/8] gitweb: Refinement highlightning in combined diffs
,
Michał Kiedrowicz
[PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
,
Tim Henigan
Re: [PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
,
Tim Henigan
Re: [PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
,
David Aguilar
Re: [PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
,
Junio C Hamano
Re: [PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
,
Tim Henigan
Re: [PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
,
Tim Henigan
Re: [PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
,
David Aguilar
Re: [PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
,
Tim Henigan
Re: [PATCH 8/9 v11] difftool: teach difftool to handle directory diffs
,
David Aguilar
displaying subtree merges
,
Zbigniew Jędrzejewski-Szmek
Re: displaying subtree merges
,
Junio C Hamano
Re: displaying subtree merges
,
Junio C Hamano
Output of 'diff' and 'diff --raw' not the same for modified submodule
,
Tim Henigan
Re: Output of 'diff' and 'diff --raw' not the same for modified submodule
,
Junio C Hamano
[PATCH] prohibit "svn dcommit" on remote-tracking-branches
,
Christian Engwer
Re: [PATCH] prohibit "svn dcommit" on remote-tracking-branches
,
Eric Wong
Re: [PATCH] prohibit "svn dcommit" on remote-tracking-branches
,
Christian Engwer
Re: [PATCH] prohibit "svn dcommit" on remote-tracking-branches
,
Christian Engwer
Re: [PATCH] prohibit "svn dcommit" on remote-tracking-branches
,
Jonathan Nieder
GSoC git-add--interactive improvements
,
Corey F
Re: GSoC git-add--interactive improvements
,
Christian Couder
Re: GSoC git-add--interactive improvements
,
Corey F
[PATCH 0/9] Prefix-compress on-disk index entries
,
Junio C Hamano
[PATCH 1/9] varint: make it available outside the context of pack
,
Junio C Hamano
[PATCH 2/9] cache.h: hide on-disk index details
,
Junio C Hamano
[PATCH 3/9] read-cache.c: allow unaligned mapping of the index file
,
Junio C Hamano
[PATCH 4/9] read-cache.c: make create_from_disk() report number of bytes it consumed
,
Junio C Hamano
[PATCH 5/9] read-cache.c: report the header version we do not understand
,
Junio C Hamano
[PATCH 7/9] read-cache.c: move code to copy incore to ondisk cache to a helper function
,
Junio C Hamano
[PATCH 9/9] read-cache.c: write index v4 format
,
Junio C Hamano
[PATCH 6/9] read-cache.c: move code to copy ondisk to incore cache to a helper function
,
Junio C Hamano
[PATCH 8/9] read-cache.c: read prefix-compressed names in index on-disk version v4
,
Junio C Hamano
Re: [PATCH 0/9] Prefix-compress on-disk index entries
,
David Barr
Re: [PATCH 0/9] Prefix-compress on-disk index entries
,
Junio C Hamano
Re: [PATCH 0/9] Prefix-compress on-disk index entries
,
Junio C Hamano
[PATCH 2/2] update-index: upgrade/downgrade on-disk index version
,
Junio C Hamano
Re: [PATCH 0/9] Prefix-compress on-disk index entries
,
Nguyen Thai Ngoc Duy
Re: [PATCH 0/9] Prefix-compress on-disk index entries
,
Junio C Hamano
Re: [PATCH 0/9] Prefix-compress on-disk index entries
,
David Barr
Re: [PATCH 0/9] Prefix-compress on-disk index entries
,
Nguyen Thai Ngoc Duy
Re: [PATCH 0/9] Prefix-compress on-disk index entries
,
David Barr
[PATCH 1/2] unpack-trees: preserve the index file version of original
,
Junio C Hamano
[PATCH 2/2] index-v4: document the entry format
,
Junio C Hamano
Re: [PATCH 2/2] index-v4: document the entry format
,
Thomas Rast
Re: [PATCH 2/2] index-v4: document the entry format
,
Junio C Hamano
Re: [PATCH 2/2] index-v4: document the entry format
,
Thomas Rast
Re: [PATCH 2/2] index-v4: document the entry format
,
Shawn Pearce
Re: [PATCH 2/2] index-v4: document the entry format
,
Junio C Hamano
Re: [PATCH 2/2] index-v4: document the entry format
,
Shawn Pearce
[PATCH] Fix a "Using plain integer as NULL pointer" sparse warning
,
Ramsay Jones
Re: [PATCH] Fix a "Using plain integer as NULL pointer" sparse warning
,
Jeff King
[ANNOUNCE] Git 1.7.10.rc4
,
Junio C Hamano
version mismatch in git-manpages-1.7.9.6.tar.gz
,
Richard Silverman
[PATCH] gitweb: Option to omit column with time of the last change
,
Kacper Kornet
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Jakub Narebski
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Kacper Kornet
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Jakub Narebski
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Kacper Kornet
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Jakub Narebski
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Kacper Kornet
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Jakub Narebski
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Kacper Kornet
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Jakub Narebski
[PATCH] gitweb: Improve repository verification
,
Jakub Narebski
Re: [PATCH] gitweb: Improve repository verification
,
Junio C Hamano
Re: [PATCH] gitweb: Improve repository verification
,
Jakub Narebski
Re: [PATCH] gitweb: Improve repository verification
,
Jakub Narebski
[PATCH 1/2] gitweb: Option to omit column with time of the last change
,
Kacper Kornet
[PATCH 2/2] gitweb: Option to not display information about owner
,
Kacper Kornet
Re: [PATCH 2/2] gitweb: Option to not display information about owner
,
Junio C Hamano
Re: [PATCH 2/2] gitweb: Option to not display information about owner
,
Kacper Kornet
Re: [PATCH 2/2] gitweb: Option to not display information about owner
,
Junio C Hamano
Re: [PATCH 2/2] gitweb: Option to not display information about owner
,
Kacper Kornet
[PATCH v2 2/2] gitweb: Option to not display information about owner
,
Kacper Kornet
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Kacper Kornet
Re: [PATCH] gitweb: Option to omit column with time of the last change
,
Junio C Hamano
[PATCH 8/9 v10] difftool: teach difftool to handle directory diffs
,
Tim Henigan
How to add folder NON RECURSIVELY ?
,
J. Bakshi
Re: How to add folder NON RECURSIVELY ?
,
Matthieu Moy
Re: How to add folder NON RECURSIVELY ?
,
J. Bakshi
Re: How to add folder NON RECURSIVELY ?
,
Matthieu Moy
Re: How to add folder NON RECURSIVELY ?
,
J. Bakshi
Re: How to add folder NON RECURSIVELY ?
,
Dirk Süsserott
How to create empty CENTRAL git with master / development branch ?
,
J. Bakshi
Re: How to create empty CENTRAL git with master / development branch ?
,
Holger Hellmuth
Re: How to create empty CENTRAL git with master / development branch ?
,
Tomas Carnecky
Re: How to create empty CENTRAL git with master / development branch ?
,
J. Bakshi
Re: How to create empty CENTRAL git with master / development branch ?
,
Junio C Hamano
Re: How to create empty CENTRAL git with master / development branch ?
,
Holger Hellmuth
Re: How to create empty CENTRAL git with master / development branch ?
,
Holger Hellmuth
[PATCHv1] git-p4: label import, tag export
,
Luke Diamand
[PATCHv1 1/2] git-p4: fix t9800 editor check
,
Luke Diamand
[PATCHv1 2/2] git-p4: import/export of labels to/from p4
,
Luke Diamand
Re: [PATCHv1 2/2] git-p4: import/export of labels to/from p4
,
Vitor Antunes
Re: [PATCHv1 2/2] git-p4: import/export of labels to/from p4
,
Luke Diamand
Question: how to have ls-files use the .gitignore in the index
,
Holding, Lawrence
Re: Question: how to have ls-files use the .gitignore in the index
,
Kevin
What's cooking in git.git (Apr 2012, #01; Mon, 2)
,
Junio C Hamano
[ANNOUNCE] Git 1.7.9.6
,
Junio C Hamano
Updated tags on repo are not updated when pull
,
Sebastien Tardif
Re: Updated tags on repo are not updated when pull
,
PJ Weisberg
Message not available
RE: Updated tags on repo are not updated when pull
,
Sebastien Tardif
Re: Updated tags on repo are not updated when pull
,
Marc Branchaud
Re: Updated tags on repo are not updated when pull
,
PJ Weisberg
Re: Updated tags on repo are not updated when pull
,
Junio C Hamano
[PATCH] Gitweb: Fix unintended "--no-merges" for regular Atom feed
,
Sebastian Pipping
[PATCH (bugfix)] gitweb: Fix unintended "--no-merges" for regular Atom feed
,
Jakub Narebski
Re: [PATCH (bugfix)] gitweb: Fix unintended "--no-merges" for regular Atom feed
,
Junio C Hamano
Re: [PATCH (bugfix)] gitweb: Fix unintended "--no-merges" for regular Atom feed
,
Jakub Narebski
Re: [PATCH (bugfix)] gitweb: Fix unintended "--no-merges" for regular Atom feed
,
Jakub Narebski
Re: [PATCH (bugfix)] gitweb: Fix unintended "--no-merges" for regular Atom feed
,
Junio C Hamano
[PATCH 0/2] git-svn: fixes for intermittent SIGPIPE
,
Roman Kagan
[PATCH 2/2] git-svn: ignore SIGPIPE
,
Roman Kagan
[PATCH 1/2] git-svn: use POSIX::sigprocmask to block signals
,
Roman Kagan
Re: [PATCH 1/2] git-svn: use POSIX::sigprocmask to block signals
,
Eric Wong
Re: [PATCH 1/2] git-svn: use POSIX::sigprocmask to block signals
,
Roman Kagan
Re: [PATCH 0/2] git-svn: fixes for intermittent SIGPIPE
,
Roman Kagan
Re: [PATCH 0/2] git-svn: fixes for intermittent SIGPIPE
,
Junio C Hamano
Re: [PATCH 0/2] git-svn: fixes for intermittent SIGPIPE
,
Roman Kagan
[PATCH v3 0/4] Clone fails on a repo with too many heads/tags
,
Ivan Todoroski
[PATCH v3 1/4] fetch-pack: new --stdin option to read refs from stdin
,
Ivan Todoroski
Re: [PATCH v3 1/4] fetch-pack: new --stdin option to read refs from stdin
,
Jeff King
[PATCH v3 2/4] remote-curl: send the refs to fetch-pack on stdin
,
Ivan Todoroski
Re: [PATCH v3 2/4] remote-curl: send the refs to fetch-pack on stdin
,
Junio C Hamano
[PATCH v3 3/4] fetch-pack: test cases for the new --stdin option
,
Ivan Todoroski
Re: [PATCH v3 3/4] fetch-pack: test cases for the new --stdin option
,
Junio C Hamano
Re: [PATCH v3 3/4] fetch-pack: test cases for the new --stdin option
,
Ivan Todoroski
[PATCH v3 4/4] remote-curl: main test case for the OS command line overflow
,
Ivan Todoroski
Bug: bad errno report from lock_ref_sha1_basic() when contents bad
,
Thomas Rast
Re: Bug: bad errno report from lock_ref_sha1_basic() when contents bad
,
Junio C Hamano
Re: Bug: bad errno report from lock_ref_sha1_basic() when contents bad
,
Thomas Rast
Please pull git-l10n update with Portuguese (Portugal) language support
,
Jiang Xin
Re: Please pull git-l10n update with Portuguese (Portugal) language support
,
Junio C Hamano
[PATCH] fast-import: catch garbage after marks in from/merge
,
Pete Wyckoff
Re: [PATCH] fast-import: catch garbage after marks in from/merge
,
Jonathan Nieder
Re: [PATCH] fast-import: catch garbage after marks in from/merge
,
Pete Wyckoff
Re: [PATCH] fast-import: catch garbage after marks in from/merge
,
Dmitry Ivankov
Re: [PATCH] fast-import: catch garbage after marks in from/merge
,
Junio C Hamano
Re: [PATCH] fast-import: catch garbage after marks in from/merge
,
Jonathan Nieder
Re: [PATCH] fast-import: catch garbage after marks in from/merge
,
Junio C Hamano
[PATCHv2 0/2] fast-import: tighten parsing of mark references
,
Pete Wyckoff
[PATCHv2 1/2] fast-import: test behavior of garbage after mark references
,
Pete Wyckoff
Re: [PATCHv2 1/2] fast-import: test behavior of garbage after mark references
,
Jonathan Nieder
Re: [PATCHv2 1/2] fast-import: test behavior of garbage after mark references
,
Pete Wyckoff
Re: [PATCHv2 1/2] fast-import: test behavior of garbage after mark references
,
Jonathan Nieder
[PATCHv2 2/2] fast-import: tighten parsing of mark references
,
Pete Wyckoff
Re: [PATCHv2 2/2] fast-import: tighten parsing of mark references
,
Jonathan Nieder
Re: [PATCHv2 2/2] fast-import: tighten parsing of mark references
,
Pete Wyckoff
Re: [PATCHv2 2/2] fast-import: tighten parsing of mark references
,
Jonathan Nieder
Re: [PATCHv2 0/2] fast-import: tighten parsing of mark references
,
Sverre Rabbelier
[PATCHv3] fast-import: tighten parsing of mark references
,
Pete Wyckoff
Re: [PATCHv3] fast-import: tighten parsing of mark references
,
Jonathan Nieder
Re: [PATCHv3] fast-import: tighten parsing of mark references
,
Junio C Hamano
[PATCHv4] fast-import: tighten parsing of datarefs
,
Pete Wyckoff
Re: [PATCHv4] fast-import: tighten parsing of datarefs
,
Junio C Hamano
GSoC mentors for Git.pm
,
André Walker
Re: GSoC mentors for Git.pm
,
Andrew Sayers
Re: GSoC mentors for Git.pm
,
André Walker
Cannot clone the git repository shared over http with authorization.
,
Artur R. Czechowski
Re: Cannot clone the git repository shared over http with authorization.
,
Clemens Buchacher
Re: Cannot clone the git repository shared over http with authorization.
,
Clemens Buchacher
Re: Cannot clone the git repository shared over http with authorization.
,
Jeff King
Re: Cannot clone the git repository shared over http with authorization.
,
Clemens Buchacher
[PATCH 1/2] http auth fails with multiple curl handles
,
Clemens Buchacher
[PATCH 2/2] fix http auth with multiple curl handles
,
Clemens Buchacher
Re: [PATCH 2/2] fix http auth with multiple curl handles
,
Jeff King
Re: [PATCH 2/2] fix http auth with multiple curl handles
,
Junio C Hamano
Re: [PATCH 2/2] fix http auth with multiple curl handles
,
Jeff King
[PATCH 1/2] http: clean up leak in init_curl_http_auth
,
Jeff King
[PATCH 2/2] http: use newer curl options for setting credentials
,
Jeff King
still error with git on (windows) x64 based systems...
,
DutchGlory
Importing a subversion repository where some branches come from trunk subtrees
,
frnchfrgg.jr
Re: Importing a subversion repository where some branches come from trunk subtrees
,
Andrew Sayers
Re: Importing a subversion repository where some branches come from trunk subtrees
,
Julien "_FrnchFrgg_" Rivaud
Re: hi,
,
Kevin
Purging old history
,
John M. Dlugosz
Re: Purging old history
,
Ramkumar Ramachandra
Re: Purging old history
,
Jakub Narebski
Re: Purging old history
,
Phil Hord
[PATCH] Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd
,
Ben Walton
Re: [PATCH] Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd
,
Jonathan Nieder
Re: [PATCH] Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd
,
Junio C Hamano
Re: [PATCH] Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd
,
Jonathan Nieder
Re: [PATCH] Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd
,
Junio C Hamano
Re: [PATCH] Use SHELL_PATH from build system in run_command.c:prepare_shell_cmd
,
Junio C Hamano
[PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Johannes Sixt
Re: [PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Ben Walton
Re: [PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Johannes Sixt
Re: [PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Ben Walton
Re: [PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Jeff King
Re: [PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Johannes Sixt
Re: [PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Jeff King
Re: [PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Junio C Hamano
Re: [PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Johannes Sixt
Re: [PATCH] Do not use SHELL_PATH from build system in prepare_shell_cmd on Windows
,
Junio C Hamano
[GSOC][HELP] Incremental blame in gitweb.
,
jaseem abid
Re: [GSOC][HELP] Incremental blame in gitweb.
,
Jakub Narebski
rebase -p loses amended changes
,
J Robert Ray
Re: rebase -p loses amended changes
,
Thomas Rast
<Possible follow-ups>
Re: rebase -p loses amended changes
,
Jon Seymour
Re: rebase -p loses amended changes
,
Thomas Rast
Re: rebase -p loses amended changes
,
Jon Seymour
Re: rebase -p loses amended changes
,
J Robert Ray
Re: rebase -p loses amended changes
,
Jon Seymour
Re: rebase -p loses amended changes
,
Junio C Hamano
Re: rebase -p loses amended changes
,
Phil Hord
Re: rebase -p loses amended changes
,
Johannes Sixt
Re: rebase -p loses amended changes
,
Junio C Hamano
Re: rebase -p loses amended changes
,
Junio C Hamano
Re: rebase -p loses amended changes
,
Jon Seymour
Re: rebase -p loses amended changes
,
Junio C Hamano
Re: rebase -p loses amended changes
,
Jon Seymour
Re: rebase -p loses amended changes
,
Junio C Hamano
Re: rebase -p loses amended changes
,
Martin von Zweigbergk
Re: rebase -p loses amended changes
,
Jon Seymour
Re: rebase -p loses amended changes
,
Martin von Zweigbergk
Re: rebase -p loses amended changes
,
Johannes Sixt
[PATCH 0/4] Enhance git-rebases flexibiilty in handling empty commits
,
Neil Horman
[PATCH 1/4] git-cherry-pick: add keep-empty option
,
Neil Horman
Re: [PATCH 1/4] git-cherry-pick: add keep-empty option
,
Junio C Hamano
Re: [PATCH 1/4] git-cherry-pick: add keep-empty option
,
Jeff King
Re: [PATCH 1/4] git-cherry-pick: add keep-empty option
,
Neil Horman
[PATCH 2/4] git-rebase: add keep_empty flag
,
Neil Horman
Re: [PATCH 2/4] git-rebase: add keep_empty flag
,
Junio C Hamano
Re: [PATCH 2/4] git-rebase: add keep_empty flag
,
Neil Horman
[PATCH 3/4] git-commit-am: Allow automatic rebasing to preserve empty commits
,
Neil Horman
Re: [PATCH 3/4] git-commit-am: Allow automatic rebasing to preserve empty commits
,
Junio C Hamano
Re: [PATCH 3/4] git-commit-am: Allow automatic rebasing to preserve empty commits
,
Neil Horman
Re: [PATCH 3/4] git-commit-am: Allow automatic rebasing to preserve empty commits
,
Junio C Hamano
Re: [PATCH 3/4] git-commit-am: Allow automatic rebasing to preserve empty commits
,
Neil Horman
[PATCH 4/4] git-commit-interactive: Allow rebasing to preserve empty commits
,
Neil Horman
Re: [PATCH 4/4] git-commit-interactive: Allow rebasing to preserve empty commits
,
Junio C Hamano
Re: [PATCH 4/4] git-commit-interactive: Allow rebasing to preserve empty commits
,
Neil Horman
Re: [PATCH 0/4] Enhance git-rebases flexibiilty in handling empty commits
,
Junio C Hamano
[PATCH 0/5] Enhance git-rebases flexibiilty handling empty commits [v2]
,
Neil Horman
[PATCH 2/5] git-cherry-pick: add allow-empty option [v2]
,
Neil Horman
[PATCH 4/5] git-cherry-pick: Add test to validate new options [v2]
,
Neil Horman
[PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Neil Horman
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Junio C Hamano
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Neil Horman
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Neil Horman
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Jeff King
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Neil Horman
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Junio C Hamano
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Jeff King
Cc tags in the commit message (Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2])
,
Jonathan Nieder
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Junio C Hamano
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Jeff King
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Junio C Hamano
Re: [PATCH 1/5] argv-array: Add argv_array_pop function [v2]
,
Neil Horman
[PATCH 3/5] git-cherry-pick: Add ignore-if-made-empty option [v2]
,
Neil Horman
Re: [PATCH 3/5] git-cherry-pick: Add ignore-if-made-empty option [v2]
,
Junio C Hamano
Re: [PATCH 3/5] git-cherry-pick: Add ignore-if-made-empty option [v2]
,
Neil Horman
Re: [PATCH 3/5] git-cherry-pick: Add ignore-if-made-empty option [v2]
,
Junio C Hamano
Re: [PATCH 3/5] git-cherry-pick: Add ignore-if-made-empty option [v2]
,
Neil Horman
Re: [PATCH 3/5] git-cherry-pick: Add ignore-if-made-empty option [v2]
,
Johannes Sixt
[PATCH 5/5] git-rebase: add keep_empty flag [v2]
,
Neil Horman
[PATCH v3 0/4] Enhance git-rebases flexibiilty in handling empty commits
,
Neil Horman
[PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Neil Horman
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Junio C Hamano
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Neil Horman
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Junio C Hamano
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Neil Horman
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Junio C Hamano
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Neil Horman
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Junio C Hamano
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Neil Horman
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Junio C Hamano
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Neil Horman
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Junio C Hamano
Re: [PATCH v3 1/4] git-cherry-pick: add allow-empty option
,
Neil Horman
[PATCH v3 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Neil Horman
Re: [PATCH v3 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Junio C Hamano
Re: [PATCH v3 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Neil Horman
[PATCH v3 3/4] git-cherry-pick: Add test to validate new options
,
Neil Horman
[PATCH v3 4/4] git-rebase: add keep_empty flag
,
Neil Horman
[PATCH v5 0/4]Enhance git-rebases flexibiilty in handling empty commits
,
Neil Horman
[PATCH v5 1/4] git-cherry-pick: add allow-empty option
,
Neil Horman
[PATCH v5 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Neil Horman
Re: [PATCH v5 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Clemens Buchacher
Re: [PATCH v5 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Neil Horman
Re: [PATCH v5 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Clemens Buchacher
Re: [PATCH v5 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Neil Horman
Re: [PATCH v5 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Junio C Hamano
Re: [PATCH v5 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Clemens Buchacher
Re: [PATCH v5 2/4] git-cherry-pick: Add keep-redundant-commits option
,
Neil Horman
[PATCH v5 3/4] git-cherry-pick: Add test to validate new options
,
Neil Horman
Re: [PATCH v5 3/4] git-cherry-pick: Add test to validate new options
,
Clemens Buchacher
Re: [PATCH v5 3/4] git-cherry-pick: Add test to validate new options
,
Neil Horman
Re: [PATCH v5 3/4] git-cherry-pick: Add test to validate new options
,
Neil Horman
Re: [PATCH v5 3/4] git-cherry-pick: Add test to validate new options
,
Junio C Hamano
Re: [PATCH v5 3/4] git-cherry-pick: Add test to validate new options
,
Neil Horman
Re: [PATCH v5 3/4] git-cherry-pick: Add test to validate new options
,
Clemens Buchacher
Re: [PATCH v5 3/4] git-cherry-pick: Add test to validate new options
,
Neil Horman
Re: [PATCH v5 3/4] git-cherry-pick: Add test to validate new options
,
Clemens Buchacher
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]