summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-02connect: accept file:// URL schemeLinus Torvalds
2007-08-02When generating manpages, delete outdated targets first.David Kastrup
2007-08-02rebase -i: fix for optional [branch] parameterJohannes Schindelin
2007-08-02Try to be consistent with capitalization in the documentationSteve Hoelzer
2007-08-02git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano
2007-08-02git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commandsDavid Kastrup
2007-08-02Hack git-add--interactive to make it work with ActiveState PerlAlex Riesen
2007-08-02rebase -i: ignore patches that are already in the upstreamJohannes Schindelin
2007-08-01get_relative_cwd(): clarify why it handles dir == NULLJohannes Schindelin
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-08-01Add set_git_dir() functionJohannes Schindelin
2007-08-01Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin
2007-08-01Add is_absolute_path() and make_absolute_path()Johannes Schindelin
2007-08-01--base-path-relaxed optionJens Axboe
2007-08-01Add test case for basic commit functionality.Kristian Høgsberg
2007-08-01git.el: Take into account the core.excludesfile config option.Alexandre Julliard
2007-08-01git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard
2007-08-01Make verse of git-config manpage more readableAlex Riesen
2007-08-01Add a test for git-config --fileAlex Riesen
2007-08-01Add an option to specify a file to config builtinAlex Riesen
2007-08-01make the name of the library directory a config optionRobert Schiele
2007-08-01Merge branch 'maint'Junio C Hamano
2007-08-01rev-list --bisect: fix allocation of "int*" instead of "int".Christian Couder
2007-07-31git.c: execution pathJunio C Hamano
2007-07-31add option to find zlib in custom pathRobert Schiele
2007-07-31Unset GIT_EDITOR while running tests.Junio C Hamano
2007-07-31add_file_to_index: skip rehashing if the cached stat already matchesJunio C Hamano
2007-07-31git-svn: Translate invalid characters in refnameRobert Ewald
2007-07-30white space fixes in setup.cJohannes Schindelin
2007-07-30Documentation/gitattributes.txt: typofixDavid Soria Parra
2007-07-30rebase: try not to munge commit log messageJunio C Hamano
2007-07-30symbolic-ref, update-ref: do not refuse reflog message with LFJunio C Hamano
2007-07-30log_ref_write() -- do not chomp reflog message at the first LFJunio C Hamano
2007-07-30Merge branch 'bs/lock'Junio C Hamano
2007-07-30Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano
2007-07-30git-gui: Minor refactoring of merge command line in merge supportgitgui-0.8.0Shawn O. Pearce
2007-07-30git-gui: Use more modern looking icons in the tree browserShawn O. Pearce
2007-07-30git-gui: Don't offer to stage hunks from untracked filesShawn O. Pearce
2007-07-30git-gui: Make sure remotes are loaded when picking revisionsShawn O. Pearce
2007-07-29Makefile: use $(FIND) instead of findDavid Kastrup
2007-07-29git-diff: turn on recursion by defaultJeff King
2007-07-29git-gui: Use progress bar while resetting/aborting filesShawn O. Pearce
2007-07-29git-gui: Honor core.excludesfile when listing extra filesShawn O. Pearce
2007-07-29git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming
2007-07-29Rename git-rebase interactive buffer: todo => git-rebase-todoSeth Falcon
2007-07-29gitweb: Allow for multivalued parameters passed to href subroutineJakub Narebski
2007-07-29Don't rely on unspecified behaviorThomas Schwinge
2007-07-29gitweb: Simplify 'opt' parameter validation, add "no merges" feedsJakub Narebski
2007-07-29gitweb: Show submodule entries in the 'tree' viewJakub Narebski
2007-07-29Documentation/git-diff: remove -r from --name-status exampleJeff King