summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIT 1.5.3-rc4v1.5.3-rc4Junio C Hamano2007-08-031-3/+3
* Fix bogus use of printf in t3700 testJunio C Hamano2007-08-031-2/+2
* gitweb: do not choke on recursive symlinkJunio C Hamano2007-08-031-0/+1
* Fix work-tree related breakagesJunio C Hamano2007-08-021-8/+14
* Fix documentation for core.gitproxy to reflect codeDavid Symonds2007-08-022-4/+2
* read-tree: remove unnecessary call to setup_git_directory()Johannes Schindelin2007-08-021-1/+0
* Support building on GNU/HurdThomas Schwinge2007-08-021-0/+4
* Fix style nit in Python slicing.Han-Wen Nienhuys2007-08-021-3/+3
* Sort output of "p4 change" in incremental import before furtherHan-Wen Nienhuys2007-08-021-1/+1
* RelNotes 1.5.3 updates before -rc4Junio C Hamano2007-08-021-1/+13
* When generating manpages, delete outdated targets first.David Kastrup2007-08-011-0/+1
* rebase -i: fix for optional [branch] parameterJohannes Schindelin2007-08-012-1/+9
* Try to be consistent with capitalization in the documentationSteve Hoelzer2007-08-014-26/+26
* git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano2007-08-012-6/+5
* git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commandsDavid Kastrup2007-08-011-2/+3
* Hack git-add--interactive to make it work with ActiveState PerlAlex Riesen2007-08-011-6/+13
* rebase -i: ignore patches that are already in the upstreamJohannes Schindelin2007-08-012-2/+18
* get_relative_cwd(): clarify why it handles dir == NULLJohannes Schindelin2007-08-011-5/+10
* Clean up work-tree handlingJohannes Schindelin2007-08-0110-221/+216
* Add set_git_dir() functionJohannes Schindelin2007-08-012-0/+9
* Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin2007-08-012-0/+41
* Add is_absolute_path() and make_absolute_path()Johannes Schindelin2007-08-015-1/+98
* --base-path-relaxed optionJens Axboe2007-08-012-2/+30
* Add test case for basic commit functionality.Kristian Høgsberg2007-07-311-0/+134
* git.el: Take into account the core.excludesfile config option.Alexandre Julliard2007-07-311-5/+15
* git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard2007-07-311-1/+1
* Make verse of git-config manpage more readableAlex Riesen2007-07-311-13/+19
* Add a test for git-config --fileAlex Riesen2007-07-311-0/+6
* Add an option to specify a file to config builtinAlex Riesen2007-07-312-14/+24
* make the name of the library directory a config optionRobert Schiele2007-07-312-5/+17
* Merge branch 'maint'Junio C Hamano2007-07-311-1/+1
|\
| * rev-list --bisect: fix allocation of "int*" instead of "int".Christian Couder2007-07-311-1/+1
* | git.c: execution pathJunio C Hamano2007-07-311-5/+5
* | add option to find zlib in custom pathRobert Schiele2007-07-312-1/+10
* | Unset GIT_EDITOR while running tests.Junio C Hamano2007-07-301-0/+1
* | add_file_to_index: skip rehashing if the cached stat already matchesJunio C Hamano2007-07-301-1/+10
* | git-svn: Translate invalid characters in refnameRobert Ewald2007-07-301-3/+36
* | white space fixes in setup.cJohannes Schindelin2007-07-301-3/+3
* | Documentation/gitattributes.txt: typofixDavid Soria Parra2007-07-301-1/+1
* | rebase: try not to munge commit log messageJunio C Hamano2007-07-292-5/+72
* | symbolic-ref, update-ref: do not refuse reflog message with LFJunio C Hamano2007-07-292-4/+0
* | log_ref_write() -- do not chomp reflog message at the first LFJunio C Hamano2007-07-291-16/+28
* | Merge branch 'bs/lock'Junio C Hamano2007-07-293-26/+135
|\ \
| * | Add test for symlinked configuration file updates.Junio C Hamano2007-07-271-0/+15
| * | use lockfile.c routines in git_commit_set_multivar()Bradford C. Smith2007-07-271-12/+18
| * | fully resolve symlinks when creating lockfilesBradford C. Smith2007-07-271-14/+102
* | | Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano2007-07-2913-428/+1132
|\ \ \
| * | | git-gui: Minor refactoring of merge command line in merge supportgitgui-0.8.0Shawn O. Pearce2007-07-291-3/+3
| * | | git-gui: Use more modern looking icons in the tree browserShawn O. Pearce2007-07-292-30/+18
| * | | git-gui: Don't offer to stage hunks from untracked filesShawn O. Pearce2007-07-291-0/+6