summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix small typo in git send-email man page.Sean Estabrooks2007-08-171-1/+1
* | | git-submodule: re-enable 'status' as the default subcommandLars Hjemli2007-08-171-1/+1
* | | Clean-up read-tree error condition.Junio C Hamano2007-08-161-6/+3
* | | Clarify actual behavior of 'git add' and ignored filesBrian Downing2007-08-161-4/+6
* | | t1301-shared-repo.sh: fix 'stat' portability issueArjen Laarhoven2007-08-161-1/+10
* | | Documentation/git-rebase: fix an exampleJunio C Hamano2007-08-161-1/+1
* | | git-clone: allow --bare cloneJunio C Hamano2007-08-152-2/+10
* | | pack-objects: remove bogus arguments to delta_cacheable()Nicolas Pitre2007-08-151-4/+3
* | | git-apply: apply submodule changesSven Verdoolaege2007-08-153-25/+117
* | | Update documentation links for older releases.Junio C Hamano2007-08-151-1/+2
* | | Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano2007-08-153-20/+92
|\ \ \
| * | | GIT 1.5.2.5v1.5.2.5Junio C Hamano2007-08-153-2/+32
| * | | git-add -u paths... now works from subdirectorySalikh Zakirov2007-08-152-4/+18
| * | | Fix "git add -u" data corruption.Junio C Hamano2007-08-152-16/+44
* | | | Fix read-tree merging more than 3 trees using 3-way mergeJunio C Hamano2007-08-151-2/+6
* | | | path-list.c: always free strdup'ed pathsRené Scharfe2007-08-152-7/+9
* | | | git-svn: fix log with single revision against a non-HEAD branchEric Wong2007-08-152-9/+63
* | | | GIT 1.5.3-rc5v1.5.3-rc5Junio C Hamano2007-08-151-19/+62
* | | | attr.c: read .gitattributes from index as well.Junio C Hamano2007-08-143-11/+150
* | | | attr.c: refactoringJunio C Hamano2007-08-141-26/+41
* | | | Add read_cache to builtin-check-attrBrian Downing2007-08-141-0/+5
* | | | diff: squelch empty diffs even moreRené Scharfe2007-08-143-3/+9
* | | | Use xmkstemp() instead of mkstemp()Luiz Fernando N. Capitulino2007-08-146-17/+7
* | | | Introduces xmkstemp()Luiz Fernando N. Capitulino2007-08-141-0/+10
* | | | Avoid ambiguous error message if pack.idx header is wrongLuiz Fernando N. Capitulino2007-08-141-2/+2
* | | | merge-recursive: do not rudely die on binary mergeJunio C Hamano2007-08-142-23/+95
* | | | Add --log-size to git log to print message sizeMarco Costalba2007-08-144-0/+15
* | | | git-diff: squelch "empty" diffsJunio C Hamano2007-08-143-0/+61
* | | | Improved hint on how to set identitySteffen Prohaska2007-08-131-4/+4
* | | | Add a test for git-commit being confused by relative GIT_DIRDavid Kastrup2007-08-131-0/+55
* | | | git-sh-setup.sh: make GIT_DIR absoluteDavid Kastrup2007-08-133-15/+12
* | | | Allow git-svnimport to take "" as the trunk directory.Alberto Bertogli2007-08-131-1/+1
* | | | Fix t5701-clone-local for white space from wcBrian Gernhardt2007-08-131-2/+2
* | | | git-p4: Fix the sorting of changelists when cloning a Perforce repository.Reece H. Dunn2007-08-131-1/+1
* | | | diff: don't run pager if user asked for a diff style exit codeRené Scharfe2007-08-132-1/+7
* | | | builtin-bundle create - use lock_fileJunio C Hamano2007-08-131-8/+10
* | | | t3902 - skip test if file system doesn't support HT in namesMark Levedahl2007-08-131-0/+6
* | | | git-add: Add support for --refresh option.Alexandre Julliard2007-08-135-5/+51
* | | | t3404: fix "fake-editor"Junio C Hamano2007-08-131-17/+19
* | | | git.el: Always set the current directory in the git-diff buffer.Alexandre Julliard2007-08-131-4/+6
* | | | git.el: Add support for interactive diffs.Alexandre Julliard2007-08-131-1/+7
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2007-08-131-31/+97
|\ \ \ \ | | |/ / | |/| |
| * | | gitk: Fix bug causing Tcl error when updating graphPaul Mackerras2007-08-131-13/+11
| * | | gitk: Fix bug introduced in commit 67a4f1a7Paul Mackerras2007-08-131-10/+14
| * | | [PATCH] gitk: Show an error and exit if no .git could be foundAlex Riesen2007-08-121-1/+4
| * | | [PATCH] gitk: Continue and show error message in new reposAlex Riesen2007-08-121-1/+1
| * | | [PATCH] gitk: Handle MouseWheel events on WindowsMark Levedahl2007-08-121-2/+25
| * | | [PATCH] gitk: Enable selected patch text on WindowsMark Levedahl2007-08-121-2/+5
| * | | gitk: Fix bug causing the "can't unset idinlist(...)" errorPaul Mackerras2007-08-121-3/+2
| * | | gitk: Add a context menu for file list entriesPaul Mackerras2007-07-271-0/+36