summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* "git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano2008-08-212-1/+11
* completion: find out supported merge strategies correctlyJunio C Hamano2008-08-211-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-201-2/+1
* mailinfo: avoid violating strbuf assertionJeff King2008-08-204-1/+25
* git format-patch: avoid underrun when format.headers is empty or all NLsJim Meyering2008-08-201-1/+1
* t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'Brandon Casey2008-08-191-4/+6
* adapt git-cvsserver manpage to dash-free syntaxRobert Schiele2008-08-191-4/+4
* mailinfo: re-fix MIME multipart boundary parsingDon Zickus2008-08-192-3/+4
* Start 1.6.0.X maintenance seriesJunio C Hamano2008-08-182-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-151-3/+3
| * | Add p4 read_pipe and write_pipe wrappersAnand Kumria2008-08-151-0/+7
| * | Put in the two other configuration elements found in the sourceAnand Kumria2008-08-121-0/+8
| * | Put some documentation in about the parameters that have been addedAnand Kumria2008-08-121-0/+32
| * | Move git-p4.syncFromOrigin into a configuration parameters sectionAnand Kumria2008-08-121-12/+16
| * | Consistently use 'git-p4' for the configuration entriesAnand Kumria2008-08-121-1/+1
| * | If the user has configured various parameters, use them.Anand Kumria2008-08-121-1/+23
| * | Switch to using 'p4_build_cmd'Anand Kumria2008-08-121-7/+3
| * | If we are in verbose mode, output what we are about to run (or return)Anand Kumria2008-08-121-0/+2
| * | Add a single command that will be used to construct the 'p4' commandAnand Kumria2008-08-121-0/+11
| * | Utilise the new 'p4_system' function.Anand Kumria2008-08-121-9/+9
| * | Have a command that specifically invokes 'p4' (via system)Anand Kumria2008-08-121-0/+7
| * | Utilise the new 'p4_read_pipe_lines' commandAnand Kumria2008-08-121-2/+2
| * | Create a specific version of the read_pipe_lines command for p4 invocationsAnand Kumria2008-08-121-0/+7
* | | git-p4: chdir now properly sets PWD environment variable in msysGitRobert Blum2008-08-171-4/+9
* | | Improve error output of git-rebaseStephan Beyer2008-08-171-5/+16
* | | t9300: replace '!' with test_must_failMiklos Vajna2008-08-171-2/+2
* | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2008-08-171-6/+8
|\ \ \
| * | | gitk: Allow safely calling nukefile from a run queue handlerAlexander Gavrilov2008-08-111-6/+8
* | | | Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep2008-08-161-2/+7
* | | | Documentation: document the pager.* configuration settingMiklos Vajna2008-08-161-0/+5
* | | | git-stash: improve synopsis in help and manual pageStephan Beyer2008-08-162-4/+17
* | | | Makefile: building git in cygwin 1.7.0Eric Blake2008-08-161-1/+1
* | | | git-am: ignore --binary optionStephan Beyer2008-08-163-19/+9
* | | | bash-completion: Add non-command git help files to bash-completionMarcus Griep2008-08-161-1/+5
* | | | Fix t3700 on filesystems which do not support question marks in namesAlex Riesen2008-08-151-4/+4
* | | | bash completion: Add '--merge' long option for 'git log'Lee Marlow2008-08-151-0/+1
* | | | bash completion: Add completion for 'git mergetool'Lee Marlow2008-08-151-0/+20
* | | | git format-patch documentation: clarify what --cover-letter doesMatt McCutchen2008-08-151-3/+3
* | | | bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible2008-08-151-1/+1
* | | | Merge branch 'maint'Junio C Hamano2008-08-143-5/+13
|\ \ \ \
| * | | | t5304-prune: adjust file mtime based on system time rather than file mtimeBrandon Casey2008-08-141-4/+4
| * | | | Fix escaping of glob special characters in pathspecsKevin Ballard2008-08-142-1/+9
* | | | | test-parse-options: use appropriate cast in length_callbackBrandon Casey2008-08-141-1/+1