summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make builtin-symbolic-ref.c use parse_options.Pierre Habouzit2007-10-301-34/+18
* Make builtin-update-ref.c use parse_optionsPierre Habouzit2007-10-301-40/+25
* Make builtin-revert.c use parse_options.Pierre Habouzit2007-10-301-37/+30
* Make builtin-describe.c use parse_optionsPierre Habouzit2007-10-301-41/+29
* Make builtin-branch.c use parse_options.Pierre Habouzit2007-10-301-95/+52
* Make builtin-mv.c use parse-optionsPierre Habouzit2007-10-301-49/+35
* Make builtin-rm.c use parse_options.Pierre Habouzit2007-10-301-31/+23
* Port builtin-add.c to use the new option parser.Kristian Høgsberg2007-10-301-46/+27
* parse-options: allow callbacks to take no arguments at all.Pierre Habouzit2007-10-302-1/+10
* parse-options: Allow abbreviated options when unambiguousJohannes Schindelin2007-10-302-0/+60
* Add shortcuts for very often used options.Pierre Habouzit2007-10-302-0/+32
* parse-options: make some arguments optional, add callbacks.Pierre Habouzit2007-10-302-8/+53
* Rework make_usage to print the usage message immediatelyAlex Riesen2007-10-301-25/+22
* Add tests for parse-options.cJohannes Schindelin2007-10-304-1/+107
* parse-options: be able to generate usages automaticallyPierre Habouzit2007-10-302-9/+79
* Add a simple option parser.Pierre Habouzit2007-10-303-2/+204
* Correct handling of upload-pack in builtin-fetch-packDaniel Barkalow2007-10-301-3/+4
* Speedup scanning for excluded files.Lars Knoll2007-10-302-16/+50
* RelNotes-1.5.4: describe recent updatesJunio C Hamano2007-10-292-2/+27
* Teach git-pull about --[no-]ff, --no-squash and --commitLars Hjemli2007-10-291-3/+11
* Merge branch 'maint'Junio C Hamano2007-10-296-12/+39
|\
| * RelNotes-1.5.3.5: describe recent fixesJunio C Hamano2007-10-291-0/+21
| * merge-recursive.c: mrtree in merge() is not used before setJunio C Hamano2007-10-291-1/+1
| * sha1_file.c: avoid gcc signed overflow warningsJunio C Hamano2007-10-291-7/+9
| * Fix a small memory leak in builtin-addBenoit Sigoure2007-10-291-0/+2
| * honor the http.sslVerify option in shell scriptsAurelien Bompard2007-10-282-4/+6
* | Remove outdated references to cogito in documentationDan McGee2007-10-291-1/+4
* | core-tutorial: Catch up with current GitBenoit Sigoure2007-10-291-16/+10
* | git.el: Run git-gc --auto after commits.Alexandre Julliard2007-10-281-0/+1
* | git.el: Refresh only the changed file marks when marking/unmarking all.Alexandre Julliard2007-10-281-2/+5
* | git.el: Fix typo in git-update-saved-file error handling.Alexandre Julliard2007-10-281-1/+1
* | git.el: Fix typo in "Reverted file" message.Alexandre Julliard2007-10-281-1/+1
* | git-fetch: do not fail when remote branch disappearsJunio C Hamano2007-10-283-18/+33
* | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-10-281-1091/+1744
|\ \
| * | gitk: Use the UI font for the diff/old version/new version radio buttonsPaul Mackerras2007-10-271-3/+3
| * | Merge branch 'dev'Paul Mackerras2007-10-271-1076/+1638
| |\ \
| | * | gitk: Simplify the code for finding commitsPaul Mackerras2007-10-271-152/+54
| | * | Merge branch 'master' into devPaul Mackerras2007-10-231-33/+115
| | |\ \
| | * | | gitk: Use the status window for other functionsPaul Mackerras2007-10-231-6/+6
| | * | | gitk: Integrate the reset progress bar in the main framePaul Mackerras2007-10-231-21/+27
| | * | | gitk: Fix Tcl error: can't unset findcurlinePaul Mackerras2007-10-191-2/+2
| | * | | gitk: Get rid of the diffopts variablePaul Mackerras2007-10-061-13/+6
| | * | | gitk: Fix bug where the last few commits would sometimes not be visiblePaul Mackerras2007-10-061-1/+1
| | * | | gitk: Add a font chooserPaul Mackerras2007-10-061-1/+155
| | * | | gitk: Keep track of font attributes ourselves instead of using font actualPaul Mackerras2007-10-061-25/+57
| | * | | gitk: Use named fonts instead of the font specificationPaul Mackerras2007-10-041-115/+142
| | * | | gitk: Fix bug causing Tcl error when changing find match typePaul Mackerras2007-10-041-3/+3
| | * | | gitk: Fix the tab setting in the diff display windowPaul Mackerras2007-09-281-6/+31
| | * | | gitk: Add progress bars for reading in stuff and for findingPaul Mackerras2007-09-271-33/+153
| | * | | gitk: Fix a couple of bugsPaul Mackerras2007-09-271-13/+20