summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-16Merge git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-6/+8
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazyLibravatar Marcus Griep1-2/+7
2008-08-16Documentation: document the pager.* configuration settingLibravatar Miklos Vajna1-0/+5
2008-08-16git-stash: improve synopsis in help and manual pageLibravatar Stephan Beyer2-4/+17
2008-08-16Makefile: building git in cygwin 1.7.0Libravatar Eric Blake1-1/+1
2008-08-16git-am: ignore --binary optionLibravatar Stephan Beyer3-19/+9
2008-08-16bash-completion: Add non-command git help files to bash-completionLibravatar Marcus Griep1-1/+5
2008-08-15Fix t3700 on filesystems which do not support question marks in namesLibravatar Alex Riesen1-4/+4
2008-08-14Utilise our new p4_read_pipe and p4_write_pipe wrappersLibravatar Anand Kumria1-3/+3
2008-08-14Add p4 read_pipe and write_pipe wrappersLibravatar Anand Kumria1-0/+7
2008-08-14bash completion: Add '--merge' long option for 'git log'Libravatar Lee Marlow1-0/+1
2008-08-14bash completion: Add completion for 'git mergetool'Libravatar Lee Marlow1-0/+20
2008-08-14git format-patch documentation: clarify what --cover-letter doesLibravatar Matt McCutchen1-3/+3
2008-08-14bash completion: 'git apply' should use 'fix' not 'strip'Libravatar Eric Raible1-1/+1
2008-08-13Merge branch 'maint'Libravatar Junio C Hamano3-5/+13
2008-08-13t5304-prune: adjust file mtime based on system time rather than file mtimeLibravatar Brandon Casey1-4/+4
2008-08-13test-parse-options: use appropriate cast in length_callbackLibravatar Brandon Casey1-1/+1
2008-08-13Fix escaping of glob special characters in pathspecsLibravatar Kevin Ballard2-1/+9
2008-08-13rebase -i -p: fix parent rewritingLibravatar Thomas Rast2-4/+14
2008-08-13rebase -i -p: handle index and workdir correctlyLibravatar Thomas Rast2-2/+18
2008-08-12GIT 1.6.0-rc3Libravatar Junio C Hamano1-2/+2
2008-08-12Merge branch 'maint'Libravatar Junio C Hamano1-0/+2
2008-08-12Do not talk about "diff" in rev-list documentation.Libravatar Junio C Hamano1-0/+2
2008-08-12Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano2-36/+156
2008-08-12git-svn: Reduce temp file usage when dealing with non-linksLibravatar Marcus Griep1-24/+22
2008-08-12git-svn: Make it incrementally faster by minimizing temp filesLibravatar Marcus Griep1-17/+18
2008-08-12Git.pm: Add faculties to allow temp files to be cachedLibravatar Marcus Griep1-2/+123
2008-08-12Documentation: rev-list-options: Rewrite simplification descriptions for clarityLibravatar Thomas Rast1-17/+136
2008-08-12Teach git diff about BibTeX head hunk patternsLibravatar Gustaf Hendeby2-0/+3
2008-08-12gitattributes: Document built in hunk header patternsLibravatar Gustaf Hendeby1-3/+10
2008-08-12git-daemon: SysV needs the signal handler reinstated.Libravatar Stephen R. van den Berg1-0/+1
2008-08-11diff --check: do not unconditionally complain about trailing empty linesLibravatar Junio C Hamano2-2/+21
2008-08-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2008-08-11Put in the two other configuration elements found in the sourceLibravatar Anand Kumria1-0/+8
2008-08-11Put some documentation in about the parameters that have been addedLibravatar Anand Kumria1-0/+32
2008-08-11Move git-p4.syncFromOrigin into a configuration parameters sectionLibravatar Anand Kumria1-12/+16
2008-08-11Consistently use 'git-p4' for the configuration entriesLibravatar Anand Kumria1-1/+1
2008-08-11If the user has configured various parameters, use them.Libravatar Anand Kumria1-1/+23
2008-08-11Switch to using 'p4_build_cmd'Libravatar Anand Kumria1-7/+3
2008-08-11If we are in verbose mode, output what we are about to run (or return)Libravatar Anand Kumria1-0/+2
2008-08-11Add a single command that will be used to construct the 'p4' commandLibravatar Anand Kumria1-0/+11
2008-08-11Utilise the new 'p4_system' function.Libravatar Anand Kumria1-9/+9
2008-08-11Have a command that specifically invokes 'p4' (via system)Libravatar Anand Kumria1-0/+7
2008-08-11Utilise the new 'p4_read_pipe_lines' commandLibravatar Anand Kumria1-2/+2
2008-08-11Create a specific version of the read_pipe_lines command for p4 invocationsLibravatar Anand Kumria1-0/+7
2008-08-11Documentation: rev-list-options: Fix a typoLibravatar Thomas Rast1-1/+1
2008-08-11Adjust for the new way of enabling the default post-update hookLibravatar Petr Baudis4-14/+21
2008-08-11git-bisect: fix wrong usage of read(1)Libravatar Francis Moreau1-1/+2
2008-08-11Fix typo in comments of longest_ancestor_length()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2008-08-11Merge branch 'maint'Libravatar Junio C Hamano1-2/+1