summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-14xdiff-interface: hide the whole "xdiff_emit_state" business from the callerLibravatar Junio C Hamano5-39/+33
2008-08-13Use strbuf for struct xdiff_emit_state's remainderLibravatar Brian Downing2-24/+12
2008-08-13Make xdi_diff_outf interface for running xdiff_outf diffsLibravatar Brian Downing5-23/+23
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-11checkout --track: make up a sensible branch name if '-b' was omittedLibravatar Johannes Schindelin3-4/+38
2008-08-11Merge branch 'maint'Libravatar Junio C Hamano1-2/+1
2008-08-11Re-fix rev-list-options documentationLibravatar Junio C Hamano1-2/+1
2008-08-11Add test for diff-tree --stdin with two treesLibravatar Karl Hasselström1-0/+14
2008-08-11Teach git diff-tree --stdin to diff treesLibravatar Karl Hasselström2-9/+39
2008-08-11diff-tree: Note that the commit ID is printed with --stdinLibravatar Karl Hasselström1-3/+7