summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-07-28git-stash apply --index: optimize postprocessingJunio C Hamano
2007-07-28Fix git-stash apply --indexJunio C Hamano
2007-07-28git-stash: Make sure reflog is created for refs/stashしらいしななこ
2007-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2007-07-27rebase -i: fix interrupted squashingJohannes Schindelin
2007-07-27Add test for symlinked configuration file updates.Junio C Hamano
2007-07-27use lockfile.c routines in git_commit_set_multivar()Bradford C. Smith
2007-07-27fully resolve symlinks when creating lockfilesBradford C. Smith
2007-07-27git-gui: Don't kill modified commit message buffer with merge templatesShawn O. Pearce
2007-07-27git-stash: do not remove a ref by hand.Junio C Hamano
2007-07-26Document commit.template configuration variable.Brian Gernhardt
2007-07-26gitk: Fix bugs in the Find functionPaul Mackerras