summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-29Make builtin-symbolic-ref.c use parse_options.Libravatar Pierre Habouzit1-34/+18
2007-10-29Make builtin-update-ref.c use parse_optionsLibravatar Pierre Habouzit1-40/+25
2007-10-29Make builtin-revert.c use parse_options.Libravatar Pierre Habouzit1-37/+30
2007-10-29Make builtin-describe.c use parse_optionsLibravatar Pierre Habouzit1-41/+29
2007-10-29Make builtin-branch.c use parse_options.Libravatar Pierre Habouzit1-95/+52
2007-10-29Make builtin-mv.c use parse-optionsLibravatar Pierre Habouzit1-49/+35
2007-10-29Make builtin-rm.c use parse_options.Libravatar Pierre Habouzit1-31/+23
2007-10-29Port builtin-add.c to use the new option parser.Libravatar Kristian Høgsberg1-46/+27
2007-10-29parse-options: allow callbacks to take no arguments at all.Libravatar Pierre Habouzit2-1/+10
2007-10-29parse-options: Allow abbreviated options when unambiguousLibravatar Johannes Schindelin2-0/+60
2007-10-29Add shortcuts for very often used options.Libravatar Pierre Habouzit2-0/+32
2007-10-29parse-options: make some arguments optional, add callbacks.Libravatar Pierre Habouzit2-8/+53
2007-10-29Rework make_usage to print the usage message immediatelyLibravatar Alex Riesen1-25/+22
2007-10-29Add tests for parse-options.cLibravatar Johannes Schindelin4-1/+107
2007-10-29parse-options: be able to generate usages automaticallyLibravatar Pierre Habouzit2-9/+79
2007-10-29Add a simple option parser.Libravatar Pierre Habouzit3-2/+204
2007-10-29shell should call the new setup_path() to setup $PATHLibravatar Scott R Parish1-7/+1
2007-10-29include $PATH in generating list of commands for "help -a"Libravatar Scott R Parish1-37/+120
2007-10-29use only the $PATH for exec'ing git commandsLibravatar Scott R Parish3-105/+61
2007-10-29list_commands(): simplify code by using chdir()Libravatar Scott R Parish1-15/+3
2007-10-29"current_exec_path" is a misleading name, use "argv_exec_path"Libravatar Scott R Parish3-8/+8
2007-10-29remove unused/unneeded "pattern" argument of list_commandsLibravatar Scott R Parish1-6/+8
2007-10-29"git" returns 1; "git help" and "git help -a" return 0Libravatar Scott R Parish3-6/+8
2007-10-29Correct handling of upload-pack in builtin-fetch-packLibravatar Daniel Barkalow1-3/+4
2007-10-29Speedup scanning for excluded files.Libravatar Lars Knoll2-16/+50
2007-10-29RelNotes-1.5.4: describe recent updatesLibravatar Junio C Hamano2-2/+27
2007-10-29Teach git-pull about --[no-]ff, --no-squash and --commitLibravatar Lars Hjemli1-3/+11
2007-10-29Bisect: add "skip" to the short usage string.Libravatar Christian Couder1-3/+3
2007-10-29Merge branch 'maint'Libravatar Junio C Hamano6-12/+39
2007-10-29Remove outdated references to cogito in documentationLibravatar Dan McGee1-1/+4
2007-10-29RelNotes-1.5.3.5: describe recent fixesLibravatar Junio C Hamano1-0/+21
2007-10-29merge-recursive.c: mrtree in merge() is not used before setLibravatar Junio C Hamano1-1/+1
2007-10-29sha1_file.c: avoid gcc signed overflow warningsLibravatar Junio C Hamano1-7/+9
2007-10-29core-tutorial: Catch up with current GitLibravatar Benoit Sigoure1-16/+10
2007-10-29Fix a small memory leak in builtin-addLibravatar Benoit Sigoure1-0/+2
2007-10-28honor the http.sslVerify option in shell scriptsLibravatar Aurelien Bompard2-4/+6
2007-10-28git.el: Run git-gc --auto after commits.Libravatar Alexandre Julliard1-0/+1
2007-10-28git.el: Refresh only the changed file marks when marking/unmarking all.Libravatar Alexandre Julliard1-2/+5
2007-10-28git.el: Fix typo in git-update-saved-file error handling.Libravatar Alexandre Julliard1-1/+1
2007-10-28git.el: Fix typo in "Reverted file" message.Libravatar Alexandre Julliard1-1/+1
2007-10-28git-fetch: do not fail when remote branch disappearsLibravatar Junio C Hamano3-18/+33
2007-10-28Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-1091/+1744
2007-10-27gitk: Use the UI font for the diff/old version/new version radio buttonsLibravatar Paul Mackerras1-3/+3
2007-10-27Merge branch 'dev'Libravatar Paul Mackerras1-1076/+1638
2007-10-27gitk: Simplify the code for finding commitsLibravatar Paul Mackerras1-152/+54
2007-10-26revert/cherry-pick: work on merge commits as wellLibravatar Junio C Hamano4-9/+64
2007-10-26Bisect run: "skip" current commit if script exit code is 125.Libravatar Christian Couder3-4/+57
2007-10-26Bisect: add a "bisect replay" test case.Libravatar Christian Couder1-0/+7
2007-10-26Bisect: add "bisect skip" to the documentation.Libravatar Christian Couder1-2/+17
2007-10-26Bisect: refactor "bisect_{bad,good,skip}" into "bisect_state".Libravatar Christian Couder1-51/+31