Age | Commit message (Expand) | Author | Files | Lines |
2007-05-14 | git-am: Clean up the asciidoc documentation | Frank Lichtenheld | 1 | -16/+19 |
2007-05-14 | Documentation: format-patch has no --mbox option | Frank Lichtenheld | 2 | -2/+2 |
2007-05-14 | builtin-log.c: Fix typo in comment | Frank Lichtenheld | 1 | -1/+1 |
2007-05-14 | Fix git-clone buglet for remote case. | Junio C Hamano | 1 | -2/+2 |
2007-05-13 | cvsserver: Don't send mixed messages to clients | Frank Lichtenheld | 1 | -0/+1 |
2007-05-13 | Documentation/git-add: clarify -u with path limiting | Jeff King | 1 | -2/+5 |
2007-05-13 | Documentation: Split description of pretty formats of commit log | Jakub Narebski | 6 | -39/+60 |
2007-05-13 | gitweb: Fix "Use of unitialized value" warnings in empty repository | Jakub Narebski | 1 | -11/+19 |
2007-05-13 | Merge branch 'maint' | Junio C Hamano | 10 | -49/+110 |
2007-05-13 | cvsserver: Limit config parser to needed options | Frank Lichtenheld | 1 | -3/+3 |
2007-05-13 | gitweb: Check if requested object exists | Jakub Narebski | 1 | -1/+15 |
2007-05-13 | Link to HTML version of external doc if available | Junio C Hamano | 1 | -2/+2 |
2007-05-13 | git-svn: don't attempt to minimize URLs by default | Eric Wong | 6 | -16/+19 |
2007-05-13 | git-svn: fix segfaults due to initial SVN pool being cleared | Eric Wong | 1 | -1/+0 |
2007-05-13 | git-svn: clean up caching of SVN::Ra functions | Eric Wong | 1 | -26/+42 |
2007-05-13 | git-svn: don't drop the username from URLs when dcommit is run | Eric Wong | 1 | -1/+1 |
2007-05-13 | RPM spec: include files in technical/ to package. | Quy Tonthat | 1 | -0/+5 |
2007-05-13 | Remove stale non-static-inline prototype for tree_entry_extract() | Matthieu Castet | 1 | -1/+0 |
2007-05-13 | git-config: test for 'do not forget "a.b.var" ends "a.var" section'. | Steffen Prohaska | 1 | -0/+19 |
2007-05-13 | git-config: do not forget seeing "a.b.var" means we are out of "a.var" section. | Junio C Hamano | 1 | -4/+24 |
2007-05-12 | Minor fixup to documentation of hooks in git-receive-pack. | Jan Hudec | 1 | -17/+20 |
2007-05-12 | Merge branch 'maint' | Junio C Hamano | 4 | -11/+74 |
2007-05-12 | checkout: allow detaching to HEAD even when switching to the tip of a branch | Junio C Hamano | 2 | -3/+64 |
2007-05-12 | Updated documentation of hooks in git-receive-pack. | Jan Hudec | 1 | -7/+70 |
2007-05-12 | t9400: Use the repository config and nothing else. | Junio Hamano | 1 | -8/+9 |
2007-05-12 | Allow fetching references from any namespace | Alex Riesen | 1 | -2/+2 |
2007-05-12 | git-archive: don't die when repository uses subprojects | Lars Hjemli | 2 | -4/+4 |
2007-05-12 | tiny fix in documentation of git-clone | Steffen Prohaska | 1 | -1/+1 |
2007-05-12 | gitweb: Test if $from_id and $to_id are defined before comparison | Jakub Narebski | 1 | -1/+2 |
2007-05-12 | Fix an unmatched comment end in arm/sha1_arm.S | Marco Costalba | 1 | -1/+1 |
2007-05-12 | git-add: allow path limiting with -u | Jeff King | 2 | -7/+44 |
2007-05-11 | read-tree -m -u: avoid getting confused by intermediate symlinks. | Junio C Hamano | 2 | -5/+10 |
2007-05-11 | apply: do not get confused by symlinks in the middle | Junio C Hamano | 3 | -10/+84 |
2007-05-11 | Add has_symlink_leading_path() function. | Junio C Hamano | 2 | -0/+49 |
2007-05-10 | Minor copyediting on Release Notes for 1.5.2 | Junio C Hamano | 1 | -7/+9 |
2007-05-10 | Add colour support in rebase and merge tree diff stats output. | James Bowes | 2 | -2/+4 |
2007-05-10 | git-update-ref: add --no-deref option for overwriting/detaching ref | Sven Verdoolaege | 10 | -30/+39 |
2007-05-10 | Add --aggressive option to 'git gc' | Theodore Tso | 3 | -3/+50 |
2007-05-10 | Custom compression levels for objects and packs | Dana How | 8 | -10/+84 |
2007-05-10 | deprecate the new loose object header format | Nicolas Pitre | 6 | -126/+11 |
2007-05-10 | make "repack -f" imply "pack-objects --no-reuse-object" | Nicolas Pitre | 1 | -3/+3 |
2007-05-10 | allow for undeltified objects not to be reused | Nicolas Pitre | 2 | -8/+21 |
2007-05-10 | GIT v1.5.2-rc3 | Junio C Hamano | 2 | -2/+9 |
2007-05-10 | Document 'git-log --decorate' | Michael Hendricks | 1 | -0/+3 |
2007-05-10 | Correct error message in revert/cherry-pick | Shawn O. Pearce | 1 | -1/+1 |
2007-05-10 | Merge branch 'master' of git://repo.or.cz/git-gui | Junio C Hamano | 9 | -345/+513 |
2007-05-10 | git gui 0.7.0 | Shawn O. Pearce | 1 | -1/+1 |
2007-05-10 | git-gui: Paperbag fix blame in subdirectory | Shawn O. Pearce | 1 | -1/+1 |
2007-05-10 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-05-10 | Merge branch 'maint' of git://repo.or.cz/git/fastimport into maint | Junio C Hamano | 1 | -1/+1 |