summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tr/filter-branch'Junio C Hamano2008-09-026-41/+338
|\
| * Merge branch 'tr/rev-list-docs' into tr/filter-branchJunio C Hamano2008-08-314-26/+192
| |\
| | * Documentation: rev-list-options: move --simplify-merges documentationThomas Rast2008-08-121-6/+42
| | * Merge branch 'jc/post-simplify' into tr/rev-list-docsJunio C Hamano2008-08-124-21/+251
| | |\
| * | \ Merge branch 'jc/post-simplify' (early part) into tr/filter-branchJunio C Hamano2008-08-302-14/+45
| |\ \ \
| | * | | revision --simplify-merges: make it a no-op without pathspecJunio C Hamano2008-08-181-1/+4
| | * | | revision --simplify-merges: do not leave commits unprocessedJunio C Hamano2008-08-181-1/+3
| | * | | revision --simplify-merges: use decoration instead of commit->util fieldJunio C Hamano2008-08-142-12/+38
| | | |/ | | |/|
| * | | filter-branch: use --simplify-mergesThomas Rast2008-08-121-3/+4
| * | | Merge branch 'jc/post-simplify' into tr/filter-branchJunio C Hamano2008-08-124-23/+253
| |\ \ \ | | |/ /
| | * | Topo-sort before --simplify-mergesJunio C Hamano2008-08-032-3/+95
| | * | revision traversal: show full history with merge simplificationJunio C Hamano2008-08-023-22/+160
| | * | revision.c: whitespace fixJunio C Hamano2008-08-021-1/+1
| * | | filter-branch: fix ref rewriting with --subdirectory-filterThomas Rast2008-08-122-17/+12
| * | | filter-branch: Extend test to show rewriting bugThomas Rast2008-08-121-3/+7
* | | | Merge branch 'np/maint-safer-pack'Junio C Hamano2008-09-026-55/+112
|\ \ \ \
| * | | | fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre2008-08-291-3/+8
| * | | | index-pack: use fixup_pack_header_footer()'s validation modeNicolas Pitre2008-08-291-18/+25
| * | | | pack-objects: use fixup_pack_header_footer()'s validation modeNicolas Pitre2008-08-292-5/+5
| * | | | improve reliability of fixup_pack_header_footer()Nicolas Pitre2008-08-295-16/+66
| * | | | pack-objects: improve returned information from write_one()Nicolas Pitre2008-08-291-17/+12
* | | | | Merge branch 'rf/man-env'Junio C Hamano2008-09-022-1/+6
|\ \ \ \ \
| * | | | | builtin-help: fallback to GIT_MAN_VIEWER before manRomain Francoise2008-08-292-1/+6
* | | | | | Merge branch 'jc/author-nickname'Junio C Hamano2008-09-022-2/+32
|\ \ \ \ \ \
| * | | | | | git commit --author=$name: look $name up in existing commitsJunio C Hamano2008-08-302-2/+32
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'dp/pid-uintmax'Junio C Hamano2008-09-025-9/+9
|\ \ \ \ \ \
| * | | | | | cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra2008-08-315-9/+9
* | | | | | | gitweb: ref markers link to named shortlogsGiuseppe Bilotta2008-09-022-3/+47
* | | | | | | Merge branch 'maint'Junio C Hamano2008-09-026-19/+19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Makefile: add merge_recursive.h to LIB_HMiklos Vajna2008-09-021-0/+1
| * | | | | | Improve documentation for --dirstat diff optionHeikki Orsila2008-09-011-6/+5
| * | | | | | Bring local clone's origin URL in line with that of a remote cloneJohan Herland2008-09-012-4/+4
| * | | | | | Documentation: minor cleanup in a use case in 'git stash' manualSZEDER Gábor2008-09-011-1/+1
| * | | | | | Documentation: fix disappeared lines in 'git stash' manpageSZEDER Gábor2008-09-011-7/+7
| * | | | | | Documentation: fix reference to a for-each-ref optionSZEDER Gábor2008-09-011-1/+1
* | | | | | | Merge branch 'maint'Junio C Hamano2008-08-314-3/+6
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Document sendemail.envelopesender configurationAsk Bjørn Hansen2008-08-311-0/+3
| * | | | | | Document clarification: gitmodules, gitattributesGustaf Hendeby2008-08-312-2/+2
| * | | | | | config.txt: Add missing colons after option nameTeemu Likonen2008-08-301-1/+1
* | | | | | | Merge branch 'maint'Junio C Hamano2008-08-307-13/+146
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | gitattributes: -crlf is not binaryJunio C Hamano2008-08-301-3/+37
| * | | | | | git-apply: Loosen "match_beginning" logicJunio C Hamano2008-08-302-4/+16
| * | | | | | Fix example in git-name-rev documentationJunio C Hamano2008-08-301-1/+1
| * | | | | | Merge branch 'sp/missing-thin-base' into maintJunio C Hamano2008-08-302-4/+91
| |\ \ \ \ \ \
| | * | | | | | pack-objects: Allow missing base objects when creating thin packsShawn O. Pearce2008-08-122-4/+91
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'af/maint-install-no-handlink' into maintJunio C Hamano2008-08-291-11/+11
| |\ \ \ \ \ \
| | * | | | | | Fix use of hardlinks in "make install"Alex Riesen2008-08-291-1/+1
| * | | | | | | shell: do not play duplicated definition games to shrink the executableJunio C Hamano2008-08-292-16/+1
| * | | | | | | Merge branch 'np/verify-pack' into maintJunio C Hamano2008-08-295-1/+22
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'sb/daemon'Junio C Hamano2008-08-302-197/+107
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |