Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | no need to install manpages as executable | Chris Wright | 2006-12-11 | 1 | -2/+2 | |
* | | | | | | | Documentation: simpler shared repository creation | J. Bruce Fields | 2006-12-08 | 1 | -13/+14 | |
* | | | | | | | shortlog: fix segfault on empty authorname | Jeff King | 2006-12-08 | 1 | -2/+2 | |
* | | | | | | | Add branch.*.merge warning and documentation update | Josef Weidendorfer | 2006-12-08 | 2 | -2/+20 | |
* | | | | | | | Fix perl/ build. | Junio C Hamano | 2006-12-08 | 2 | -1/+2 | |
* | | | | | | | git-svn: use do_switch for --follow-parent if the SVN library supports it | Eric Wong | 2006-12-08 | 1 | -7/+39 | |
* | | | | | | | Fix documentation copy&paste typo | Uwe Zeisberger | 2006-12-08 | 1 | -1/+1 | |
* | | | | | | | git-svn: extra error check to ensure we open a file correctly | Eric Wong | 2006-12-08 | 1 | -0/+3 | |
* | | | | | | | Documentation: update git-clone man page with new behavior | J. Bruce Fields | 2006-12-07 | 1 | -13/+12 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-12-06 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | cvsserver: Avoid miscounting bytes in Perl v5.8.x | Martin Langhoff | 2006-12-06 | 1 | -0/+1 | |
* | | | | | | | change the unpack limit treshold to a saner value | Nicolas Pitre | 2006-12-06 | 1 | -1/+1 | |
* | | | | | | | Documentation: reorganize cvs-migration.txt | J. Bruce Fields | 2006-12-06 | 1 | -245/+104 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | git-merge: fix "fix confusion between tag and branch" for real | Junio C Hamano | 2006-12-06 | 1 | -2/+3 | |
* | | | | | | git-svn: avoid network timeouts for long-running fetches | Eric Wong | 2006-12-06 | 1 | -0/+1 | |
* | | | | | | gitweb: Allow PNG, GIF, JPEG images to be displayed in "blob" view | Jakub Narebski | 2006-12-06 | 1 | -8/+22 | |
* | | | | | | git-merge: squelch needless error message. | Junio C Hamano | 2006-12-06 | 1 | -1/+1 | |
* | | | | | | Merge | Junio C Hamano | 2006-12-06 | 1 | -5/+5 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use .git/config for storing "origin" shortcut repository | Andy Parkins | 2006-11-27 | 1 | -5/+5 | |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2006-12-06 | 2 | -4/+7 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | git-reset to remove "$GIT_DIR/MERGE_MSG"v1.4.4.2 | Junio C Hamano | 2006-12-06 | 1 | -1/+2 | |
| * | | | | | | unpack-trees: make sure "df_conflict_entry.name" is NUL terminated. | Junio C Hamano | 2006-12-04 | 1 | -3/+5 | |
* | | | | | | | cvs-migration: improved section titles, better push/commit explanation | J. Bruce Fields | 2006-12-06 | 1 | -7/+12 | |
* | | | | | | | cvs-migration document: make the need for "push" more obvious | Johannes Schindelin | 2006-12-06 | 1 | -0/+5 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Document git-diff whitespace flags -b and -w | Jakub Narebski | 2006-12-04 | 1 | -0/+16 | |
* | | | | | | diff -b: ignore whitespace at end of line | Johannes Schindelin | 2006-12-04 | 2 | -5/+4 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | Merge branch 'maint' | Junio C Hamano | 2006-12-04 | 3 | -5/+22 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | receive-pack: do not insist on fast-forward outside refs/heads/ | Junio C Hamano | 2006-12-04 | 1 | -1/+2 | |
| * | | | | git-mv: search more precisely for source directory in index | Johannes Schindelin | 2006-12-04 | 2 | -4/+20 | |
* | | | | | git-fetch: ignore dereferenced tags in expand_refs_wildcard | Michael Loeffler | 2006-12-04 | 1 | -1/+1 | |
* | | | | | git-clone: Rename --use-immingled-remote option to --no-separate-remote | Jakub Narebski | 2006-12-04 | 2 | -5/+5 | |
* | | | | | gitweb: Fix Atom feed <logo>: it is $logo, not $logo_url | Jakub Narebski | 2006-12-04 | 1 | -1/+1 | |
* | | | | | Make perl/ build procedure ActiveState friendly. | Alex Riesen | 2006-12-04 | 3 | -7/+57 | |
* | | | | | Pass -M to diff in request-pull | David Miller | 2006-12-04 | 1 | -1/+1 | |
* | | | | | Set permissions of each new file before "cvs add"ing it. | Jim Meyering | 2006-12-04 | 2 | -0/+29 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2006-12-02 | 1 | -5/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | git-svn: avoid fetching files twice in the same revision | Eric Wong | 2006-12-02 | 1 | -5/+5 | |
* | | | | git-merge: fix confusion between tag and branch | Junio C Hamano | 2006-12-02 | 1 | -5/+5 | |
* | | | | De-emphasise the symbolic link documentation. | Andy Parkins | 2006-12-01 | 1 | -18/+11 | |
* | | | | git-diff: Introduce --index and deprecate --cached. | Andreas Ericsson | 2006-12-01 | 2 | -3/+5 | |
* | | | | ls-files: Give hints when errors happen. | Andreas Ericsson | 2006-12-01 | 1 | -1/+5 | |
* | | | | pack-objects: remove redundent status information | Nicolas Pitre | 2006-11-29 | 1 | -2/+4 | |
* | | | | Merge master.kernel.org:/pub/scm/gitk/gitk | Junio C Hamano | 2006-11-29 | 1 | -10/+10 | |
|\ \ \ \ | ||||||
| * | | | | gitk: Fix enabling/disabling of menu items on Mac OS X | Paul Mackerras | 2006-11-23 | 1 | -10/+10 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2006-11-29 | 3 | -5/+31 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Document git-repo-config --bool/--int options. | Andy Parkins | 2006-11-29 | 1 | -0/+6 | |
| * | | | | tutorial: talk about user.name early and don't start with commit -a | Junio C Hamano | 2006-11-29 | 1 | -5/+24 | |
| * | | | | git-blame: fix rev parameter handling. | Alex Riesen | 2006-11-29 | 1 | -0/+1 | |
* | | | | | Merge branch 'jc/globfetch' | Junio C Hamano | 2006-11-28 | 3 | -20/+85 | |
|\ \ \ \ \ | ||||||
| * | | | | | fetch-pack: do not barf when duplicate re patterns are given | Junio C Hamano | 2006-11-25 | 1 | -0/+25 |