summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | documentation: use the word "index" in the git-add manual pageJ. Bruce Fields2007-08-051-19/+22
| | |/ / / /
| * | | | | user-manual: mention git-guiJ. Bruce Fields2007-08-051-2/+9
| * | | | | user-manual: mention git stashJunio C Hamano2007-08-051-0/+32
| * | | | | user-manual: update for new default --track behaviorJ. Bruce Fields2007-08-051-14/+9
* | | | | | Fix install-doc-quick targetJunio C Hamano2007-08-051-1/+3
* | | | | | unpack-trees.c: assume submodules are clean during check-outJunio C Hamano2007-08-051-0/+9
* | | | | | Fixed git-push manpageJyotirmoy Bhattacharya2007-08-041-1/+1
* | | | | | checkout-index needs a working treeJohannes Schindelin2007-08-041-1/+2
* | | | | | add "test-absolute-path" to .gitignoreRandal L. Schwartz2007-08-041-0/+1
* | | | | | Document GIT_SSH environment variable alongside other variablesShawn O. Pearce2007-08-041-0/+16
* | | | | | INSTALL: add warning on docbook-xsl 1.72 and 1.73Junio C Hamano2007-08-042-0/+25
* | | | | | gitweb: Fix handling of $file_name in feed generationJakub Narebski2007-08-041-1/+1
* | | | | | git-completion: add "git stash"Junio C Hamano2007-08-041-0/+7
|/ / / / /
* | | | | 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