summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-20Fix up duplicate parents removalLibravatar Linus Torvalds1-5/+6
2007-07-20gitweb cleanup: Move @diff_opts declaration earlierLibravatar Jakub Narebski1-10/+10
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesLibravatar Adam Roben10-23/+129
2007-07-20Document how to tell git to not launch a pagerLibravatar Steven Grimm1-1/+3
2007-07-18Rename read_pipe() with read_fd() and make its buffer nul-terminated.Libravatar Carlos Rica4-9/+20
2007-07-18Merge branch 'master' of git://people.freedesktop.org/~hausmann/git-p4Libravatar Junio C Hamano1-59/+70
2007-07-18filter-branch: get rid of "set -e"Libravatar Johannes Schindelin1-14/+17
2007-07-18git-svn: Minimalistic patch which allows svn usernames with space(s).Libravatar Richard MUSIL1-1/+1
2007-07-18Do a better job at guessing unknown character setsLibravatar Linus Torvalds1-4/+29
2007-07-18Document "git stash message..."Libravatar しらいしななこ1-4/+7
2007-07-18unpack-trees.c: assume submodules are clean during check-outLibravatar Sven Verdoolaege2-25/+59
2007-07-18Merge branch 'maint'Libravatar Junio C Hamano2-7/+36
2007-07-18Force listingblocks to be monospaced in manpagesLibravatar Julian Phillips1-0/+6
2007-07-18git-p4: Cleanup, used common function for listing imported p4 branchesLibravatar Simon Hausmann1-21/+5
2007-07-18git-p4: Fix upstream branch detection for submit/rebase with multiple branches.Libravatar Simon Hausmann1-12/+17
2007-07-18git-p4: Cleanup, make listExistingP4Branches a global function for later use.Libravatar Simon Hausmann1-0/+23
2007-07-18Do not expect unlink(2) to fail on a directory.Libravatar Junio C Hamano1-7/+30
2007-07-17Update INSTALLLibravatar Junio C Hamano1-4/+3
2007-07-17git-p4: input to "p4 files" by stdin instead of argumentsLibravatar Scott Lamb1-21/+7
2007-07-17git-p4: use subprocess in p4CmdListLibravatar Scott Lamb1-5/+18
2007-07-16Fix git-branch documentation when using remote refsLibravatar Francis Moreau1-2/+2
2007-07-15git-svn: fix commiting renames over DAV with funky file namesLibravatar Eric Wong4-0/+194
2007-07-15contrib/emacs/Makefile: Also install .el files.Libravatar David Kastrup1-1/+1
2007-07-15GIT v1.5.3-rc2Libravatar Junio C Hamano1-1/+15
2007-07-15Demote git-p4import to contrib status.Libravatar Sean3-0/+1
2007-07-15Remove p4 rpm from git.spec.in.Libravatar Sean1-20/+9
2007-07-15Remove "WITH_P4IMPORT" knob from the MakefileLibravatar Sean1-26/+0
2007-07-14git-cvsserver: detect/diagnose write failure, etc.Libravatar Jim Meyering1-17/+33
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Libravatar Emil Medve5-43/+48
2007-07-14Merge branch 'master' of git://repo.or.cz/git/fastimportLibravatar Junio C Hamano4-10/+200
2007-07-14Documentation/git-commit-tree: remove description of a nonexistent limitationLibravatar Junio C Hamano1-1/+1
2007-07-14Make every builtin-*.c file #include "builtin.h"Libravatar Peter Hagervall12-5/+17
2007-07-15Teach fast-import to recursively copy files/directoriesLibravatar Shawn O. Pearce3-9/+195
2007-07-14Fix git-p4 on Windows to not use the Posix sysconf function.Libravatar Marius Storm-Olsen1-1/+5
2007-07-14git-svn: remove leading slashes from fetch lines in the generate configLibravatar Eric Wong1-1/+4
2007-07-14Update .mailmapLibravatar Junio C Hamano1-0/+3
2007-07-14Add contrib/stats/mailmap.pl scriptLibravatar Junio C Hamano1-0/+38
2007-07-14Remove useless uses of cat, and replace with filename argumentsLibravatar Josh Triplett4-7/+8
2007-07-13More permissive "git-rm --cached" behavior without -f.Libravatar Matthieu Moy3-7/+62
2007-07-13Document new --date=<format>Libravatar Junio C Hamano1-2/+9
2007-07-13Wire new date formats to --date=<format> parser.Libravatar Junio C Hamano1-0/+8
2007-07-13Make show_rfc2822_date() just another date output format.Libravatar Junio C Hamano5-24/+21
2007-07-13Support output ISO 8601 format datesLibravatar Robin Rosenberg4-2/+15
2007-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkLibravatar Junio C Hamano1-3/+3
2007-07-13Fix git-rebase -i to allow squashing of fast-forwardable commitsLibravatar Alex Riesen1-2/+3
2007-07-13lockfile.c: schedule remove_lock_file only once.Libravatar Sven Verdoolaege1-4/+4
2007-07-13send-email: discard blank around address in extract_valid_address as well.Libravatar Stephen Rothwell1-1/+1
2007-07-12make git-send-email.perl handle email addresses with no names when Email::Val...Libravatar Greg KH1-0/+1
2007-07-13gitk: Fix bug introduced by previous commitLibravatar Paul Mackerras1-3/+3
2007-07-12Document git commit --untracked-files and --verboseLibravatar Jakub Narebski1-1/+14