Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | Merge branch 'jc/post-simplify' (early part) into tr/filter-branch | Junio C Hamano | 2008-08-30 | 2 | -14/+45 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | revision --simplify-merges: make it a no-op without pathspec | Junio C Hamano | 2008-08-18 | 1 | -1/+4 | |
| | * | | | | | | | | | | | revision --simplify-merges: do not leave commits unprocessed | Junio C Hamano | 2008-08-18 | 1 | -1/+3 | |
| | * | | | | | | | | | | | revision --simplify-merges: use decoration instead of commit->util field | Junio C Hamano | 2008-08-14 | 2 | -12/+38 | |
| | | |/ / / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | filter-branch: use --simplify-merges | Thomas Rast | 2008-08-12 | 1 | -3/+4 | |
| * | | | | | | | | | | | Merge branch 'jc/post-simplify' into tr/filter-branch | Junio C Hamano | 2008-08-12 | 4 | -23/+253 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Topo-sort before --simplify-merges | Junio C Hamano | 2008-08-03 | 2 | -3/+95 | |
| | * | | | | | | | | | | revision traversal: show full history with merge simplification | Junio C Hamano | 2008-08-02 | 3 | -22/+160 | |
| | * | | | | | | | | | | revision.c: whitespace fix | Junio C Hamano | 2008-08-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | filter-branch: fix ref rewriting with --subdirectory-filter | Thomas Rast | 2008-08-12 | 2 | -17/+12 | |
| * | | | | | | | | | | | filter-branch: Extend test to show rewriting bug | Thomas Rast | 2008-08-12 | 1 | -3/+7 | |
* | | | | | | | | | | | | Merge branch 'np/maint-safer-pack' | Junio C Hamano | 2008-09-02 | 6 | -55/+112 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | fixup_pack_header_footer(): use nicely aligned buffer sizes | Nicolas Pitre | 2008-08-29 | 1 | -3/+8 | |
| * | | | | | | | | | | | | index-pack: use fixup_pack_header_footer()'s validation mode | Nicolas Pitre | 2008-08-29 | 1 | -18/+25 | |
| * | | | | | | | | | | | | pack-objects: use fixup_pack_header_footer()'s validation mode | Nicolas Pitre | 2008-08-29 | 2 | -5/+5 | |
| * | | | | | | | | | | | | improve reliability of fixup_pack_header_footer() | Nicolas Pitre | 2008-08-29 | 5 | -16/+66 | |
| * | | | | | | | | | | | | pack-objects: improve returned information from write_one() | Nicolas Pitre | 2008-08-29 | 1 | -17/+12 | |
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'rf/man-env' | Junio C Hamano | 2008-09-02 | 2 | -1/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | builtin-help: fallback to GIT_MAN_VIEWER before man | Romain Francoise | 2008-08-29 | 2 | -1/+6 | |
* | | | | | | | | | | | | | Merge branch 'jc/author-nickname' | Junio C Hamano | 2008-09-02 | 2 | -2/+32 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | git commit --author=$name: look $name up in existing commits | Junio C Hamano | 2008-08-30 | 2 | -2/+32 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'dp/pid-uintmax' | Junio C Hamano | 2008-09-02 | 5 | -9/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | cast pid_t's to uintmax_t to improve portability | David Soria Parra | 2008-08-31 | 5 | -9/+9 | |
* | | | | | | | | | | | | | | gitweb: ref markers link to named shortlogs | Giuseppe Bilotta | 2008-09-02 | 2 | -3/+47 | |
* | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-09-02 | 6 | -19/+19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | / / / / / / / | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Makefile: add merge_recursive.h to LIB_H | Miklos Vajna | 2008-09-02 | 1 | -0/+1 | |
| * | | | | | | | | | | | | Improve documentation for --dirstat diff option | Heikki Orsila | 2008-09-01 | 1 | -6/+5 | |
| * | | | | | | | | | | | | Bring local clone's origin URL in line with that of a remote clone | Johan Herland | 2008-09-01 | 2 | -4/+4 | |
| * | | | | | | | | | | | | Documentation: minor cleanup in a use case in 'git stash' manual | SZEDER Gábor | 2008-09-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Documentation: fix disappeared lines in 'git stash' manpage | SZEDER Gábor | 2008-09-01 | 1 | -7/+7 | |
| * | | | | | | | | | | | | Documentation: fix reference to a for-each-ref option | SZEDER Gábor | 2008-09-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-31 | 4 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Document sendemail.envelopesender configuration | Ask Bjørn Hansen | 2008-08-31 | 1 | -0/+3 | |
| * | | | | | | | | | | | | Document clarification: gitmodules, gitattributes | Gustaf Hendeby | 2008-08-31 | 2 | -2/+2 | |
| * | | | | | | | | | | | | config.txt: Add missing colons after option name | Teemu Likonen | 2008-08-30 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-30 | 7 | -13/+146 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | gitattributes: -crlf is not binary | Junio C Hamano | 2008-08-30 | 1 | -3/+37 | |
| * | | | | | | | | | | | git-apply: Loosen "match_beginning" logic | Junio C Hamano | 2008-08-30 | 2 | -4/+16 | |
| * | | | | | | | | | | | Fix example in git-name-rev documentation | Junio C Hamano | 2008-08-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge branch 'sp/missing-thin-base' into maint | Junio C Hamano | 2008-08-30 | 2 | -4/+91 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | pack-objects: Allow missing base objects when creating thin packs | Shawn O. Pearce | 2008-08-12 | 2 | -4/+91 | |
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge branch 'af/maint-install-no-handlink' into maint | Junio C Hamano | 2008-08-29 | 1 | -11/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Fix use of hardlinks in "make install" | Alex Riesen | 2008-08-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | shell: do not play duplicated definition games to shrink the executable | Junio C Hamano | 2008-08-29 | 2 | -16/+1 | |
| * | | | | | | | | | | | | Merge branch 'np/verify-pack' into maint | Junio C Hamano | 2008-08-29 | 5 | -1/+22 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'sb/daemon' | Junio C Hamano | 2008-08-30 | 2 | -197/+107 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | daemon.c: minor style fixup | Junio C Hamano | 2008-08-25 | 1 | -42/+34 | |
| * | | | | | | | | | | | | git-daemon: rewrite kindergarden, new option --max-connections | Stephen R. van den Berg | 2008-08-17 | 2 | -140/+82 | |
| * | | | | | | | | | | | | git-daemon: Simplify dead-children reaping logic | Stephen R. van den Berg | 2008-08-17 | 1 | -32/+23 | |
| * | | | | | | | | | | | | git-daemon: use LOG_PID, simplify logging code | Stephen R. van den Berg | 2008-08-17 | 1 | -31/+16 |