summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-24git.el: Support for incremental status updates.Alexandre Julliard
2007-07-24user-manual: fix typolets.Junio C Hamano
2007-07-24Mark user-manual as UTF-8Junio C Hamano
2007-07-24Teach revision machinery about --no-walkJohannes Schindelin
2007-07-24filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin
2007-07-24rebase -i: exchange all "if [ .. ]" by "if test .."Johannes Schindelin
2007-07-24Shut "git rebase -i" up when no --verbose was givenJohannes Schindelin
2007-07-24mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'Johannes Schindelin
2007-07-22gitweb: Fix support for legacy gitweb config for snapshotsJakub Narebski
2007-07-22fsck --lost-found: write blob's contents, not their SHA-1Johannes Schindelin
2007-07-22Avoid to duplicate commit message when is not encodedMarco Costalba
2007-07-22Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano
2007-07-22Documentation/gitignore.txt: Fix the seriously misleading priority explanationDavid Kastrup
2007-07-22Fix VISUAL/EDITOR preference order in Documentation/config.txt.Junio C Hamano
2007-07-22gitweb: snapshot cleanups & support for offering multiple formatsMatt McCutchen
2007-07-21rebase -i: call editor just once for a multi-squashJohannes Schindelin
2007-07-21Fix up duplicate parents removalLinus Torvalds
2007-07-20gitweb cleanup: Move @diff_opts declaration earlierJakub Narebski
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben
2007-07-20Document how to tell git to not launch a pagerSteven Grimm
2007-07-19Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica
2007-07-19Merge branch 'master' of git://people.freedesktop.org/~hausmann/git-p4Junio C Hamano
2007-07-19filter-branch: get rid of "set -e"Johannes Schindelin
2007-07-19git-svn: Minimalistic patch which allows svn usernames with space(s).Richard MUSIL
2007-07-19Do a better job at guessing unknown character setsLinus Torvalds
2007-07-19Document "git stash message..."しらいしななこ
2007-07-19unpack-trees.c: assume submodules are clean during check-outSven Verdoolaege
2007-07-19Merge branch 'maint'Junio C Hamano
2007-07-18Force listingblocks to be monospaced in manpagesJulian Phillips
2007-07-18git-p4: Cleanup, used common function for listing imported p4 branchesSimon Hausmann
2007-07-18git-p4: Fix upstream branch detection for submit/rebase with multiple branches.Simon Hausmann
2007-07-18git-p4: Cleanup, make listExistingP4Branches a global function for later use.Simon Hausmann
2007-07-18Do not expect unlink(2) to fail on a directory.Junio C Hamano
2007-07-17Update INSTALLJunio C Hamano
2007-07-17git-p4: input to "p4 files" by stdin instead of argumentsScott Lamb
2007-07-17git-p4: use subprocess in p4CmdListScott Lamb
2007-07-17Fix git-branch documentation when using remote refsFrancis Moreau
2007-07-16git-svn: fix commiting renames over DAV with funky file namesEric Wong
2007-07-16contrib/emacs/Makefile: Also install .el files.David Kastrup
2007-07-15GIT v1.5.3-rc2v1.5.3-rc2Junio C Hamano
2007-07-15Demote git-p4import to contrib status.Sean
2007-07-15Remove p4 rpm from git.spec.in.Sean
2007-07-15Remove "WITH_P4IMPORT" knob from the MakefileSean
2007-07-15git-cvsserver: detect/diagnose write failure, etc.Jim Meyering
2007-07-15Use $(RM) in Makefiles instead of 'rm -f'Emil Medve
2007-07-15Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano
2007-07-15Documentation/git-commit-tree: remove description of a nonexistent limitationJunio C Hamano
2007-07-15Make every builtin-*.c file #include "builtin.h"Peter Hagervall
2007-07-15Teach fast-import to recursively copy files/directoriesShawn O. Pearce
2007-07-15Fix git-p4 on Windows to not use the Posix sysconf function.Marius Storm-Olsen