summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-08-03GIT 1.5.3-rc4v1.5.3-rc4Junio C Hamano1-3/+3
2007-08-03Fix bogus use of printf in t3700 testJunio C Hamano1-2/+2
2007-08-03gitweb: do not choke on recursive symlinkJunio C Hamano1-0/+1
2007-08-02Fix work-tree related breakagesJunio C Hamano1-8/+14
2007-08-02Fix documentation for core.gitproxy to reflect codeDavid Symonds2-4/+2
2007-08-02read-tree: remove unnecessary call to setup_git_directory()Johannes Schindelin1-1/+0
2007-08-02Support building on GNU/HurdThomas Schwinge1-0/+4
2007-08-02Fix style nit in Python slicing.Han-Wen Nienhuys1-3/+3
2007-08-02Sort output of "p4 change" in incremental import before furtherHan-Wen Nienhuys1-1/+1
2007-08-02RelNotes 1.5.3 updates before -rc4Junio C Hamano1-1/+13
2007-08-01When generating manpages, delete outdated targets first.David Kastrup1-0/+1
2007-08-01rebase -i: fix for optional [branch] parameterJohannes Schindelin2-1/+9
2007-08-01Try to be consistent with capitalization in the documentationSteve Hoelzer4-26/+26
2007-08-01git-commit.sh: Permit the --amend message to be given with -m/-c/-C/-F.Junio C Hamano2-6/+5
2007-08-01git-sh-setup.sh: make GIT_EDITOR/core.editor/VISUAL/EDITOR accept commandsDavid Kastrup1-2/+3
2007-08-01Hack git-add--interactive to make it work with ActiveState PerlAlex Riesen1-6/+13
2007-08-01rebase -i: ignore patches that are already in the upstreamJohannes Schindelin2-2/+18
2007-08-01get_relative_cwd(): clarify why it handles dir == NULLJohannes Schindelin1-5/+10
2007-08-01Clean up work-tree handlingJohannes Schindelin10-221/+216
2007-08-01Add set_git_dir() functionJohannes Schindelin2-0/+9
2007-08-01Add functions get_relative_cwd() and is_inside_dir()Johannes Schindelin2-0/+41
2007-08-01Add is_absolute_path() and make_absolute_path()Johannes Schindelin5-1/+98
2007-08-01--base-path-relaxed optionJens Axboe2-2/+30
2007-07-31Add test case for basic commit functionality.Kristian Høgsberg1-0/+134
2007-07-31git.el: Take into account the core.excludesfile config option.Alexandre Julliard1-5/+15
2007-07-31git.el: Avoid using ewoc-set-data for compatibility with Emacs 21.Alexandre Julliard1-1/+1
2007-07-31Make verse of git-config manpage more readableAlex Riesen1-13/+19
2007-07-31Add a test for git-config --fileAlex Riesen1-0/+6
2007-07-31Add an option to specify a file to config builtinAlex Riesen2-14/+24
2007-07-31make the name of the library directory a config optionRobert Schiele2-5/+17
2007-07-31Merge branch 'maint'Junio C Hamano1-1/+1
2007-07-31rev-list --bisect: fix allocation of "int*" instead of "int".Christian Couder1-1/+1
2007-07-31git.c: execution pathJunio C Hamano1-5/+5
2007-07-31add option to find zlib in custom pathRobert Schiele2-1/+10
2007-07-30Unset GIT_EDITOR while running tests.Junio C Hamano1-0/+1
2007-07-30add_file_to_index: skip rehashing if the cached stat already matchesJunio C Hamano1-1/+10
2007-07-30git-svn: Translate invalid characters in refnameRobert Ewald1-3/+36
2007-07-30white space fixes in setup.cJohannes Schindelin1-3/+3
2007-07-30Documentation/gitattributes.txt: typofixDavid Soria Parra1-1/+1
2007-07-29rebase: try not to munge commit log messageJunio C Hamano2-5/+72
2007-07-29symbolic-ref, update-ref: do not refuse reflog message with LFJunio C Hamano2-4/+0
2007-07-29log_ref_write() -- do not chomp reflog message at the first LFJunio C Hamano1-16/+28
2007-07-29Merge branch 'bs/lock'Junio C Hamano3-26/+135
2007-07-29Merge branch 'master' of git://repo.or.cz/git-guiJunio C Hamano13-428/+1132
2007-07-29git-gui: Minor refactoring of merge command line in merge supportgitgui-0.8.0Shawn O. Pearce1-3/+3
2007-07-29git-gui: Use more modern looking icons in the tree browserShawn O. Pearce2-30/+18
2007-07-29git-gui: Don't offer to stage hunks from untracked filesShawn O. Pearce1-0/+6
2007-07-29git-gui: Make sure remotes are loaded when picking revisionsShawn O. Pearce1-0/+4
2007-07-29Makefile: use $(FIND) instead of findDavid Kastrup1-2/+3
2007-07-29git-diff: turn on recursion by defaultJeff King2-1/+2
2007-07-29git-gui: Use progress bar while resetting/aborting filesShawn O. Pearce1-4/+12
2007-07-29git-gui: Honor core.excludesfile when listing extra filesShawn O. Pearce1-0/+4
2007-07-29git-gui: Unify wording to say "to stage" instead of "to add"Christian Stimming5-14/+18
2007-07-28Rename git-rebase interactive buffer: todo => git-rebase-todoSeth Falcon1-1/+1
2007-07-28gitweb: Allow for multivalued parameters passed to href subroutineJakub Narebski1-1/+7
2007-07-28Don't rely on unspecified behaviorThomas Schwinge1-1/+1
2007-07-28gitweb: Simplify 'opt' parameter validation, add "no merges" feedsJakub Narebski2-5/+40
2007-07-28gitweb: Show submodule entries in the 'tree' viewJakub Narebski1-3/+35
2007-07-28Documentation/git-diff: remove -r from --name-status exampleJeff King1-5/+2
2007-07-28git-stash apply --index: optimize postprocessingJunio C Hamano1-6/+7
2007-07-28Fix git-stash apply --indexJunio C Hamano1-6/+17
2007-07-28git-stash: Make sure reflog is created for refs/stashしらいしななこ1-0/+3
2007-07-28Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-125/+237
2007-07-27rebase -i: fix interrupted squashingJohannes Schindelin2-1/+31
2007-07-27Add test for symlinked configuration file updates.Junio C Hamano1-0/+15
2007-07-27use lockfile.c routines in git_commit_set_multivar()Bradford C. Smith1-12/+18
2007-07-27fully resolve symlinks when creating lockfilesBradford C. Smith1-14/+102
2007-07-27git-gui: Don't kill modified commit message buffer with merge templatesShawn O. Pearce1-2/+3
2007-07-26git-stash: do not remove a ref by hand.Junio C Hamano1-3/+4
2007-07-26Document commit.template configuration variable.Brian Gernhardt2-3/+5
2007-07-26gitk: Fix bugs in the Find functionPaul Mackerras1-35/+53
2007-07-25Update description of -z option.Junio C Hamano1-1/+3
2007-07-25rebase -i: fix overzealous output redirectionJohannes Schindelin1-1/+3
2007-07-25git-write-tree should not crash if prefix does not existNguyễn Thái Ngọc Duy1-0/+2
2007-07-25git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano2-15/+11
2007-07-25When locking in a symlinked repository, try to lock the original.Junio C Hamano1-0/+13
2007-07-25git-submodule: remove redundant call to git-describeJunio C Hamano1-1/+0
2007-07-25git-p4: Fix p4 user cache population on Windows.Simon Hausmann1-1/+2
2007-07-25git-submodule module_name: avoid using unwieldy "value_regexp" feature.Junio C Hamano1-2/+5
2007-07-25gitweb: fix broken snapshotJunio C Hamano1-1/+1
2007-07-25Make sure git-stash works from subdirectory.Junio C Hamano2-0/+8
2007-07-25Document --unified/-U optionRobin Rosenberg1-0/+7
2007-07-25git-gui: Remove usernames from absolute SSH urls during mergingShawn O. Pearce1-0/+3
2007-07-25git-gui: Format tracking branch merges as though they were pullsShawn O. Pearce1-4/+28
2007-07-25git-gui: Cleanup bindings within merge dialogShawn O. Pearce1-5/+9
2007-07-25git-gui: Replace merge dialog with our revision picker widgetShawn O. Pearce1-70/+11
2007-07-25git-gui: Show ref last update times in revision chooser tooltipsShawn O. Pearce1-1/+33
2007-07-25git-gui: Display commit/tag/remote info in tooltip of revision pickerShawn O. Pearce1-6/+230
2007-07-25git-gui: Save remote urls obtained from config/remotes setupShawn O. Pearce1-0/+6
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-24git am: skip pine's internal folder dataJohannes Schindelin1-0/+6
2007-07-24Teach git-commit about commit message templates.Steven Grimm6-5/+163
2007-07-24Teach approxidate() to understand "never"Johannes Schindelin1-0/+9
2007-07-24git log -g: Complain, but do not fail, when no reflogs are thereJohannes Schindelin3-7/+9
2007-07-24send-email: Update regex parsing for pine aliasesKumar Gala1-1/+1
2007-07-24cvsexportcommit: avoid racy CVS problem.Robin Rosenberg1-0/+5
2007-07-24cleanup unpack-trees.c: shrink struct tree_entry_listRené Scharfe1-9/+3
2007-07-24filter-branch: fix dash complaining about "Missing '))'"René Scharfe1-1/+1
2007-07-24gitweb: 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-23Teach revision machinery about --no-walkJohannes Schindelin2-0/+17
2007-07-23filter-branch: Big syntax change; support rewriting multiple refsJohannes Schindelin3-60/+182
2007-07-23rebase -i: exchange all "if [ .. ]" by "if test .."Johannes Schindelin1-7/+7
2007-07-23Shut "git rebase -i" up when no --verbose was givenJohannes Schindelin1-16/+34
2007-07-23mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'Johannes Schindelin1-0/+2
2007-07-23gitk: Wait for the window to become visible after creating itPaul Mackerras1-0/+2
2007-07-23git-gui: Avoid unnecessary symbolic-ref call during checkoutShawn O. Pearce1-14/+16
2007-07-23git-gui: Refactor current branch menu items to make i18n easierShawn O. Pearce1-2/+11
2007-07-23git-gui: Refactor diff popup into a procedure to ease i18n workShawn O. Pearce1-9/+11
2007-07-23git-gui: Paper bag fix quitting crash after commitShawn O. Pearce1-1/+1
2007-07-23git-gui: Clarify meaning of add tracked menu optionShawn O. Pearce1-2/+2
2007-07-22gitweb: Fix support for legacy gitweb config for snapshotsJakub Narebski1-7/+20
2007-07-22fsck --lost-found: write blob's contents, not their SHA-1Johannes Schindelin2-3/+15
2007-07-22[PATCH] gitk: Bind keyboard actions to the command key on Mac OSShawn O. Pearce1-32/+43
2007-07-22[PATCH] gitk: Ignore ctrl-z as EOF on windowsMark Levedahl1-1/+1
2007-07-22gitk: Make the fake commit for the index changes green rather than magentaPaul Mackerras1-1/+1
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-22git-gui: Fix unnecessary fast-forward during checkoutShawn O. Pearce1-0/+1
2007-07-22git-gui: Completely remove my Tools/Migrate hackShawn O. Pearce1-29/+0
2007-07-21Documentation/gitignore.txt: Fix the seriously misleading priority explanationDavid Kastrup1-8/+14
2007-07-21Fix VISUAL/EDITOR preference order in Documentation/config.txt.Junio C Hamano1-2/+2
2007-07-21gitweb: snapshot cleanups & support for offering multiple formatsMatt McCutchen1-50/+116
2007-07-21rebase -i: call editor just once for a multi-squashJohannes Schindelin2-10/+55
2007-07-21git-gui: Internally allow fetch without storing for future pull supportShawn O. Pearce1-3/+11
2007-07-21git-gui: Skip unnecessary read-tree work during checkoutShawn O. Pearce1-1/+3
2007-07-21git-gui: Simplify error case for unsupported merge typesShawn O. Pearce1-1/+1
2007-07-21git-gui: Factor out common fast-forward merge caseShawn O. Pearce1-25/+21
2007-07-21git-gui: Save the merge base during checkout_op processingShawn O. Pearce1-5/+5
2007-07-21git-gui: Automatically backup the user's commit bufferShawn O. Pearce2-11/+81
2007-07-20Fix 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-19git-gui: Completely remove support for creating octopus mergesShawn O. Pearce1-68/+17
2007-07-19git-gui: Don't show blame tooltips that we have no data forShawn O. Pearce1-0/+5
2007-07-19git-gui: Translate standard encoding names to Tcl onesShawn O. Pearce3-11/+304
2007-07-19git-gui: Avoid unnecessary global statements when possibleShawn O. Pearce1-7/+4
2007-07-19git-gui: Bind Ctrl/Cmd-M to merge actionShawn O. Pearce1-2/+4
2007-07-18Don't offer my special Tools/Migrate hack unless in multicommitShawn O. Pearce1-1/+3
2007-07-18Rename read_pipe() with read_fd() and make its buffer nul-terminated.Carlos Rica4-9/+20
2007-07-18Merge branch 'master' of git://people.freedesktop.org/~hausmann/git-p4Junio C Hamano1-59/+70
2007-07-18filter-branch: get rid of "set -e"Johannes Schindelin1-14/+17
2007-07-18git-svn: Minimalistic patch which allows svn usernames with space(s).Richard MUSIL1-1/+1
2007-07-18Do a better job at guessing unknown character setsLinus Torvalds1-4/+29
2007-07-18Document "git stash message..."しらいしななこ1-4/+7
2007-07-18unpack-trees.c: assume submodules are clean during check-outSven Verdoolaege2-25/+59
2007-07-18Merge branch 'maint'Junio C Hamano2-7/+36
2007-07-18Force 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-18git-gui: Convert merge dialog to use class systemShawn O. Pearce1-41/+65
2007-07-18git-gui: Increase the default height of the revision pickerShawn O. Pearce1-1/+1
2007-07-18git-gui: Clarify the visualize history menu optionsShawn O. Pearce1-3/+3
2007-07-18git-gui: Allow users to browse any branch, not just the current oneShawn O. Pearce2-2/+58
2007-07-18git-gui: Allow browser subcommand to start in subdirectoryShawn O. Pearce2-29/+27
2007-07-17git-gui: Allow blame/browser subcommands on bare repositoriesShawn O. Pearce1-13/+32
2007-07-17git-gui: Move feature option selection before GIT_DIR initShawn O. Pearce1-37/+37
2007-07-17git-gui: Delay the GC hint until after we are runningShawn O. Pearce2-28/+30
2007-07-17git-gui: Let the user continue even if we cannot understand git versionShawn O. Pearce1-0/+27
2007-07-17git-gui: Change our initial GC hint to be an estimateShawn O. Pearce1-5/+14
2007-07-17git-gui: Don't crash in ask_popup if we haven't mapped main window yetShawn O. Pearce1-2/+5
2007-07-17git-gui: Delay searching for 'nice' until its really asked forShawn O. Pearce1-13/+15
2007-07-17git-gui: Handle git versions of the form n.n.n.GITJulian Phillips1-0/+1
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-17git-gui: Always disable the Tcl EOF character when readingShawn O. Pearce4-1/+5
2007-07-16Fix git-branch documentation when using remote refsFrancis Moreau1-2/+2
2007-07-16git-gui: Brown paper bag "dirty git version fix"Shawn O. Pearce1-1/+1
2007-07-16git-gui: Skip -dirty suffix on core git versionsShawn O. Pearce1-0/+1
2007-07-15git-svn: fix commiting renames over DAV with funky file namesEric Wong4-0/+194
2007-07-15contrib/emacs/Makefile: Also install .el files.David Kastrup1-1/+1
2007-07-15GIT v1.5.3-rc2v1.5.3-rc2Junio C Hamano1-1/+15
2007-07-15Demote git-p4import to contrib status.Sean3-0/+1
2007-07-15Remove p4 rpm from git.spec.in.Sean1-20/+9
2007-07-15Remove "WITH_P4IMPORT" knob from the MakefileSean1-26/+0
2007-07-14git-cvsserver: detect/diagnose write failure, etc.Jim Meyering1-17/+33
2007-07-14Use $(RM) in Makefiles instead of 'rm -f'Emil Medve5-43/+48
2007-07-14Merge branch 'master' of git://repo.or.cz/git/fastimportJunio C Hamano4-10/+200
2007-07-14Documentation/git-commit-tree: remove description of a nonexistent limitationJunio C Hamano1-1/+1
2007-07-14Make every builtin-*.c file #include "builtin.h"Peter Hagervall12-5/+17
2007-07-15Teach fast-import to recursively copy files/directoriesShawn O. Pearce3-9/+195
2007-07-14Fix git-p4 on Windows to not use the Posix sysconf function.Marius Storm-Olsen1-1/+5
2007-07-14git-svn: remove leading slashes from fetch lines in the generate configEric Wong1-1/+4
2007-07-14Update .mailmapJunio C Hamano1-0/+3
2007-07-14Add contrib/stats/mailmap.pl scriptJunio C Hamano1-0/+38
2007-07-14Remove useless uses of cat, and replace with filename argumentsJosh Triplett4-7/+8
2007-07-13More permissive "git-rm --cached" behavior without -f.Matthieu Moy3-7/+62
2007-07-13Document new --date=<format>Junio C Hamano1-2/+9
2007-07-13Wire new date formats to --date=<format> parser.Junio C Hamano1-0/+8
2007-07-13Make show_rfc2822_date() just another date output format.Junio C Hamano5-24/+21
2007-07-13Support output ISO 8601 format datesRobin Rosenberg4-2/+15