index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'jk/pager-with-external-command'
Junio C Hamano
2011-08-28
|
\
|
*
support pager.* for external commands
Jeff King
2011-08-19
*
|
Merge branch 'js/bisect-no-checkout'
Junio C Hamano
2011-08-17
|
\
\
|
*
|
bisect: add support for bisecting bare repositories
Jon Seymour
2011-08-09
*
|
|
Merge branch 'js/ref-namespaces'
Junio C Hamano
2011-08-17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ref namespaces: infrastructure
Josh Triplett
2011-07-06
*
|
|
Merge branch 'da/git-prefix-everywhere' into next
Junio C Hamano
2011-06-29
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
git: Remove handling for GIT_PREFIX
David Aguilar
2011-05-26
*
|
|
Merge branch 'jk/maint-config-alias-fix'
Junio C Hamano
2011-05-30
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
handle_options(): do not miscount how many arguments were used
Junio C Hamano
2011-05-24
*
|
|
Merge branch 'js/info-man-path'
Junio C Hamano
2011-05-06
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
git: add --info-path and --man-path options
Jon Seymour
2011-05-01
*
|
|
handle_alias: provide GIT_PREFIX to !alias
Michael J Gruber
2011-04-27
|
/
/
*
|
git.c: reorder builtin command list
Nguyễn Thái Ngọc Duy
2011-02-15
*
|
repo-config: add deprecation warning
René Scharfe
2011-02-13
*
|
alias: use run_command api to execute aliases
Erik Faye-Lund
2011-01-06
*
|
Merge branch 'nd/setup'
Junio C Hamano
2010-12-28
|
\
\
|
|
/
|
*
builtins: print setup info if repo is found
Nguyễn Thái Ngọc Duy
2010-11-29
*
|
Merge branch 'il/remote-fd-ext'
Junio C Hamano
2010-12-08
|
\
\
|
*
|
git-remote-ext
Ilari Liusvaara
2010-10-13
|
*
|
git-remote-fd
Ilari Liusvaara
2010-10-13
*
|
|
allow command-specific pagers in pager.<cmd>
Jeff King
2010-11-17
|
|
/
|
/
|
*
|
Use angles for placeholders consistently
Štěpán Němec
2010-10-08
|
/
*
Merge branch 'tf/cleanup-builtin-help-headers'
Junio C Hamano
2010-09-08
|
\
|
*
builtin.h: Move two functions definitions to help.h.
Thiago Farina
2010-09-01
*
|
Merge branch 'kf/askpass-config'
Junio C Hamano
2010-09-08
|
\
\
|
*
|
Allow core.askpass to override SSH_ASKPASS.
Knut Franke
2010-08-31
*
|
|
Merge branch 'jk/maint-pass-c-config-in-env'
Junio C Hamano
2010-09-08
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
pass "git -c foo=bar" params through environment
Jeff King
2010-08-24
|
|
/
*
|
Merge branch 'jn/paginate-fix'
Junio C Hamano
2010-08-31
|
\
\
|
*
|
merge-file: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-15
|
*
|
var: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-15
|
*
|
ls-remote: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-15
|
*
|
index-pack: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-15
|
*
|
config: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-15
|
*
|
bundle: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-15
|
*
|
apply: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-15
|
*
|
grep: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-11
|
*
|
shortlog: run setup_git_directory_gently() sooner
Nguyễn Thái Ngọc Duy
2010-08-11
|
*
|
git wrapper: allow setup_git_directory_gently() be called earlier
Nguyễn Thái Ngọc Duy
2010-08-11
|
*
|
git wrapper: introduce startup_info struct
Nguyễn Thái Ngọc Duy
2010-08-11
*
|
|
Merge branch 'maint'
Junio C Hamano
2010-08-26
|
\
\
\
|
*
|
|
Fix 'git log' early pager startup error case
Linus Torvalds
2010-08-25
|
|
/
/
*
|
|
Merge branch 'gb/split-cmdline-errmsg'
Junio C Hamano
2010-08-21
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
split_cmdline: Allow caller to access error string
Greg Brockman
2010-08-11
|
|
/
*
|
Fix 'git' wrapper usage string
Thomas Rast
2010-07-27
|
/
*
Merge branch 'jn/paginate-fix'
Junio C Hamano
2010-07-15
|
\
|
*
git --paginate: paginate external commands again
Jonathan Nieder
2010-07-14
|
*
git --paginate: do not commit pager choice too early
Nguyễn Thái Ngọc Duy
2010-06-28
*
|
grep: Add the option '--open-files-in-pager'
Johannes Schindelin
2010-06-13
|
/
[next]