summaryrefslogtreecommitdiffstats
path: root/exec_cmd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-11-02git-p4: Add a helper function to parse the full git diff-tree output.Chris Pettitt1-4/+45
2007-11-01Do no colorify test output if stdout is not a terminalAlex Riesen1-0/+1
2007-11-01git-format-patch.txt: fix explanation of an example.Sergei Organov1-1/+1
2007-11-01git-filter-branch.txt: fix a typo.Sergei Organov1-1/+1
2007-11-01git-clone.txt: Improve --depth description.Ralf Wildenhues1-3/+3
2007-11-01gitweb: Update config file example for snapshot feature in gitweb/INSTALLJakub Narebski1-1/+1
2007-11-01cvsexportcommit: fix for commits that do not have parentsBrad King1-3/+10
2007-10-31GIT 1.5.3.5v1.5.3.5Junio C Hamano2-7/+1
2007-10-31No longer install git-svnimport, move to contrib/examplesGerrit Pape6-5/+1
2007-10-31Update GIT 1.5.3.5 Release NotesJunio C Hamano1-1/+7
2007-10-31git-rebase--interactive.sh: Make 3-way merge strategies work for -p.Björn Steinbrink1-0/+2
2007-10-31git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.Björn Steinbrink1-2/+2
2007-10-31Fix --strategy parsing in git-rebase--interactive.shBjörn Steinbrink1-1/+0
2007-10-31Make merge-recursive honor diff.renamelimitLars Hjemli1-0/+6
2007-10-31cherry-pick/revert: more compact user direction messageNicolas Pitre1-1/+1
2007-10-31core-tutorial: Use new syntax for git-merge.Sergei Organov1-4/+4
2007-10-31git-merge: document but discourage the historical syntaxJunio C Hamano1-5/+6
2007-10-31Prevent send-pack from segfaulting (backport from 'master')Junio C Hamano1-1/+4
2007-10-30Documentation/git-cvsexportcommit.txt: s/mgs/msg/ in exampleMichael W. Olson1-1/+1
2007-10-30gitweb: Fix and simplify "split patch" detectionJakub Narebski1-85/+67
2007-10-30git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OKNguyễn Thái Ngọc Duy1-1/+1
2007-10-30shell should call the new setup_path() to setup $PATHScott R Parish1-7/+1
2007-10-30include $PATH in generating list of commands for "help -a"Scott R Parish1-37/+120
2007-10-30use only the $PATH for exec'ing git commandsScott R Parish3-105/+61
2007-10-30list_commands(): simplify code by using chdir()Scott R Parish1-15/+3
2007-10-30"current_exec_path" is a misleading name, use "argv_exec_path"Scott R Parish3-8/+8
2007-10-30remove unused/unneeded "pattern" argument of list_commandsScott R Parish1-6/+8
2007-10-30"git" returns 1; "git help" and "git help -a" return 0Scott R Parish3-6/+8
2007-10-30Correct handling of upload-pack in builtin-fetch-packDaniel Barkalow1-3/+4
2007-10-30Speedup scanning for excluded files.Lars Knoll2-16/+50
2007-10-29RelNotes-1.5.4: describe recent updatesJunio C Hamano2-2/+27
2007-10-29Teach git-pull about --[no-]ff, --no-squash and --commitLars Hjemli1-3/+11
2007-10-29Bisect: add "skip" to the short usage string.Christian Couder1-3/+3
2007-10-29Remove outdated references to cogito in documentationDan McGee1-1/+4
2007-10-29RelNotes-1.5.3.5: describe recent fixesJunio C Hamano1-0/+21
2007-10-29merge-recursive.c: mrtree in merge() is not used before setJunio C Hamano1-1/+1
2007-10-29sha1_file.c: avoid gcc signed overflow warningsJunio C Hamano1-7/+9
2007-10-29core-tutorial: Catch up with current GitBenoit Sigoure1-16/+10
2007-10-29Fix a small memory leak in builtin-addBenoit Sigoure1-0/+2
2007-10-28honor the http.sslVerify option in shell scriptsAurelien Bompard2-4/+6
2007-10-28git.el: Run git-gc --auto after commits.Alexandre Julliard1-0/+1
2007-10-28git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard1-2/+5
2007-10-28git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard1-1/+1
2007-10-28git.el: Fix typo in "Reverted file" message.Alexandre Julliard1-1/+1
2007-10-28git-fetch: do not fail when remote branch disappearsJunio C Hamano3-18/+33
2007-10-27gitk: Use the UI font for the diff/old version/new version radio buttonsPaul Mackerras1-3/+3
2007-10-27gitk: Simplify the code for finding commitsPaul Mackerras1-152/+54
2007-10-27Bisect run: "skip" current commit if script exit code is 125.Christian Couder3-4/+57
2007-10-27Bisect: add a "bisect replay" test case.Christian Couder1-0/+7
2007-10-27Bisect: add "bisect skip" to the documentation.Christian Couder1-2/+17