summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-08-03GIT 1.5.3-rc4v1.5.3-rc4Junio C Hamano
2007-08-03Fix bogus use of printf in t3700 testJunio C Hamano
2007-08-03gitweb: do not choke on recursive symlinkJunio C Hamano
2007-08-02Fix work-tree related breakagesJunio C Hamano
2007-08-02Fix documentation for core.gitproxy to reflect codeDavid Symonds
2007-08-02read-tree: remove unnecessary call to setup_git_directory()Johannes Schindelin
2007-08-02Support building on GNU/HurdThomas Schwinge
2007-08-02Fix style nit in Python slicing.Han-Wen Nienhuys
2007-08-02Sort output of "p4 change" in incremental import before furtherHan-Wen Nienhuys
2007-08-02RelNotes 1.5.3 updates before -rc4Junio C Hamano
2007-08-01When generating manpages, delete outdated targets first.David Kastrup
2007-08-01rebase -i: fix for optional [branch] parameterJohannes Schindelin
2007-08-01Try to be consistent with capitalization in the documentationSteve Hoelzer
2007-08-01git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano
2007-08-01git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commandsDavid Kastrup
2007-08-01Hack git-add--interactive to make it work with ActiveState PerlAlex Riesen
2007-08-01rebase -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-07-31Add test case for basic commit functionality.Kristian Høgsberg
2007-07-31git.el: Take into account the core.excludesfile config option.Alexandre Julliard
2007-07-31git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard
2007-07-31Make verse of git-config manpage more readableAlex Riesen
2007-07-31Add a test for git-config --fileAlex Riesen
2007-07-31Add an option to specify a file to config builtinAlex Riesen
2007-07-31make the name of the library directory a config optionRobert Schiele
2007-07-31Merge branch 'maint'Junio C Hamano
2007-07-31rev-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-30Unset GIT_EDITOR while running tests.Junio C Hamano
2007-07-30add_file_to_index: skip rehashing if the cached stat already matchesJunio C Hamano
2007-07-30git-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-29rebase: try not to munge commit log messageJunio C Hamano
2007-07-29symbolic-ref, update-ref: do not refuse reflog message with LFJunio C Hamano
2007-07-29log_ref_write() -- do not chomp reflog message at the first LFJunio C Hamano
2007-07-29Merge branch 'bs/lock'Junio C Hamano
2007-07-29Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano
2007-07-29git-gui: Minor refactoring of merge command line in merge supportgitgui-0.8.0Shawn O. Pearce
2007-07-29git-gui: Use more modern looking icons in the tree browserShawn O. Pearce
2007-07-29git-gui: Don't offer to stage hunks from untracked filesShawn O. Pearce
2007-07-29git-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