summaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-26Make sure git-stash works from subdirectory.Junio C Hamano2-0/+8
2007-07-25Document --unified/-U optionRobin Rosenberg1-0/+7
2007-07-25GIT 1.5.3-rc3v1.5.3-rc3Junio C Hamano1-3/+33
2007-07-25git.el: Pass an explicit argument to enable smerge-mode.Alexandre Julliard1-1/+1
2007-07-25pretty-options.txt: tiny doc fixJim Meyering1-2/+2
2007-07-25t9200: Be careful when checking CVS/EntriesJunio C Hamano1-25/+39
2007-07-25git am: skip pine's internal folder dataJohannes Schindelin1-0/+6
2007-07-25Teach git-commit about commit message templates.Steven Grimm6-5/+163
2007-07-25Teach approxidate() to understand "never"Johannes Schindelin1-0/+9
2007-07-25git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin3-7/+9
2007-07-25send-email: Update regex parsing for pine aliasesKumar Gala1-1/+1
2007-07-25cvsexportcommit: avoid racy CVS problem.Robin Rosenberg1-0/+5
2007-07-25cleanup unpack-trees.c: shrink struct tree_entry_listRené Scharfe1-9/+3
2007-07-25filter-branch: fix dash complaining about "Missing '))'"René Scharfe1-1/+1
2007-07-25gitweb: More detailed error messages for snapshot formatJakub Narebski1-3/+10
2007-07-24git.el: Support for incremental status updates.Alexandre Julliard1-111/+113
2007-07-24user-manual: fix typolets.Junio C Hamano1-4/+4
2007-07-24Mark user-manual as UTF-8Junio C Hamano2-1/+6
2007-07-24Teach revision machinery about --no-walkJohannes Schindelin2-0/+17
2007-07-24filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin3-60/+182
2007-07-24rebase -i: exchange all "if [ .. ]" by "if test .."Johannes Schindelin1-7/+7
2007-07-24Shut "git rebase -i" up when no --verbose was givenJohannes Schindelin1-16/+34
2007-07-24mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'Johannes Schindelin1-0/+2
2007-07-23gitweb: Fix support for legacy gitweb config for snapshotsJakub Narebski1-7/+20
2007-07-23fsck --lost-found: write blob's contents, not their SHA-1Johannes Schindelin2-3/+15
2007-07-22Avoid to duplicate commit message when is not encodedMarco Costalba1-1/+4
2007-07-22Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano2-5/+8
2007-07-22Documentation/gitignore.txt: Fix the seriously misleading priority explanationDavid Kastrup1-8/+14
2007-07-22Fix VISUAL/EDITOR preference order in Documentation/config.txt.Junio C Hamano1-2/+2
2007-07-22gitweb: snapshot cleanups & support for offering multiple formatsMatt McCutchen1-50/+116
2007-07-22rebase -i: call editor just once for a multi-squashJohannes Schindelin2-10/+55
2007-07-21Fix up duplicate parents removalLinus Torvalds1-5/+6
2007-07-20gitweb cleanup: Move @diff_opts declaration earlierJakub Narebski1-10/+10
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben10-23/+129
2007-07-20Document how to tell git to not launch a pagerSteven Grimm1-1/+3
2007-07-19Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica4-9/+20
2007-07-19filter-branch: get rid of "set -e"Johannes Schindelin1-14/+17
2007-07-19git-svn: Minimalistic patch which allows svn usernames with space(s).Richard MUSIL1-1/+1
2007-07-19Do a better job at guessing unknown character setsLinus Torvalds1-4/+29
2007-07-19Document "git stash message..."しらいしななこ1-4/+7
2007-07-19unpack-trees.c: assume submodules are clean during check-outSven Verdoolaege2-25/+59
2007-07-19Force listingblocks to be monospaced in manpagesJulian Phillips1-0/+6
2007-07-18git-p4: Cleanup, used common function for listing imported p4 branchesSimon Hausmann1-21/+5
2007-07-18git-p4: Fix upstream branch detection for submit/rebase with multiple branches.Simon Hausmann1-12/+17
2007-07-18git-p4: Cleanup, make listExistingP4Branches a global function for later use.Simon Hausmann1-0/+23
2007-07-18Do not expect unlink(2) to fail on a directory.Junio C Hamano1-7/+30
2007-07-17Update INSTALLJunio C Hamano1-4/+3
2007-07-17git-p4: input to "p4 files" by stdin instead of argumentsScott Lamb1-21/+7
2007-07-17git-p4: use subprocess in p4CmdListScott Lamb1-5/+18
2007-07-17Fix git-branch documentation when using remote refsFrancis Moreau1-2/+2