summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-24git log -g: Complain, but do not fail, when no reflogs are thereLibravatar Johannes Schindelin3-7/+9
2007-07-24send-email: Update regex parsing for pine aliasesLibravatar Kumar Gala1-1/+1
2007-07-24cvsexportcommit: avoid racy CVS problem.Libravatar Robin Rosenberg1-0/+5
2007-07-24cleanup unpack-trees.c: shrink struct tree_entry_listLibravatar René Scharfe1-9/+3
2007-07-24filter-branch: fix dash complaining about "Missing '))'"Libravatar René Scharfe1-1/+1
2007-07-24gitweb: More detailed error messages for snapshot formatLibravatar Jakub Narebski1-3/+10
2007-07-24git.el: Support for incremental status updates.Libravatar Alexandre Julliard1-111/+113
2007-07-24user-manual: fix typolets.Libravatar Junio C Hamano1-4/+4
2007-07-24Mark user-manual as UTF-8Libravatar Junio C Hamano2-1/+6
2007-07-23Teach revision machinery about --no-walkLibravatar Johannes Schindelin2-0/+17
2007-07-23filter-branch: Big syntax change; support rewriting multiple refsLibravatar Johannes Schindelin3-60/+182
2007-07-23rebase -i: exchange all "if [ .. ]" by "if test .."Libravatar Johannes Schindelin1-7/+7
2007-07-23Shut "git rebase -i" up when no --verbose was givenLibravatar Johannes Schindelin1-16/+34
2007-07-23mailinfo: fix 'fatal: cannot convert from utf-8 to utf-8'Libravatar Johannes Schindelin1-0/+2
2007-07-23gitk: Wait for the window to become visible after creating itLibravatar Paul Mackerras1-0/+2
2007-07-23git-gui: Avoid unnecessary symbolic-ref call during checkoutLibravatar Shawn O. Pearce1-14/+16
2007-07-23git-gui: Refactor current branch menu items to make i18n easierLibravatar Shawn O. Pearce1-2/+11
2007-07-23git-gui: Refactor diff popup into a procedure to ease i18n workLibravatar Shawn O. Pearce1-9/+11
2007-07-23git-gui: Paper bag fix quitting crash after commitLibravatar Shawn O. Pearce1-1/+1
2007-07-23git-gui: Clarify meaning of add tracked menu optionLibravatar Shawn O. Pearce1-2/+2
2007-07-22gitweb: Fix support for legacy gitweb config for snapshotsLibravatar Jakub Narebski1-7/+20
2007-07-22fsck --lost-found: write blob's contents, not their SHA-1Libravatar Johannes Schindelin2-3/+15
2007-07-22[PATCH] gitk: Bind keyboard actions to the command key on Mac OSLibravatar Shawn O. Pearce1-32/+43
2007-07-22[PATCH] gitk: Ignore ctrl-z as EOF on windowsLibravatar Mark Levedahl1-1/+1
2007-07-22gitk: Make the fake commit for the index changes green rather than magentaLibravatar Paul Mackerras1-1/+1
2007-07-22Avoid to duplicate commit message when is not encodedLibravatar Marco Costalba1-1/+4
2007-07-22Synonyms: -i == --regexp-ignore-case, -E == --extended-regexpLibravatar Junio C Hamano2-5/+8
2007-07-22git-gui: Fix unnecessary fast-forward during checkoutLibravatar Shawn O. Pearce1-0/+1
2007-07-22git-gui: Completely remove my Tools/Migrate hackLibravatar Shawn O. Pearce1-29/+0
2007-07-21Documentation/gitignore.txt: Fix the seriously misleading priority explanationLibravatar David Kastrup1-8/+14
2007-07-21Fix VISUAL/EDITOR preference order in Documentation/config.txt.Libravatar Junio C Hamano1-2/+2
2007-07-21gitweb: snapshot cleanups & support for offering multiple formatsLibravatar Matt McCutchen1-50/+116
2007-07-21rebase -i: call editor just once for a multi-squashLibravatar Johannes Schindelin2-10/+55
2007-07-21git-gui: Internally allow fetch without storing for future pull supportLibravatar Shawn O. Pearce1-3/+11
2007-07-21git-gui: Skip unnecessary read-tree work during checkoutLibravatar Shawn O. Pearce1-1/+3
2007-07-21git-gui: Simplify error case for unsupported merge typesLibravatar Shawn O. Pearce1-1/+1
2007-07-21git-gui: Factor out common fast-forward merge caseLibravatar Shawn O. Pearce1-25/+21
2007-07-21git-gui: Save the merge base during checkout_op processingLibravatar Shawn O. Pearce1-5/+5
2007-07-21git-gui: Automatically backup the user's commit bufferLibravatar Shawn O. Pearce2-11/+81
2007-07-20Fix up duplicate parents removalLibravatar Linus Torvalds1-5/+6
2007-07-20gitweb cleanup: Move @diff_opts declaration earlierLibravatar Jakub Narebski1-10/+10
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesLibravatar Adam Roben10-23/+129
2007-07-20Document how to tell git to not launch a pagerLibravatar Steven Grimm1-1/+3
2007-07-19git-gui: Completely remove support for creating octopus mergesLibravatar Shawn O. Pearce1-68/+17
2007-07-19git-gui: Don't show blame tooltips that we have no data forLibravatar Shawn O. Pearce1-0/+5
2007-07-19git-gui: Translate standard encoding names to Tcl onesLibravatar Shawn O. Pearce3-11/+304
2007-07-19git-gui: Avoid unnecessary global statements when possibleLibravatar Shawn O. Pearce1-7/+4
2007-07-19git-gui: Bind Ctrl/Cmd-M to merge actionLibravatar Shawn O. Pearce1-2/+4
2007-07-18Don't offer my special Tools/Migrate hack unless in multicommitLibravatar Shawn O. Pearce1-1/+3
2007-07-18Rename read_pipe() with read_fd() and make its buffer nul-terminated.Libravatar Carlos Rica4-9/+20