summaryrefslogtreecommitdiffstats
path: root/git-stash.sh (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-10-27Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Christian Couder1-51/+31
2007-10-27Bisect: refactor some logging into "bisect_write".Christian Couder1-33/+14
2007-10-27Bisect: refactor "bisect_write_*" functions.Christian Couder1-26/+20
2007-10-27Bisect: implement "bisect skip" to mark untestable revisions.Christian Couder2-6/+190
2007-10-27Bisect: fix some white spaces and empty lines breakages.Christian Couder1-9/+8
2007-10-27rev-list documentation: add "--bisect-all".Christian Couder1-0/+16
2007-10-27rev-list: implement --bisect-allChristian Couder3-15/+88
2007-10-27help: remove extra blank line after "See 'git --help'" messageJunio C Hamano1-1/+1