summaryrefslogtreecommitdiffstats
path: root/stripspace.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-05-03gitk: Allow view to specify arbitrary arguments to git-rev-listPaul Mackerras1-51/+196
2006-05-02git-send-email: fix version string to be valid perlMartin Langhoff1-1/+8
2006-05-02repo-config: trim white-space before commentJohannes Schindelin1-6/+6
2006-05-02repo-config: fix segfault with no argument.Johannes Schindelin1-3/+2
2006-05-02Give the user a hint for how to continue in the case that git-am fails becaus...Robert Shearman1-3/+23
2006-05-02gitk: Fix file list display when files are renamedPaul Mackerras1-62/+29
2006-05-02gitk: Basic support for highlighting one view within anotherPaul Mackerras1-221/+343
2006-05-01Extended SHA1 -- "rev^@" syntax to mean "all parents"Junio C Hamano1-0/+37
2006-05-01gitk: Add a tree-browsing modePaul Mackerras1-20/+358
2006-04-30git-format-patch: Use rfc2822 compliant date.Huw Davies1-5/+4
2006-04-28Fix trivial typo in git-log man page.Sean Estabrooks1-4/+3
2006-04-28Properly render asciidoc "callouts" in git man pages.Sean Estabrooks2-1/+17
2006-04-28Fix up remaining man pages that use asciidoc "callouts".Sean Estabrooks6-108/+104
2006-04-28Update the git-branch man page to include the "-r" option,Sean Estabrooks2-19/+40
2006-04-28annotate: display usage information if no filename was givenMatthias Kestenholz1-3/+4
2006-04-28annotate: fix warning about uninitialized scalarMatthias Kestenholz1-0/+3
2006-04-28git-am --resolved: more usable error message.Junio C Hamano1-0/+7
2006-04-28pack-objects: update size heuristucs.Junio C Hamano1-6/+6
2006-04-28verify-pack: check integrity in a saner order.Junio C Hamano1-3/+3
2006-04-27Fix "git help -a" terminal autosizingLinus Torvalds2-1/+1
2006-04-27gitk: Use a text widget for the file listPaul Mackerras1-59/+131
2006-04-27diff-index: fix compilation warnings.Junio C Hamano1-1/+0
2006-04-27t0000-basic: more commit-tree tests.Junio C Hamano1-0/+28
2006-04-27git-fetch: resolve remote symrefs for HTTP transportNick Hengeveld1-4/+12
2006-04-27Add --continue and --abort options to git-rebase.sean2-37/+101
2006-04-27revision parsing: make "rev -- paths" checks stronger.Junio C Hamano3-3/+36
2006-04-27commit-tree.c: check_valid() microoptimization.Junio C Hamano1-6/+5
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds4-18/+29
2006-04-26rebase: typofix.Junio C Hamano1-1/+1
2006-04-26commit-tree: allow generic object name for the tree as well.Junio C Hamano1-1/+1
2006-04-26Makefile: remove and create xdiff library from scratch.Junio C Hamano1-1/+1
2006-04-26t0000-basic: Add ls-tree recursive test back.Junio C Hamano1-0/+21
2006-04-26git-cvsserver: typofixesJunio C Hamano1-8/+8
2006-04-26diff --stat: show complete rewrites consistently.Junio C Hamano1-4/+14
2006-04-26Makefile: remove and create libgit.a from scratch.Junio C Hamano1-1/+1
2006-04-25[PATCH] gitk: Add a visual tag for remote refsJosef Weidendorfer1-0/+14
2006-04-25gitk: add menu item for editing the current viewPaul Mackerras1-37/+90
2006-04-25gitk: Implement "permanent" views (stored in ~/.gitk)Paul Mackerras1-13/+48
2006-04-25socksetup: don't return on set_reuse_addr() errorv1.3.1Serge E. Hallyn1-1/+1
2006-04-25Deprecate usage of git-var -l for getting config vars listPetr Baudis2-4/+5
2006-04-25git-repo-config --list supportPetr Baudis2-2/+18
2006-04-25Document the configuration filePetr Baudis3-14/+198
2006-04-25Document git-var -l listing also configuration variablesPetr Baudis1-1/+4
2006-04-25rev-parse: better error message for ambiguous argumentsPaul Mackerras1-2/+10
2006-04-23gitk: Use git-rev-parse only to identify file/dir names on cmd linePaul Mackerras1-50/+23
2006-04-23gitk: Let git-rev-list do the argument list parsingPaul Mackerras1-18/+2
2006-04-23make update-index --chmod work with multiple files and --stdinAlex Riesen1-7/+16
2006-04-22Libified diff-index: backward compatibility fix.Junio C Hamano3-6/+12
2006-04-22Libify diff-index.Junio C Hamano4-238/+231
2006-04-22Libify diff-files.Junio C Hamano7-1953/+1929