summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* atomic write for sideband remote messagesNicolas Pitre2006-10-114-17/+19
* git.spec.in: perl subpackage is installed in perl_vendorlib not vendorarchJunio C Hamano2006-10-111-1/+1
* git-pull: we say commit X, not X commit.Junio C Hamano2006-10-101-1/+1
* git-fetch --update-head-ok typofixJunio C Hamano2006-10-101-3/+3
* paginate git-diff by defaultMartin Waitz2006-10-101-1/+1
* add commit count options to git-shortlogv1.4.3-rc2Nicolas Pitre2006-10-092-7/+54
* Fix git-revertJunio C Hamano2006-10-091-1/+3
* gitweb: Cleanup Git logo and Git logo target generationJakub Narebski2006-10-082-8/+14
* git-tar-tree: don't RUN_SETUPRene Scharfe2006-10-081-1/+1
* test-lib: separate individual test better in verbose mode.Martin Waitz2006-10-071-0/+3
* git-commit: fix coding style.Martin Waitz2006-10-071-231/+233
* gitweb: [commit view] Do not suppress commitdiff link in root commitPetr Baudis2006-10-071-1/+1
* gitweb: Handle commits with empty commit messages more reasonablyPetr Baudis2006-10-071-0/+3
* gitweb: Separate (new) and (deleted) in commitdiff by a spacePetr Baudis2006-10-071-2/+2
* Show snapshot link in shortlog only if have_snapshoPetr Baudis2006-10-071-2/+4
* gitweb: refactor decode() for utf8 conversionYasushi SHOJI2006-10-061-7/+13
* Add default values for --window and --depth to the docsDennis Stosberg2006-10-062-4/+6
* cherry-pick: make -r the defaultJunio C Hamano2006-10-052-12/+23
* git-send-email: avoid uninitialized variable warning.Junio C Hamano2006-10-051-1/+1
* gitweb: Make the Git logo link target to point to the homepageJunio C Hamano2006-10-051-1/+6
* gitweb: blame: Minimize vertical table row paddingLuben Tuikov2006-10-051-0/+6
* gitweb: Do not print "log" and "shortlog" redundantly in commit viewLuben Tuikov2006-10-051-5/+0
* vc-git.el: Switch to using git-blame instead of git-annotate.Alexandre Julliard2006-10-051-2/+2
* git.el: Fixed inverted "renamed from/to" message.Alexandre Julliard2006-10-051-2/+2
* tar-tree deprecation: we eat our own dog food.Junio C Hamano2006-10-052-5/+9
* Add git-upload-archive to the main git man pageFranck Bui-Huu2006-10-051-0/+3
* git-commit: cleanup unused function.Martin Waitz2006-10-031-27/+0
* Fix usage string to match that given in the man pageAlan Chandler2006-10-031-1/+1
* Update the gitweb/README file to include setting the GITWEB_CONFIG environmentAlan Chandler2006-10-031-0/+7
* gitweb: document webserver configuration for common gitweb/repo URLs.Martin Waitz2006-10-031-1/+25
* gitweb: Escape ESCAPE (\e) characterLuben Tuikov2006-10-031-0/+1
* escape tilde in Documentation/git-rev-parse.txtJunio C Hamano2006-10-032-1/+2
* Error in test description of t1200-tutorialRobin Rosenberg2006-10-031-1/+1
* lock_ref_sha1_basic does not remove empty directories on BSDDennis Stosberg2006-10-031-0/+6
* Merge branch 'maint'Junio C Hamano2006-10-023-4/+24
|\
| * git-push: .git/remotes/ file does not require SP after colonv1.4.2.3Junio C Hamano2006-10-021-4/+4
| * git-mv: invalidate the removed path properly in cache-treeJunio C Hamano2006-10-012-0/+20
* | Makefile: install and clean merge-recur, still.Junio C Hamano2006-10-011-3/+3
* | GIT 1.4.3-rc1v1.4.3-rc1Junio C Hamano2006-10-011-1/+1
* | Merge branch 'maint'Junio C Hamano2006-10-010-0/+0
|\ \ | |/
| * git-diff -B output fix.v1.4.2.2Junio C Hamano2006-09-291-1/+1
| * Fix git-am safety checksJunio C Hamano2006-09-171-4/+19
| * Fix duplicate xmalloc in builtin-addLiu Yubao2006-09-171-1/+0
* | Merge branch 'jc/gitpm'Junio C Hamano2006-09-3013-77/+1819
|\ \
| * | Remove -fPIC which was only needed for Git.xsJunio C Hamano2006-09-294-22/+1
| * | Git.pm: Kill Git.xs for nowPetr Baudis2006-09-235-224/+15
| * | Revert "Make it possible to set up libgit directly (instead of from the envir...Junio C Hamano2006-09-027-114/+24
| * | Revert "Git.pm: Introduce fast get_object() method"Junio C Hamano2006-09-022-42/+0
| * | Revert "Convert git-annotate to use Git.pm"Junio C Hamano2006-09-021-32/+151
| * | Fix compilation with Sun CCDennis Stosberg2006-08-153-2/+15