summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Suppress some bash redirection error messagesRamsay Jones2008-08-263-10/+4
* | | | Fix a warning (on cygwin) to allow -WerrorRamsay Jones2008-08-261-1/+2
* | | | Fix "git log -i --grep"Jeff King2008-08-244-24/+38
| |/ / |/| |
* | | GIT 1.6.0.1v1.6.0.1Junio C Hamano2008-08-241-6/+11
* | | Merge branch 'ag/maint-combine-diff-fix' into maintJunio C Hamano2008-08-242-0/+28
|\ \ \
| * | | Respect core.autocrlf in combined diffAlexander Gavrilov2008-08-232-0/+28
* | | | Merge branch 'mv/maint-merge-fix' into maintJunio C Hamano2008-08-244-8/+32
|\ \ \ \
| * | | | merge: fix numerus bugs around "trivial merge" areaJunio C Hamano2008-08-234-8/+32
| |/ / /
* | | | Documentation: clarify pager configurationJonathan Nieder2008-08-242-3/+9
* | | | Documentation: clarify pager.<cmd> configurationJonathan Nieder2008-08-241-3/+5
* | | | Clean up the git-p4 documentationSimon Hausmann2008-08-241-31/+38
* | | | Makefile: enable SNPRINTF_RETURNS_BOGUS for HP-UXMiklos Vajna2008-08-231-0/+1
|/ / /
* | | unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano2008-08-233-2/+6
* | | git-p4: Fix one-liner in p4_write_pipe function.Tor Arvid Lund2008-08-221-1/+1
* | | Completion: add missing '=' for 'diff --diff-filter'Eric Raible2008-08-221-1/+1
* | | Fix 'git help help'Miklos Vajna2008-08-211-1/+2
|/ /
* | compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey2008-08-211-0/+4
* | git-svn: fix dcommit to urls with embedded usernamesEric Wong2008-08-201-3/+5
* | revision.h: make show_early_output an extern which is defined in revision.cBrandon Casey2008-08-201-1/+1
* | Update draft release notes for 1.6.0.1Junio C Hamano2008-08-201-2/+18
* | Add hints to revert documentation about other ways to undo changesTarmigan Casebolt2008-08-201-0/+9
* | Install templates with the user and group of the installing personalityJohannes Sixt2008-08-201-1/+1
* | "git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano2008-08-202-1/+11
* | completion: find out supported merge strategies correctlyJunio C Hamano2008-08-201-6/+8
* | decorate: allow const objects to be decoratedJeff King2008-08-202-8/+9
* | for-each-ref: cope with tags with incomplete linesJunio C Hamano2008-08-202-1/+13
* | diff --check: do not get confused by new blank lines in the middleJunio C Hamano2008-08-202-0/+12
* | remote.c: remove useless if-before-free testJim Meyering2008-08-191-2/+1
* | mailinfo: avoid violating strbuf assertionJeff King2008-08-194-1/+25
* | git format-patch: avoid underrun when format.headers is empty or all NLsJim Meyering2008-08-191-1/+1
* | t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'Brandon Casey2008-08-181-4/+6
* | adapt git-cvsserver manpage to dash-free syntaxRobert Schiele2008-08-181-4/+4
* | mailinfo: re-fix MIME multipart boundary parsingDon Zickus2008-08-182-3/+4
* | Start 1.6.0.X maintenance seriesJunio C Hamano2008-08-172-1/+16
* | GIT 1.6.0v1.6.0Junio C Hamano2008-08-173-13/+17
* | Merge git-gui 0.11.0Junio C Hamano2008-08-171-1/+1
|\ \
| * | git-gui 0.11gitgui-0.11.0Shawn O. Pearce2008-08-101-1/+1
* | | Merge branch 'ak/p4'Junio C Hamano2008-08-172-28/+124
|\ \ \
| * | | Utilise our new p4_read_pipe and p4_write_pipe wrappersAnand Kumria2008-08-141-3/+3
| * | | Add p4 read_pipe and write_pipe wrappersAnand Kumria2008-08-141-0/+7
| * | | Put in the two other configuration elements found in the sourceAnand Kumria2008-08-111-0/+8
| * | | Put some documentation in about the parameters that have been addedAnand Kumria2008-08-111-0/+32
| * | | Move git-p4.syncFromOrigin into a configuration parameters sectionAnand Kumria2008-08-111-12/+16
| * | | Consistently use 'git-p4' for the configuration entriesAnand Kumria2008-08-111-1/+1
| * | | If the user has configured various parameters, use them.Anand Kumria2008-08-111-1/+23
| * | | Switch to using 'p4_build_cmd'Anand Kumria2008-08-111-7/+3
| * | | If we are in verbose mode, output what we are about to run (or return)Anand Kumria2008-08-111-0/+2
| * | | Add a single command that will be used to construct the 'p4' commandAnand Kumria2008-08-111-0/+11
| * | | Utilise the new 'p4_system' function.Anand Kumria2008-08-111-9/+9
| * | | Have a command that specifically invokes 'p4' (via system)Anand Kumria2008-08-111-0/+7