summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-25gitattributes.txt: Path matching rules are explained in gitignore.txtLibravatar Johannes Sixt1-6/+7
2009-02-25sha1_file.c: fix typoLibravatar Felipe Contreras1-1/+1
2009-02-25git add: trivial codestyle cleanupLibravatar Felipe Contreras1-1/+1
2009-02-25README: fix path to "gitcvs-migration.txt" and be more consistentLibravatar Christian Couder1-3/+11
2009-02-25trace: Fixed a minor typo in an error message.Libravatar Allan Caffee1-1/+1
2009-02-25Docs: Expand explanation of the use of + in git push refspecs.Libravatar Marc Branchaud1-5/+31
2009-02-25git-quiltimport: preserve standard input to be able to read user inputLibravatar Gerrit Pape1-2/+2
2009-02-25never fallback relative times to absoluteLibravatar Jeff King1-1/+19
2009-02-24Install builtins with the user and group of the installing personalityLibravatar Gerrit Pape1-2/+2
2009-02-24Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano1-1/+7
2009-02-24Convert git-* invocations to "git *" in the svnimport example.Libravatar Abhijit Menon-Sen1-18/+18
2009-02-24git-svn fix to avoid using strftime %zLibravatar Ben Walton1-1/+7
2009-02-23send-email: don't create temporary compose file until it is neededLibravatar Jay Soffian1-9/+11
2009-02-23Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano4-2/+225
2009-02-23git-p4: avoid syncing duplicate changesLibravatar Pete Wyckoff1-5/+6
2009-02-23git-svn: read the dcommit url from the config file on a per remote basisLibravatar Peter Oberndorfer2-1/+15
2009-02-22git-svn: fix delete+add branch tracking with empty filesLibravatar Eric Wong3-0/+205
2009-02-22git-svn: Create leading directories in create-ignoreLibravatar Brian Gernhardt1-1/+5
2009-02-21Merge branch 'for-junio' of git://source.winehq.org/~julliard/git/gitLibravatar Junio C Hamano2-15/+61
2009-02-21Add a README in the contrib/emacs directory.Libravatar Alexandre Julliard1-0/+39
2009-02-21git.el: Improve the confirmation message on remove and revert.Libravatar Alexandre Julliard1-2/+6
2009-02-21git.el: Make sure that file lists are sorted as they are created.Libravatar Alexandre Julliard1-13/+16
2009-02-20Support 'raw' date formatLibravatar Linus Torvalds3-2/+12
2009-02-19Merge branch 'maint'Libravatar Junio C Hamano6-4/+38
2009-02-19More friendly message when locking the index fails.Libravatar Matthieu Moy3-3/+17
2009-02-19Document git blame --reverse.Libravatar Matthieu Moy2-1/+8
2009-02-19gitweb: Hyperlink multiple git hashes on the same commit message lineLibravatar Marcel M. Cary1-7/+5
2009-02-19system_path(): simplify using strip_path_suffix(), and add suffix "git"Libravatar Johannes Schindelin1-29/+4
2009-02-19Introduce the function strip_path_suffix()Libravatar Johannes Schindelin4-0/+47
2009-02-18Documentation: Note file formats send-email acceptsLibravatar Todd Zullinger1-0/+13
2009-02-18Merge branch 'maint'Libravatar Junio C Hamano6-4/+12
2009-02-18tests: fix "export var=val"Libravatar Junio C Hamano2-3/+3
2009-02-18filter-branch -d: Export GIT_DIR earlierLibravatar Lars Noschinski2-6/+18
2009-02-18disallow providing multiple upstream branches to rebase, pull --rebaseLibravatar Jay Soffian2-0/+6
2009-02-18Skip timestamp differences for diff --no-indexLibravatar Michael Spang3-0/+8
2009-02-18git-add -i/-p: learn to unwrap C-quoted pathsLibravatar Junio C Hamano2-10/+52
2009-02-18git-svn: fix parsing of timestamp obtained from svnLibravatar Junio C Hamano1-1/+1
2009-02-18gitweb: Fix warnings with override permitted but no repo overrideLibravatar Marcel M. Cary2-7/+27
2009-02-18Documentation/git-push: --all, --mirror, --tags can not be combinedLibravatar Gerrit Pape1-1/+1
2009-02-18bash completion: only show 'log --merge' if mergingLibravatar Thomas Rast1-1/+6
2009-02-18bash completion: refactor common log, shortlog and gitk optionsLibravatar Thomas Rast1-15/+34
2009-02-16gitweb: fix wrong base URL when non-root DirectoryIndexLibravatar Giuseppe Bilotta2-8/+26
2009-02-16bash: update 'git svn' optionsLibravatar SZEDER Gábor1-6/+25
2009-02-16bash: add missing 'git merge' optionsLibravatar SZEDER Gábor1-0/+1
2009-02-15git-svn: Fix for rewriteRoot URL containing username.Libravatar Dévai Tamás1-0/+1
2009-02-15builtin-receive-pack.c: fix compiler warnings about format stringLibravatar René Scharfe1-2/+2
2009-02-15RelNotes UpdateLibravatar Junio C Hamano1-4/+26
2009-02-15Merge branch 'mc/setup-cd-p'Libravatar Junio C Hamano2-23/+10
2009-02-15Merge branch 'ff/submodule-no-fetch'Libravatar Junio C Hamano2-4/+22
2009-02-15Merge branch 'ms/mailmap'Libravatar Junio C Hamano15-130/+644