aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tutorial: gentler illustration of Alice/Bob workflow using gitkPaolo Ciarrocchi2008-08-29
* pretty=format: respect date format optionsJeff King2008-08-29
* make git-shell paranoid about closed stdin/stdout/stderrPaolo Bonzini2008-08-29
* Document gitk --argscmd flag.Yann Dirson2008-08-29
* Fix '--dirstat' with cross-directory renamingLinus Torvalds2008-08-29
* for-each-ref: Allow a trailing slash in the patternsBjörn Steinbrink2008-08-29
* ctype.c: protect tiny C preprocessor constantsJunio C Hamano2008-08-27
* index-pack: be careful after fixing up the header/footerLinus Torvalds2008-08-27
* index-pack: setup git repositoryNguyễn Thái Ngọc Duy2008-08-26
* Suppress some bash redirection error messagesRamsay Jones2008-08-26
* Fix a warning (on cygwin) to allow -WerrorRamsay Jones2008-08-26
* Fix "git log -i --grep"Jeff King2008-08-24
* GIT 1.6.0.1v1.6.0.1Junio C Hamano2008-08-24
* Merge branch 'ag/maint-combine-diff-fix' into maintJunio C Hamano2008-08-24
|\
| * Respect core.autocrlf in combined diffAlexander Gavrilov2008-08-23
* | Merge branch 'mv/maint-merge-fix' into maintJunio C Hamano2008-08-24
|\ \
| * | merge: fix numerus bugs around "trivial merge" areaJunio C Hamano2008-08-23
| |/
* | Documentation: clarify pager configurationJonathan Nieder2008-08-24
* | Documentation: clarify pager.<cmd> configurationJonathan Nieder2008-08-24
* | Clean up the git-p4 documentationSimon Hausmann2008-08-24
* | Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UXMiklos Vajna2008-08-23
|/
* unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano2008-08-23
* git-p4: Fix one-liner in p4_write_pipe function.Tor Arvid Lund2008-08-22
* Completion: add missing '=' for 'diff --diff-filter'Eric Raible2008-08-22
* Fix 'git help help'Miklos Vajna2008-08-21
* compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey2008-08-21
* git-svn: fix dcommit to urls with embedded usernamesEric Wong2008-08-20
* revision.h: make show_early_output an extern which is defined in revision.cBrandon Casey2008-08-20
* Update draft release notes for 1.6.0.1Junio C Hamano2008-08-20
* Add hints to revert documentation about other ways to undo changesTarmigan Casebolt2008-08-20
* Install templates with the user and group of the installing personalityJohannes Sixt2008-08-20
* "git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano2008-08-20
* completion: find out supported merge strategies correctlyJunio C Hamano2008-08-20
* decorate: allow const objects to be decoratedJeff King2008-08-20
* for-each-ref: cope with tags with incomplete linesJunio C Hamano2008-08-20
* diff --check: do not get confused by new blank lines in the middleJunio C Hamano2008-08-20
* remote.c: remove useless if-before-free testJim Meyering2008-08-19
* mailinfo: avoid violating strbuf assertionJeff King2008-08-19
* git format-patch: avoid underrun when format.headers is empty or all NLsJim Meyering2008-08-19
* t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'Brandon Casey2008-08-18
* adapt git-cvsserver manpage to dash-free syntaxRobert Schiele2008-08-18
* mailinfo: re-fix MIME multipart boundary parsingDon Zickus2008-08-18
* Start 1.6.0.X maintenance seriesJunio C Hamano2008-08-17
* GIT 1.6.0v1.6.0Junio C Hamano2008-08-17
* Merge git-gui 0.11.0Junio C Hamano2008-08-17
|\
| * git-gui 0.11gitgui-0.11.0Shawn O. Pearce2008-08-10
* | Merge branch 'ak/p4'Junio C Hamano2008-08-17
|\ \
| * | Utilise our new p4_read_pipe and p4_write_pipe wrappersAnand Kumria2008-08-14
| * | Add p4 read_pipe and write_pipe wrappersAnand Kumria2008-08-14
| * | Put in the two other configuration elements found in the sourceAnand Kumria2008-08-11