summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano2007-07-252-15/+11
* When locking in a symlinked repository, try to lock the original.Junio C Hamano2007-07-251-0/+13
* git-submodule: remove redundant call to git-describeJunio C Hamano2007-07-251-1/+0
* git-p4: Fix p4 user cache population on Windows.Simon Hausmann2007-07-251-1/+2
* git-submodule module_name: avoid using unwieldy "value_regexp" feature.Junio C Hamano2007-07-251-2/+5
* gitweb: fix broken snapshotJunio C Hamano2007-07-251-1/+1
* Make sure git-stash works from subdirectory.Junio C Hamano2007-07-252-0/+8
* Document --unified/-U optionRobin Rosenberg2007-07-251-0/+7
* GIT 1.5.3-rc3v1.5.3-rc3Junio C Hamano2007-07-251-3/+33
* git.el: Pass an explicit argument to enable smerge-mode.Alexandre Julliard2007-07-251-1/+1
* pretty-options.txt: tiny doc fixJim Meyering2007-07-251-2/+2
* t9200: Be careful when checking CVS/EntriesJunio C Hamano2007-07-251-25/+39
* git am: skip pine's internal folder dataJohannes Schindelin2007-07-241-0/+6
* Teach git-commit about commit message templates.Steven Grimm2007-07-246-5/+163
* Teach approxidate() to understand "never"Johannes Schindelin2007-07-241-0/+9
* git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin2007-07-243-7/+9
* send-email: Update regex parsing for pine aliasesKumar Gala2007-07-241-1/+1
* cvsexportcommit: avoid racy CVS problem.Robin Rosenberg2007-07-241-0/+5
* cleanup unpack-trees.c: shrink struct tree_entry_listRené Scharfe2007-07-241-9/+3
* filter-branch: fix dash complaining about "Missing '))'"René Scharfe2007-07-241-1/+1
* gitweb: More detailed error messages for snapshot formatJakub Narebski2007-07-241-3/+10
* git.el: Support for incremental status updates.Alexandre Julliard2007-07-241-111/+113
* user-manual: fix typolets.Junio C Hamano2007-07-241-4/+4
* Mark user-manual as UTF-8Junio C Hamano2007-07-242-1/+6
* Teach revision machinery about --no-walkJohannes Schindelin2007-07-232-0/+17
* filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin2007-07-233-60/+182
* rebase -i: exchange all "if [ .. ]" by "if test .."Johannes Schindelin2007-07-231-7/+7
* Shut "git rebase -i" up when no --verbose was givenJohannes Schindelin2007-07-231-16/+34
* mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'Johannes Schindelin2007-07-231-0/+2
* gitweb: Fix support for legacy gitweb config for snapshotsJakub Narebski2007-07-221-7/+20
* fsck --lost-found: write blob's contents, not their SHA-1Johannes Schindelin2007-07-222-3/+15
* Avoid to duplicate commit message when is not encodedMarco Costalba2007-07-221-1/+4
* Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpJunio C Hamano2007-07-222-5/+8
* Documentation/gitignore.txt: Fix the seriously misleading priority explanationDavid Kastrup2007-07-211-8/+14
* Fix VISUAL/EDITOR preference order in Documentation/config.txt.Junio C Hamano2007-07-211-2/+2
* gitweb: snapshot cleanups & support for offering multiple formatsMatt McCutchen2007-07-211-50/+116
* rebase -i: call editor just once for a multi-squashJohannes Schindelin2007-07-212-10/+55
* Fix up duplicate parents removalLinus Torvalds2007-07-201-5/+6
* gitweb cleanup: Move @diff_opts declaration earlierJakub Narebski2007-07-201-10/+10
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-2010-23/+129
* Document how to tell git to not launch a pagerSteven Grimm2007-07-201-1/+3
* Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica2007-07-184-9/+20
* Merge branch 'master' of git://people.freedesktop.org/~hausmann/git-p4Junio C Hamano2007-07-181-59/+70
|\
| * git-p4: Cleanup, used common function for listing imported p4 branchesSimon Hausmann2007-07-181-21/+5
| * git-p4: Fix upstream branch detection for submit/rebase with multiple branches.Simon Hausmann2007-07-181-12/+17
| * git-p4: Cleanup, make listExistingP4Branches a global function for later use.Simon Hausmann2007-07-181-0/+23
| * git-p4: input to "p4 files" by stdin instead of argumentsScott Lamb2007-07-171-21/+7
| * git-p4: use subprocess in p4CmdListScott Lamb2007-07-171-5/+18
* | filter-branch: get rid of "set -e"Johannes Schindelin2007-07-181-14/+17
* | git-svn: Minimalistic patch which allows svn usernames with space(s).Richard MUSIL2007-07-181-1/+1