summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-07-02Documentation: prepare to be consistent about "git-" versus "git "Jonathan Nieder
2008-07-02git-daemon(1): don't assume git-daemon is in /usr/binJonathan Nieder
2008-07-02Documentation: complicate example of "man git-command"Jonathan Nieder
2008-07-02whitespace fix in Documentation/git-repack.txtJonathan Nieder
2008-07-02Documentation: fix links to tutorials and other new manual pagesJonathan Nieder
2008-07-02Merge maint inJunio C Hamano
2008-07-02Start draft release notes for 1.5.6.2Junio C Hamano
2008-07-02Fix 'git show' on signed tag of signed tag of commitThomas Rast
2008-07-01Merge branch 'ph/mergetool'Junio C Hamano
2008-07-01Merge branch 'js/apply-recount'Junio C Hamano
2008-07-01Merge branch 'jc/checkdiff'Junio C Hamano
2008-07-01Merge branch 'kb/send-email-fifo'Junio C Hamano
2008-07-01Merge branch 'tr/send-email-ssl'Junio C Hamano
2008-07-01Merge branch 'js/maint-clone-insteadof'Junio C Hamano
2008-07-01Merge branch 'jc/maint-reset'Junio C Hamano
2008-07-01Merge branch 'jk/maint-fetch-ref-hier'Junio C Hamano
2008-07-01Merge branch 'dz/apply-again'Junio C Hamano
2008-07-01Merge branch 'np/pack-default'Junio C Hamano
2008-07-01Merge branch 'jc/dashless' (early part)Junio C Hamano
2008-07-01Merge branch 'nd/dashless'Junio C Hamano
2008-06-30Merge branch 'maint'Junio C Hamano
2008-06-30Add test results directory to t/.gitignoreBrian Gernhardt
2008-06-30fetch: give a hint to the user when local refs fail to updateJeff King
2008-06-30doc/rev-parse: clarify reflog vs --until for specifying revisionsJeff King
2008-06-30Update draft release notes for 1.6.0Junio C Hamano
2008-06-30Documentation: don't assume git-sh-setup and git-parse-remote are in PATHjrnieder@uchicago.edu
2008-06-30t9700: skip when Test::More is not availableJunio C Hamano
2008-06-30clone: respect the settings in $HOME/.gitconfig and /etc/gitconfigJohannes Schindelin
2008-06-29Fix t4017-diff-retval for white-space from wcBrian Gernhardt
2008-06-29Merge branch 'maint'Junio C Hamano
2008-06-29git-svn: don't sanitize remote names in configEric Wong
2008-06-29show_stats(): fix stats width calculationOlivier Marin
2008-06-29Documentation: remove {show,whatchanged}.difftree config optionsOlivier Marin
2008-06-29git-svn: avoid filling up the disk with temp files.Avery Pennarun
2008-06-29git cat-file: Fix memory leak in batch modeBjörn Steinbrink
2008-06-28git-send-email: prevent undefined variable warnings if no encryption is setThomas Rast
2008-06-28fix git config example syntaxJoey Hess
2008-06-28avoid off-by-one error in run_upload_archiveJochen Voss
2008-06-28GIT-VERSION-GEN: do not fail if a 'HEAD' file exists in the working copyLea Wiemann
2008-06-28Allow git-apply to recount the lines in a hunk (AKA recountdiff)Johannes Schindelin
2008-06-28commit-tree: lift completely arbitrary limit of 16 parentsJohannes Schindelin
2008-06-28shrink git-shell by avoiding redundant dependenciesDmitry Potapov
2008-06-28help: check early if we have a command, if not try a documentation topicChristian Couder
2008-06-28git-apply: handle a patch that touches the same path more than once betterDon Zickus
2008-06-27fetch: report local storage errors in status tableJeff King
2008-06-27clone: respect url.insteadOf setting in global configsJohannes Schindelin
2008-06-27Document the double-dash "rev -- path" disambiguatorJunio C Hamano
2008-06-27Update sample pre-commit hook to use "diff --check"Junio C Hamano
2008-06-27diff --check: detect leftover conflict markersJunio C Hamano
2008-06-27Teach "diff --check" about new blank lines at endJunio C Hamano