index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
...
*
|
|
|
|
Merge branch 'js/forkexec'
Junio C Hamano
2007-11-01
|
\
\
\
\
\
|
*
|
|
|
|
Use the asyncronous function infrastructure to run the content filter.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
Avoid a dup2(2) in apply_filter() - start_command() can do it for us.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
t0021-conversion.sh: Test that the clean filter really cleans content.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
upload-pack: Run rev-list in an asynchronous function.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
upload-pack: Move the revision walker into a separate function.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
Use the asyncronous function infrastructure in builtin-fetch-pack.c.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
Add infrastructure to run a function asynchronously.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
upload-pack: Use start_command() to run pack-objects in create_pack_file().
Johannes Sixt
2007-10-21
|
*
|
|
|
|
Have start_command() create a pipe to read the stderr of the child.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
Use run_command() to spawn external diff programs instead of fork/exec.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
Use start_command() to run content filters instead of explicit fork/exec.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
Use start_command() in git_connect() instead of explicit fork/exec.
Johannes Sixt
2007-10-21
|
*
|
|
|
|
Change git_connect() to return a struct child_process instead of a pid_t.
Johannes Sixt
2007-10-21
*
|
|
|
|
|
Merge branch 'sp/mergetool'
Junio C Hamano
2007-10-31
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mergetool: avoid misleading message "Resetting to default..."
Steffen Prohaska
2007-10-18
|
*
|
|
|
|
|
mergetool: add support for ECMerge
Steffen Prohaska
2007-10-18
|
*
|
|
|
|
|
mergetool: use path to mergetool in config var mergetool.<tool>.path
Steffen Prohaska
2007-10-18
*
|
|
|
|
|
|
Merge branch 'sp/help'
Junio C Hamano
2007-10-31
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
shell should call the new setup_path() to setup $PATH
Scott R Parish
2007-10-29
|
*
|
|
|
|
|
|
include $PATH in generating list of commands for "help -a"
Scott R Parish
2007-10-29
|
*
|
|
|
|
|
|
use only the $PATH for exec'ing git commands
Scott R Parish
2007-10-29
|
*
|
|
|
|
|
|
list_commands(): simplify code by using chdir()
Scott R Parish
2007-10-29
|
*
|
|
|
|
|
|
"current_exec_path" is a misleading name, use "argv_exec_path"
Scott R Parish
2007-10-29
|
*
|
|
|
|
|
|
remove unused/unneeded "pattern" argument of list_commands
Scott R Parish
2007-10-29
|
*
|
|
|
|
|
|
"git" returns 1; "git help" and "git help -a" return 0
Scott R Parish
2007-10-29
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge branch 'kh/commit'
Junio C Hamano
2007-10-31
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Export rerere() and launch_editor().
Kristian Høgsberg
2007-09-27
|
*
|
|
|
|
|
|
Introduce entry point add_interactive and add_files_to_cache
Kristian Høgsberg
2007-09-27
|
*
|
|
|
|
|
|
Merge branch 'ph/strbuf' into kh/commit
Junio C Hamano
2007-09-27
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
Enable wt-status to run against non-standard index file.
Kristian Høgsberg
2007-09-19
|
*
|
|
|
|
|
|
|
Enable wt-status output to a given FILE pointer.
Kristian Høgsberg
2007-09-19
*
|
|
|
|
|
|
|
|
Merge branch 'maint' to catch up with 1.5.3.5
Junio C Hamano
2007-10-31
|
\
\
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
GIT 1.5.3.5
v1.5.3.5
Junio C Hamano
2007-10-31
*
|
|
|
|
|
|
|
|
Merge branch 'maint' into HEAD
Junio C Hamano
2007-10-30
|
\
\
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
/
/
|
*
|
|
|
|
|
|
|
Update GIT 1.5.3.5 Release Notes
Junio C Hamano
2007-10-30
|
*
|
|
|
|
|
|
|
git-rebase--interactive.sh: Make 3-way merge strategies work for -p.
Björn Steinbrink
2007-10-30
|
*
|
|
|
|
|
|
|
git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.
Björn Steinbrink
2007-10-30
|
*
|
|
|
|
|
|
|
Fix --strategy parsing in git-rebase--interactive.sh
Björn Steinbrink
2007-10-30
|
*
|
|
|
|
|
|
|
Make merge-recursive honor diff.renamelimit
Lars Hjemli
2007-10-30
|
*
|
|
|
|
|
|
|
cherry-pick/revert: more compact user direction message
Nicolas Pitre
2007-10-30
|
*
|
|
|
|
|
|
|
core-tutorial: Use new syntax for git-merge.
Sergei Organov
2007-10-30
|
*
|
|
|
|
|
|
|
git-merge: document but discourage the historical syntax
Junio C Hamano
2007-10-30
|
*
|
|
|
|
|
|
|
Prevent send-pack from segfaulting (backport from 'master')
Junio C Hamano
2007-10-30
|
*
|
|
|
|
|
|
|
Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in example
Michael W. Olson
2007-10-30
*
|
|
|
|
|
|
|
|
Merge branch 'nd/worktree' into HEAD
Junio C Hamano
2007-10-30
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OK
Nguyễn Thái Ngọc Duy
2007-10-29
|
|
|
_
|
_
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'cc/skip' into HEAD
Junio C Hamano
2007-10-30
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
Bisect: add "skip" to the short usage string.
Christian Couder
2007-10-29
[prev]
[next]