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
...
|
*
|
|
|
Change 'Deltifying objects' to 'Compressing objects'
Shawn O. Pearce
2007-10-18
|
*
|
|
|
fix for more minor memory leaks
Nicolas Pitre
2007-10-17
|
*
|
|
|
fix const issues with some functions
Nicolas Pitre
2007-10-17
|
*
|
|
|
pack-objects.c: fix some global variable abuse and memory leaks
Nicolas Pitre
2007-10-17
|
*
|
|
|
pack-objects: no delta possible with only one object in the list
Nicolas Pitre
2007-10-17
|
*
|
|
|
cope with multiple line breaks within sideband progress messages
Nicolas Pitre
2007-10-17
|
*
|
|
|
more compact progress display
Nicolas Pitre
2007-10-17
*
|
|
|
|
Merge branch 'br/gccfix'
Junio C Hamano
2007-11-02
|
\
\
\
\
\
|
*
|
|
|
|
transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable
Blake Ramsdell
2007-11-02
*
|
|
|
|
|
Merge branch 'gp/maint-diffdoc'
Junio C Hamano
2007-11-02
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
git-diff.txt: add section "output format" describing the diff formats
Gerrit Pape
2007-11-01
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2007-11-01
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
git-format-patch.txt: fix explanation of an example.
Sergei Organov
2007-11-01
|
*
|
|
|
git-filter-branch.txt: fix a typo.
Sergei Organov
2007-11-01
|
*
|
|
|
git-clone.txt: Improve --depth description.
Ralf Wildenhues
2007-11-01
|
*
|
|
|
gitweb: Update config file example for snapshot feature in gitweb/INSTALL
Jakub Narebski
2007-11-01
*
|
|
|
|
Merge branch 'bk/maint-cvsexportcommit'
Junio C Hamano
2007-11-01
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
cvsexportcommit: fix for commits that do not have parents
Brad King
2007-10-31
|
|
/
/
/
*
|
|
|
Do no colorify test output if stdout is not a terminal
Alex Riesen
2007-11-01
*
|
|
|
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
|
|
\
\
\
\
\
\
[prev]
[next]