Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'br/gccfix' | Junio C Hamano | 2007-11-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | transport.c: squelch a gcc 4.0.1 complaint about an uninitialized variable | Blake Ramsdell | 2007-11-02 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'gp/maint-diffdoc' | Junio C Hamano | 2007-11-02 | 2 | -9/+13 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | git-diff.txt: add section "output format" describing the diff formats | Gerrit Pape | 2007-11-01 | 2 | -9/+13 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge branch 'maint' | Junio C Hamano | 2007-11-01 | 4 | -6/+6 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | git-format-patch.txt: fix explanation of an example. | Sergei Organov | 2007-11-01 | 1 | -1/+1 | |
| * | | | | | git-filter-branch.txt: fix a typo. | Sergei Organov | 2007-11-01 | 1 | -1/+1 | |
| * | | | | | git-clone.txt: Improve --depth description. | Ralf Wildenhues | 2007-11-01 | 1 | -3/+3 | |
| * | | | | | gitweb: Update config file example for snapshot feature in gitweb/INSTALL | Jakub Narebski | 2007-11-01 | 1 | -1/+1 | |
* | | | | | | Merge branch 'bk/maint-cvsexportcommit' | Junio C Hamano | 2007-11-01 | 1 | -3/+10 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | cvsexportcommit: fix for commits that do not have parents | Brad King | 2007-10-31 | 1 | -3/+10 | |
| |/ / / / | ||||||
* | | | | | Do no colorify test output if stdout is not a terminal | Alex Riesen | 2007-11-01 | 1 | -0/+1 | |
* | | | | | Merge branch 'js/forkexec' | Junio C Hamano | 2007-11-01 | 13 | -367/+331 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use the asyncronous function infrastructure to run the content filter. | Johannes Sixt | 2007-10-21 | 1 | -33/+28 | |
| * | | | | | Avoid a dup2(2) in apply_filter() - start_command() can do it for us. | Johannes Sixt | 2007-10-21 | 1 | -4/+3 | |
| * | | | | | t0021-conversion.sh: Test that the clean filter really cleans content. | Johannes Sixt | 2007-10-21 | 1 | -1/+6 | |
| * | | | | | upload-pack: Run rev-list in an asynchronous function. | Johannes Sixt | 2007-10-21 | 1 | -28/+18 | |
| * | | | | | upload-pack: Move the revision walker into a separate function. | Johannes Sixt | 2007-10-21 | 1 | -33/+37 | |
| * | | | | | Use the asyncronous function infrastructure in builtin-fetch-pack.c. | Johannes Sixt | 2007-10-21 | 1 | -21/+18 | |
| * | | | | | Add infrastructure to run a function asynchronously. | Johannes Sixt | 2007-10-21 | 2 | -8/+65 | |
| * | | | | | upload-pack: Use start_command() to run pack-objects in create_pack_file(). | Johannes Sixt | 2007-10-21 | 1 | -61/+44 | |
| * | | | | | Have start_command() create a pipe to read the stderr of the child. | Johannes Sixt | 2007-10-21 | 2 | -2/+25 | |
| * | | | | | Use start_comand() in builtin-fetch-pack.c instead of explicit fork/exec. | Johannes Sixt | 2007-10-21 | 1 | -40/+16 | |
| * | | | | | Use run_command() to spawn external diff programs instead of fork/exec. | Johannes Sixt | 2007-10-21 | 1 | -35/+3 | |
| * | | | | | Use start_command() to run content filters instead of explicit fork/exec. | Johannes Sixt | 2007-10-21 | 1 | -23/+7 | |
| * | | | | | Use start_command() in git_connect() instead of explicit fork/exec. | Johannes Sixt | 2007-10-21 | 1 | -55/+48 | |
| * | | | | | Change git_connect() to return a struct child_process instead of a pid_t. | Johannes Sixt | 2007-10-21 | 7 | -43/+33 | |
* | | | | | | Merge branch 'sp/mergetool' | Junio C Hamano | 2007-10-31 | 2 | -44/+71 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | mergetool: avoid misleading message "Resetting to default..." | Steffen Prohaska | 2007-10-18 | 1 | -1/+1 | |
| * | | | | | | mergetool: add support for ECMerge | Steffen Prohaska | 2007-10-18 | 2 | -2/+12 | |
| * | | | | | | mergetool: use path to mergetool in config var mergetool.<tool>.path | Steffen Prohaska | 2007-10-18 | 2 | -43/+60 | |
* | | | | | | | Merge branch 'sp/help' | Junio C Hamano | 2007-10-31 | 6 | -178/+203 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | shell should call the new setup_path() to setup $PATH | Scott R Parish | 2007-10-29 | 1 | -7/+1 | |
| * | | | | | | | include $PATH in generating list of commands for "help -a" | Scott R Parish | 2007-10-29 | 1 | -37/+120 | |
| * | | | | | | | use only the $PATH for exec'ing git commands | Scott R Parish | 2007-10-29 | 3 | -105/+61 | |
| * | | | | | | | list_commands(): simplify code by using chdir() | Scott R Parish | 2007-10-29 | 1 | -15/+3 | |
| * | | | | | | | "current_exec_path" is a misleading name, use "argv_exec_path" | Scott R Parish | 2007-10-29 | 3 | -8/+8 | |
| * | | | | | | | remove unused/unneeded "pattern" argument of list_commands | Scott R Parish | 2007-10-29 | 1 | -6/+8 | |
| * | | | | | | | "git" returns 1; "git help" and "git help -a" return 0 | Scott R Parish | 2007-10-29 | 3 | -6/+8 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'kh/commit' | Junio C Hamano | 2007-10-31 | 7 | -67/+106 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Export rerere() and launch_editor(). | Kristian Høgsberg | 2007-09-27 | 2 | -5/+27 | |
| * | | | | | | | Introduce entry point add_interactive and add_files_to_cache | Kristian Høgsberg | 2007-09-27 | 2 | -9/+18 | |
| * | | | | | | | Merge branch 'ph/strbuf' into kh/commit | Junio C Hamano | 2007-09-27 | 31 | -898/+731 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Enable wt-status to run against non-standard index file. | Kristian Høgsberg | 2007-09-19 | 2 | -1/+3 | |
| * | | | | | | | | Enable wt-status output to a given FILE pointer. | Kristian Høgsberg | 2007-09-19 | 4 | -52/+58 | |
* | | | | | | | | | Merge branch 'maint' to catch up with 1.5.3.5 | Junio C Hamano | 2007-10-31 | 2 | -6/+1 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | GIT 1.5.3.5v1.5.3.5 | Junio C Hamano | 2007-10-31 | 2 | -7/+1 | |
* | | | | | | | | | Merge branch 'maint' into HEAD | Junio C Hamano | 2007-10-30 | 6 | -15/+23 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Update GIT 1.5.3.5 Release Notes | Junio C Hamano | 2007-10-30 | 1 | -1/+7 | |
| * | | | | | | | | git-rebase--interactive.sh: Make 3-way merge strategies work for -p. | Björn Steinbrink | 2007-10-30 | 1 | -0/+2 |