summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-26Bisect: refactor some logging into "bisect_write".Libravatar Christian Couder1-33/+14
2007-10-26Bisect: refactor "bisect_write_*" functions.Libravatar Christian Couder1-26/+20
2007-10-26Bisect: implement "bisect skip" to mark untestable revisions.Libravatar Christian Couder2-6/+190
2007-10-26Bisect: fix some white spaces and empty lines breakages.Libravatar Christian Couder1-9/+8
2007-10-26rev-list documentation: add "--bisect-all".Libravatar Christian Couder1-0/+16
2007-10-26rev-list: implement --bisect-allLibravatar Christian Couder3-15/+88
2007-10-26Merge branch 'ja/shorthelp'Libravatar Junio C Hamano1-2/+1
2007-10-26help: remove extra blank line after "See 'git --help'" messageLibravatar Junio C Hamano1-1/+1
2007-10-26Do the fuzzy rename detection limits with the exact renames removedLibravatar Linus Torvalds1-14/+18
2007-10-26Fix ugly magic special case in exact rename detectionLibravatar Linus Torvalds1-13/+14
2007-10-26Do exact rename detection regardless of rename limitsLibravatar Linus Torvalds1-6/+6
2007-10-26Do linear-time/space rename logic for exact renamesLibravatar Linus Torvalds4-65/+303
2007-10-26copy vs rename detection: avoid unnecessary O(n*m) loopsLibravatar Linus Torvalds3-75/+35
2007-10-26Ref-count the filespecs used by diffcoreLibravatar Linus Torvalds3-14/+19