summaryrefslogtreecommitdiffstats
path: root/grep.h (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-30Make builtin-count-objects.c use parse_options.Pierre Habouzit1-17/+15
2007-10-30Make builtin-fsck.c use parse_options.Pierre Habouzit1-54/+26
2007-10-30Update manpages to reflect new short and long option aliasesJonas Fonseca5-7/+7
2007-10-30Make builtin-for-each-ref.c use parse-opts.Pierre Habouzit2-77/+61
2007-10-30Make builtin-symbolic-ref.c use parse_options.Pierre Habouzit1-34/+18
2007-10-30Make builtin-update-ref.c use parse_optionsPierre Habouzit1-40/+25
2007-10-30Make builtin-revert.c use parse_options.Pierre Habouzit1-37/+30
2007-10-30Make builtin-describe.c use parse_optionsPierre Habouzit1-41/+29
2007-10-30Make builtin-branch.c use parse_options.Pierre Habouzit1-95/+52
2007-10-30Make builtin-mv.c use parse-optionsPierre Habouzit1-49/+35
2007-10-30Make builtin-rm.c use parse_options.Pierre Habouzit1-31/+23
2007-10-30Port builtin-add.c to use the new option parser.Kristian Høgsberg1-46/+27
2007-10-30parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2-1/+10
2007-10-30parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2-0/+60
2007-10-30Add shortcuts for very often used options.Pierre Habouzit2-0/+32
2007-10-30parse-options: make some arguments optional, add callbacks.Pierre Habouzit2-8/+53
2007-10-30Rework make_usage to print the usage message immediatelyAlex Riesen1-25/+22
2007-10-30Add tests for parse-options.cJohannes Schindelin4-1/+107
2007-10-30parse-options: be able to generate usages automaticallyPierre Habouzit2-9/+79
2007-10-30Add a simple option parser.Pierre Habouzit3-2/+204
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-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-27help: remove extra blank line after "See 'git --help'" messageJunio C Hamano1-1/+1
2007-10-27Test suite: reset TERM to its previous value after testing.Christian Couder1-0/+4
2007-10-27hooks-pre-commit: use \t, rather than a literal TAB in regexpJim Meyering1-1/+1
2007-10-27Fix generation of perl/perl.makAlex Riesen1-5/+1
2007-10-27fast-import.c: fix regression due to strbuf conversionPierre Habouzit1-0/+1
2007-10-25Support a --quiet option in the test-suite.Pierre Habouzit1-1/+4
2007-10-25Add some fancy colors in the test library when terminal supports it.Pierre Habouzit1-17/+45
2007-10-25git-send-email: add a new sendemail.to configuration variableMiklos Vajna2-0/+4
2007-10-25git-remote: fix "Use of uninitialized value in string ne"Junio C Hamano1-1/+2
2007-10-24gitk: Fix a couple more bugs in the path limitingPaul Mackerras1-18/+29
2007-10-23k.org git toppage: Add link to 1.5.3 release notes.Junio C Hamano1-1/+2
2007-10-23gitk: Fix some bugs with path limiting in the diff displayPaul Mackerras1-1/+5