15648 Commits (373a273309433d66d56505f0a125434c57fa508d)
 

Author SHA1 Message Date
Junio C Hamano 373a273309 Merge git-gui 0.11.0 16 years ago
Junio C Hamano a1975c4fea Merge branch 'ak/p4' 16 years ago
Robert Blum 053fd0c1c3 git-p4: chdir now properly sets PWD environment variable in msysGit 16 years ago
Stephan Beyer 9b752a6e31 Improve error output of git-rebase 16 years ago
Miklos Vajna 20a55f4b2e t9300: replace '!' with test_must_fail 16 years ago
Junio C Hamano a0d74d160f Merge git://git.kernel.org/pub/scm/gitk/gitk 16 years ago
Marcus Griep c14c8ceb13 Git.pm: Make File::Spec and File::Temp requirement lazy 16 years ago
Miklos Vajna 4370c2d620 Documentation: document the pager.* configuration setting 16 years ago
Stephan Beyer a5ab00c5d2 git-stash: improve synopsis in help and manual page 16 years ago
Eric Blake 0d768f7c8f Makefile: building git in cygwin 1.7.0 16 years ago
Stephan Beyer cb3a160d60 git-am: ignore --binary option 16 years ago
Marcus Griep 2946cccfdf bash-completion: Add non-command git help files to bash-completion 16 years ago
Alex Riesen 8134a003e0 Fix t3700 on filesystems which do not support question marks in names 16 years ago
Anand Kumria a7d3ef9d09 Utilise our new p4_read_pipe and p4_write_pipe wrappers 16 years ago
Anand Kumria d9429194f6 Add p4 read_pipe and write_pipe wrappers 16 years ago
Lee Marlow 5a13c8f6f7 bash completion: Add '--merge' long option for 'git log' 16 years ago
Lee Marlow b4c72162f6 bash completion: Add completion for 'git mergetool' 16 years ago
Matt McCutchen f491239170 git format-patch documentation: clarify what --cover-letter does 16 years ago
Eric Raible 7950659dc9 bash completion: 'git apply' should use 'fix' not 'strip' 16 years ago
Junio C Hamano a0653d5505 Merge branch 'maint' 16 years ago
Brandon Casey 21926fe885 t5304-prune: adjust file mtime based on system time rather than file mtime 16 years ago
Brandon Casey 8caa3acf3a test-parse-options: use appropriate cast in length_callback 16 years ago
Kevin Ballard ea335b56d4 Fix escaping of glob special characters in pathspecs 16 years ago
Thomas Rast a96dc01e21 rebase -i -p: fix parent rewriting 16 years ago
Thomas Rast 71d9451e06 rebase -i -p: handle index and workdir correctly 16 years ago
Junio C Hamano 65f59e2998 GIT 1.6.0-rc3 16 years ago
Junio C Hamano fc721b699b Merge branch 'maint' 16 years ago
Junio C Hamano 9612e74342 Do not talk about "diff" in rev-list documentation. 16 years ago
Junio C Hamano c67a9e2682 Merge git://git.bogomips.org/git-svn 16 years ago
Marcus Griep 510b0945d0 git-svn: Reduce temp file usage when dealing with non-links 16 years ago
Marcus Griep 0b19138ba3 git-svn: Make it incrementally faster by minimizing temp files 16 years ago
Marcus Griep e41352b24e Git.pm: Add faculties to allow temp files to be cached 16 years ago
Thomas Rast 70d9895ebc Documentation: rev-list-options: Rewrite simplification descriptions for clarity 16 years ago
Gustaf Hendeby 23b5beb28f Teach git diff about BibTeX head hunk patterns 16 years ago
Gustaf Hendeby d08ed6d692 gitattributes: Document built in hunk header patterns 16 years ago
Stephen R. van den Berg bd7b371e9c git-daemon: SysV needs the signal handler reinstated. 16 years ago
Junio C Hamano 04c6e9e9ca diff --check: do not unconditionally complain about trailing empty lines 16 years ago
Junio C Hamano 7e4ad90872 Merge branch 'maint' 16 years ago
Anand Kumria 5b5aa22f00 Put in the two other configuration elements found in the source 16 years ago
Anand Kumria b87a659635 Put some documentation in about the parameters that have been added 16 years ago
Anand Kumria bc02acfc76 Move git-p4.syncFromOrigin into a configuration parameters section 16 years ago
Anand Kumria 3cafb7d8ce Consistently use 'git-p4' for the configuration entries 16 years ago
Anand Kumria abcaf07360 If the user has configured various parameters, use them. 16 years ago
Anand Kumria 155af83491 Switch to using 'p4_build_cmd' 16 years ago
Anand Kumria ee06427aa6 If we are in verbose mode, output what we are about to run (or return) 16 years ago
Anand Kumria 21a5075385 Add a single command that will be used to construct the 'p4' command 16 years ago
Anand Kumria 87b611d5fd Utilise the new 'p4_system' function. 16 years ago
Anand Kumria bf9320f151 Have a command that specifically invokes 'p4' (via system) 16 years ago
Anand Kumria b340fa4301 Utilise the new 'p4_read_pipe_lines' command 16 years ago
Anand Kumria 2318121bab Create a specific version of the read_pipe_lines command for p4 invocations 16 years ago