aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | Merge branch 'js/forkexec'Junio C Hamano2007-11-01
|\ \ \ \ \
| * | | | | Use the asyncronous function infrastructure to run the content filter.Johannes Sixt2007-10-21
| * | | | | Avoid a dup2(2) in apply_filter() - start_command() can do it for us.Johannes Sixt2007-10-21
| * | | | | t0021-conversion.sh: Test that the clean filter really cleans content.Johannes Sixt2007-10-21
| * | | | | upload-pack: Run rev-list in an asynchronous function.Johannes Sixt2007-10-21
| * | | | | upload-pack: Move the revision walker into a separate function.Johannes Sixt2007-10-21
| * | | | | Use the asyncronous function infrastructure in builtin-fetch-pack.c.Johannes Sixt2007-10-21
| * | | | | Add infrastructure to run a function asynchronously.Johannes Sixt2007-10-21
| * | | | | upload-pack: Use start_command() to run pack-objects in create_pack_file().Johannes Sixt2007-10-21
| * | | | | Have start_command() create a pipe to read the stderr of the child.Johannes Sixt2007-10-21
| * | | | | Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec.Johannes Sixt2007-10-21
| * | | | | Use run_command() to spawn external diff programs instead of fork/exec.Johannes Sixt2007-10-21
| * | | | | Use start_command() to run content filters instead of explicit fork/exec.Johannes Sixt2007-10-21
| * | | | | Use start_command() in git_connect() instead of explicit fork/exec.Johannes Sixt2007-10-21
| * | | | | Change git_connect() to return a struct child_process instead of a pid_t.Johannes Sixt2007-10-21
* | | | | | Merge branch 'sp/mergetool'Junio C Hamano2007-10-31
|\ \ \ \ \ \
| * | | | | | mergetool: avoid misleading message "Resetting to default..."Steffen Prohaska2007-10-18
| * | | | | | mergetool: add support for ECMergeSteffen Prohaska2007-10-18
| * | | | | | mergetool: use path to mergetool in config var mergetool.<tool>.pathSteffen Prohaska2007-10-18
* | | | | | | Merge branch 'sp/help'Junio C Hamano2007-10-31
|\ \ \ \ \ \ \
| * | | | | | | shell should call the new setup_path() to setup $PATHScott R Parish2007-10-29
| * | | | | | | include $PATH in generating list of commands for "help -a"Scott R Parish2007-10-29
| * | | | | | | use only the $PATH for exec'ing git commandsScott R Parish2007-10-29
| * | | | | | | list_commands(): simplify code by using chdir()Scott R Parish2007-10-29
| * | | | | | | "current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish2007-10-29
| * | | | | | | remove unused/unneeded "pattern" argument of list_commandsScott R Parish2007-10-29
| * | | | | | | "git" returns 1; "git help" and "git help -a" return 0Scott R Parish2007-10-29
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'kh/commit'Junio C Hamano2007-10-31
|\ \ \ \ \ \ \
| * | | | | | | Export rerere() and launch_editor().Kristian Høgsberg2007-09-27
| * | | | | | | Introduce entry point add_interactive and add_files_to_cacheKristian Høgsberg2007-09-27
| * | | | | | | Merge branch 'ph/strbuf' into kh/commitJunio C Hamano2007-09-27
| |\ \ \ \ \ \ \
| * | | | | | | | Enable wt-status to run against non-standard index file.Kristian Høgsberg2007-09-19
| * | | | | | | | Enable wt-status output to a given FILE pointer.Kristian Høgsberg2007-09-19
* | | | | | | | | Merge branch 'maint' to catch up with 1.5.3.5Junio C Hamano2007-10-31
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | GIT 1.5.3.5v1.5.3.5Junio C Hamano2007-10-31
* | | | | | | | | Merge branch 'maint' into HEADJunio C Hamano2007-10-30
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Update GIT 1.5.3.5 Release NotesJunio C Hamano2007-10-30
| * | | | | | | | git-rebase--interactive.sh: Make 3-way merge strategies work for -p.Björn Steinbrink2007-10-30
| * | | | | | | | git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.Björn Steinbrink2007-10-30
| * | | | | | | | Fix --strategy parsing in git-rebase--interactive.shBjörn Steinbrink2007-10-30
| * | | | | | | | Make merge-recursive honor diff.renamelimitLars Hjemli2007-10-30
| * | | | | | | | cherry-pick/revert: more compact user direction messageNicolas Pitre2007-10-30
| * | | | | | | | core-tutorial: Use new syntax for git-merge.Sergei Organov2007-10-30
| * | | | | | | | git-merge: document but discourage the historical syntaxJunio C Hamano2007-10-30
| * | | | | | | | Prevent send-pack from segfaulting (backport from 'master')Junio C Hamano2007-10-30
| * | | | | | | | Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in exampleMichael W. Olson2007-10-30
* | | | | | | | | Merge branch 'nd/worktree' into HEADJunio C Hamano2007-10-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OKNguyễn Thái Ngọc Duy2007-10-29
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'cc/skip' into HEADJunio C Hamano2007-10-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Bisect: add "skip" to the short usage string.Christian Couder2007-10-29