]> Kevux Git Server - rit/shortlog
rit
2007-07-27 Johannes Schindelinrebase -i: fix interrupted squashing
2007-07-27 Paul Mackerrasgitk: Add a context menu for file list entries
2007-07-27 Junio C HamanoAdd test for symlinked configuration file updates.
2007-07-27 Bradford C... use lockfile.c routines in git_commit_set_multivar()
2007-07-27 Bradford C... fully resolve symlinks when creating lockfiles
2007-07-27 Shawn O. Pearcegit-gui: Don't kill modified commit message buffer...
2007-07-27 Junio C Hamanogit-stash: do not remove a ref by hand.
2007-07-27 Johannes SchindelinTeach "git stripspace" the --strip-comments option
2007-07-27 Carlos RicaMake verify-tag a builtin.
2007-07-26 Brian GernhardtDocument commit.template configuration variable.
2007-07-26 Paul Mackerrasgitk: Fix bugs in the Find function
2007-07-26 Junio C HamanoUpdate description of -z option.
2007-07-26 Johannes Schindelinrebase -i: fix overzealous output redirection
2007-07-26 Nguyễn Thái... git-write-tree should not crash if prefix does not...
2007-07-26 Junio C Hamanogit_mkstemp(): be careful not to overflow the path...
2007-07-25 Junio C HamanoWhen locking in a symlinked repository, try to lock...
2007-07-25 Junio C Hamanogit-submodule: remove redundant call to git-describe
2007-07-25 Simon Hausmanngit-p4: Fix p4 user cache population on Windows.
2007-07-25 Junio C Hamanogit-submodule module_name: avoid using unwieldy "value_...
2007-07-25 Junio C Hamanogitweb: fix broken snapshot
2007-07-25 Junio C HamanoMake sure git-stash works from subdirectory.
2007-07-25 Robin RosenbergDocument --unified/-U option
2007-07-25 Shawn O. Pearcegit-gui: Remove usernames from absolute SSH urls during...
2007-07-25 Shawn O. Pearcegit-gui: Format tracking branch merges as though they...
2007-07-25 Shawn O. Pearcegit-gui: Cleanup bindings within merge dialog
2007-07-25 Shawn O. Pearcegit-gui: Replace merge dialog with our revision picker...
2007-07-25 Shawn O. Pearcegit-gui: Show ref last update times in revision chooser...
2007-07-25 Shawn O. Pearcegit-gui: Display commit/tag/remote info in tooltip...
2007-07-25 Shawn O. Pearcegit-gui: Save remote urls obtained from config/remotes...
2007-07-25 Junio C HamanoGIT 1.5.3-rc3
2007-07-25 Alexandre Julliardgit.el: Pass an explicit argument to enable smerge...
2007-07-25 Jim Meyeringpretty-options.txt: tiny doc fix
2007-07-25 Junio C Hamanot9200: Be careful when checking CVS/Entries
2007-07-25 Johannes Schindelingit am: skip pine's internal folder data
2007-07-25 Steven GrimmTeach git-commit about commit message templates.
2007-07-25 Johannes SchindelinTeach approxidate() to understand "never"
2007-07-25 Johannes Schindelingit log -g: Complain, but do not fail, when no reflogs...
2007-07-25 Kumar Galasend-email: Update regex parsing for pine aliases
2007-07-25 Robin Rosenbergcvsexportcommit: avoid racy CVS problem.
2007-07-25 René Scharfecleanup unpack-trees.c: shrink struct tree_entry_list
2007-07-25 René Scharfefilter-branch: fix dash complaining about "Missing...
2007-07-25 Jakub Narebskigitweb: More detailed error messages for snapshot format
2007-07-24 Alexandre Julliardgit.el: Support for incremental status updates.
2007-07-24 Junio C Hamanouser-manual: fix typolets.
2007-07-24 Junio C HamanoMark user-manual as UTF-8
2007-07-24 Johannes SchindelinTeach revision machinery about --no-walk
2007-07-24 Johannes Schindelinfilter-branch: Big syntax change; support rewriting...
2007-07-24 Johannes Schindelinrebase -i: exchange all "if [ .. ]" by "if test .."
2007-07-24 Johannes SchindelinShut "git rebase -i" up when no --verbose was given
2007-07-24 Johannes Schindelinmailinfo: fix 'fatal: cannot convert from utf-8 to...
2007-07-23 Paul Mackerrasgitk: Wait for the window to become visible after creat...
2007-07-23 Shawn O. Pearcegit-gui: Avoid unnecessary symbolic-ref call during...
2007-07-23 Shawn O. Pearcegit-gui: Refactor current branch menu items to make...
2007-07-23 Shawn O. Pearcegit-gui: Refactor diff popup into a procedure to ease...
2007-07-23 Shawn O. Pearcegit-gui: Paper bag fix quitting crash after commit
2007-07-23 Shawn O. Pearcegit-gui: Clarify meaning of add tracked menu option
2007-07-22 Jakub Narebskigitweb: Fix support for legacy gitweb config for snapshots
2007-07-22 Johannes Schindelinfsck --lost-found: write blob's contents, not their...
2007-07-22 Shawn O. Pearce[PATCH] gitk: Bind keyboard actions to the command...
2007-07-22 Mark Levedahl[PATCH] gitk: Ignore ctrl-z as EOF on windows
2007-07-22 Paul Mackerrasgitk: Make the fake commit for the index changes green...
2007-07-22 Marco CostalbaAvoid to duplicate commit message when is not encoded
2007-07-22 Junio C HamanoSynonyms: -i == --regexp-ignore-case, -E == --extended...
2007-07-22 Shawn O. Pearcegit-gui: Fix unnecessary fast-forward during checkout
2007-07-22 Shawn O. Pearcegit-gui: Completely remove my Tools/Migrate hack
2007-07-22 David KastrupDocumentation/gitignore.txt: Fix the seriously misleadi...
2007-07-22 Junio C HamanoFix VISUAL/EDITOR preference order in Documentation...
2007-07-22 Matt McCutchengitweb: snapshot cleanups & support for offering multip...
2007-07-21 Carlos Ricabuiltin-tag.c: Fix two memory leaks and minor notation...
2007-07-21 Johannes Schindelinlaunch_editor(): Heed GIT_EDITOR and core.editor settings
2007-07-21 Johannes Schindelinrebase -i: call editor just once for a multi-squash
2007-07-21 Shawn O. Pearcegit-gui: Internally allow fetch without storing for...
2007-07-21 Shawn O. Pearcegit-gui: Skip unnecessary read-tree work during checkout
2007-07-21 Shawn O. Pearcegit-gui: Simplify error case for unsupported merge...
2007-07-21 Shawn O. Pearcegit-gui: Factor out common fast-forward merge case
2007-07-21 Shawn O. Pearcegit-gui: Save the merge base during checkout_op processing
2007-07-21 Shawn O. Pearcegit-gui: Automatically backup the user's commit buffer
2007-07-21 Linus TorvaldsFix up duplicate parents removal
2007-07-20 Carlos RicaMake git tag a builtin.
2007-07-20 Jakub Narebskigitweb cleanup: Move @diff_opts declaration earlier
2007-07-20 Adam RobenAdd GIT_EDITOR environment and core.editor configuratio...
2007-07-20 Steven GrimmDocument how to tell git to not launch a pager
2007-07-19 Shawn O. Pearcegit-gui: Completely remove support for creating octopus...
2007-07-19 Shawn O. Pearcegit-gui: Don't show blame tooltips that we have no...
2007-07-19 Shawn O. Pearcegit-gui: Translate standard encoding names to Tcl ones
2007-07-19 Shawn O. Pearcegit-gui: Avoid unnecessary global statements when possible
2007-07-19 Shawn O. Pearcegit-gui: Bind Ctrl/Cmd-M to merge action
2007-07-19 Shawn O. PearceDon't offer my special Tools/Migrate hack unless in...
2007-07-19 Carlos RicaRename read_pipe() with read_fd() and make its buffer...
2007-07-19 Junio C HamanoMerge branch 'master' of git://people.freedesktop.org...
2007-07-19 Johannes Schindelinfilter-branch: get rid of "set -e"
2007-07-19 Richard MUSILgit-svn: Minimalistic patch which allows svn usernames...
2007-07-19 Linus TorvaldsDo a better job at guessing unknown character sets
2007-07-19 しらいしななこDocument "git stash message..."
2007-07-19 Sven Verdoolaegeunpack-trees.c: assume submodules are clean during...
2007-07-19 Junio C HamanoMerge branch 'maint'
2007-07-18 Julian PhillipsForce listingblocks to be monospaced in manpages
2007-07-18 Simon Hausmanngit-p4: Cleanup, used common function for listing impor...
2007-07-18 Simon Hausmanngit-p4: Fix upstream branch detection for submit/rebase...
2007-07-18 Simon Hausmanngit-p4: Cleanup, make listExistingP4Branches a global...
next