summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-03Merge branch 'tr/filter-branch'Junio C Hamano
2008-09-03Merge branch 'np/maint-safer-pack'Junio C Hamano
2008-09-03Merge branch 'rf/man-env'Junio C Hamano
2008-09-03Merge branch 'jc/author-nickname'Junio C Hamano
2008-09-03Merge branch 'dp/pid-uintmax'Junio C Hamano
2008-09-03gitweb: ref markers link to named shortlogsGiuseppe Bilotta
2008-09-03Merge branch 'maint'Junio C Hamano
2008-09-03Makefile: add merge_recursive.h to LIB_HMiklos Vajna
2008-09-02Improve documentation for --dirstat diff optionHeikki Orsila
2008-09-02Bring local clone's origin URL in line with that of a remote cloneJohan Herland
2008-09-02Documentation: minor cleanup in a use case in 'git stash' manualSZEDER Gábor
2008-09-02Documentation: fix disappeared lines in 'git stash' manpageSZEDER Gábor
2008-09-02Documentation: fix reference to a for-each-ref optionSZEDER Gábor
2008-09-01Merge branch 'tr/rev-list-docs' into tr/filter-branchJunio C Hamano
2008-08-31cast pid_t's to uintmax_t to improve portabilityDavid Soria Parra
2008-08-31Merge branch 'maint'Junio C Hamano
2008-08-31Document sendemail.envelopesender configurationAsk Bjørn Hansen
2008-08-31Document clarification: gitmodules, gitattributesGustaf Hendeby
2008-08-31config.txt: Add missing colons after option nameTeemu Likonen
2008-08-31git commit --author=$name: look $name up in existing commitsJunio C Hamano
2008-08-31Merge branch 'maint'Junio C Hamano
2008-08-31gitattributes: -crlf is not binaryJunio C Hamano
2008-08-30Merge branch 'jc/post-simplify' (early part) into tr/filter-branchJunio C Hamano
2008-08-30git-apply: Loosen "match_beginning" logicJunio C Hamano
2008-08-30Fix example in git-name-rev documentationJunio C Hamano
2008-08-30Merge branch 'sp/missing-thin-base' into maintJunio C Hamano
2008-08-30Merge branch 'sb/daemon'Junio C Hamano
2008-08-30Merge branch 'af/maint-install-no-handlink' into maintJunio C Hamano
2008-08-30shell: do not play duplicated definition games to shrink the executableJunio C Hamano
2008-08-30Fix use of hardlinks in "make install"Alex Riesen
2008-08-30fixup_pack_header_footer(): use nicely aligned buffer sizesNicolas Pitre
2008-08-30index-pack: use fixup_pack_header_footer()'s validation modeNicolas Pitre
2008-08-30pack-objects: use fixup_pack_header_footer()'s validation modeNicolas Pitre
2008-08-30improve reliability of fixup_pack_header_footer()Nicolas Pitre
2008-08-30pack-objects: improve returned information from write_one()Nicolas Pitre
2008-08-30Merge branch 'np/verify-pack' into maintJunio C Hamano
2008-08-30builtin-help: fallback to GIT_MAN_VIEWER before manRomain Francoise
2008-08-29Merge branch 'maint'Junio C Hamano
2008-08-29git-p4: Fix checkout bug when using --import-local.Tor Arvid Lund
2008-08-29tutorial: gentler illustration of Alice/Bob workflow using gitkPaolo Ciarrocchi
2008-08-29pretty=format: respect date format optionsJeff King
2008-08-29make git-shell paranoid about closed stdin/stdout/stderrPaolo Bonzini
2008-08-29Document gitk --argscmd flag.Yann Dirson
2008-08-29Fix '--dirstat' with cross-directory renamingLinus Torvalds
2008-08-29for-each-ref: Allow a trailing slash in the patternsBjörn Steinbrink
2008-08-29list_commands: only call git_exec_path if it is neededAlex Riesen
2008-08-29Allow git help work without PATH setAlex Riesen
2008-08-29Make main_cmds and other_cmds local to builtin-help.cAlex Riesen
2008-08-29Remove useless memset of static command name lists in builtin-merge.cAlex Riesen
2008-08-29Remove calculation of the longest command name from where it is not usedAlex Riesen