310 Commits (ed3adde081645c5f93685b22d39f2d74e068873d)
 

Author SHA1 Message Date
Shawn O. Pearce ed3adde081 git-gui: Print version on the console. 18 years ago
Shawn O. Pearce 5ac58f5ba1 git-gui: More consistently display the application name. 18 years ago
Shawn O. Pearce cdf6e08880 git-gui: Permit merging tags into the current branch. 18 years ago
Shawn O. Pearce 54acdd95b8 git-gui: Basic version check to ensure git 1.5.0 or later is used. 18 years ago
Shawn O. Pearce 8134722306 git-gui: Refactor 'exec git subcmd' idiom. 18 years ago
Andy Parkins 022fef30fa git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull" 18 years ago
Shawn O. Pearce fdf6cfc426 git-gui: Change base version to 0.6. 18 years ago
Shawn O. Pearce 07d082bf5b git-gui: Guess our version accurately as a subproject. 18 years ago
Shawn O. Pearce 6a6459bc8f git-gui: Handle gitgui tags in version gen. 18 years ago
Shawn O. Pearce 5d643cd3ce git-gui: Generate a version file on demand. 18 years ago
Shawn O. Pearce 7e81d4eead git-gui: Rename GIT_VERSION to GITGUI_VERSION. 18 years ago
Shawn O. Pearce 663e7cf81d git-gui: Allow gitexecdir, INSTALL to be set by the caller. 18 years ago
Shawn O. Pearce 0960f7d6db git-gui: Stop deleting gitk preferences. 18 years ago
Shawn O. Pearce d585e782b0 git-gui: Focus into blame panels on Mac OS. 18 years ago
Shawn O. Pearce 486ef5270c git-gui: Improve annotated file display. 18 years ago
Shawn O. Pearce 1351ba13e5 git-gui: Jump to the first annotation block as soon as its available. 18 years ago
Shawn O. Pearce 6910ae80d0 git-gui: Redesign the display of annotated files. 18 years ago
Shawn O. Pearce df6287ecd7 git-gui: Use git-config now over git-repo-config. 18 years ago
Shawn O. Pearce 24d2bf2f02 git-gui: Relabel the Add All action. 18 years ago
Shawn O. Pearce 258871d305 git-gui: Select subcommands like git does. 18 years ago
Shawn O. Pearce 2ebba528dc git-gui: View blame from the command line. 18 years ago
Shawn O. Pearce db7f34d4c5 git-gui: Optionally save commit buffer on exit. 18 years ago
Shawn O. Pearce 64a906f861 git-gui: Separate transport/branch menus from multicommit. 18 years ago
Shawn O. Pearce cf25ddc8b3 git-gui: Refactor single_commit to a proc. 18 years ago
Shawn O. Pearce 42b922fcf6 git-gui: Replace \ with \\ when showing paths. 18 years ago
Shawn O. Pearce 9bccb782c3 git-gui: Support keyboard traversal in browser. 18 years ago
Shawn O. Pearce 63faf4df6e git-gui: Update known branches during rescan. 18 years ago
Shawn O. Pearce 37f1db80a4 git-gui: Assign background colors to each blame hunk. 18 years ago
Shawn O. Pearce 747c0cf93c git-gui: Use a grid layout for the blame viewer. 18 years ago
Shawn O. Pearce e7fb6c69f7 git-gui: Install column headers in blame viewer. 18 years ago
Shawn O. Pearce 915616e4eb git-gui: Display original filename and line number in blame. 18 years ago
Shawn O. Pearce 8f6c07b902 git-gui: Correctly handle spaces in filepaths. 18 years ago
Shawn O. Pearce 463ca37b61 git-gui: Use -M and -C when running blame. 18 years ago
Shawn O. Pearce db45378165 git-gui: Allow users to edit user.name, user.email from options. 18 years ago
Shawn O. Pearce c94dd1c8c2 git-gui: Display the current branch name in browsers. 18 years ago
Shawn O. Pearce 3eddda9843 git-gui: Improve the icons used in the browser display. 18 years ago
Shawn O. Pearce 35874c163e git-gui: Implemented file browser and incremental blame. 18 years ago
Shawn O. Pearce 20ddfcaa7e git-gui: Test for Cygwin differently than from Windows. 18 years ago
Shawn O. Pearce 273984fc4f git-gui: Offer quick access to the HTML formatted documentation. 18 years ago
Shawn O. Pearce 6b90d39186 git-gui: Reword meaning of merge.summary. 18 years ago
Shawn O. Pearce c539449b2d git-gui: Support merge.summary, merge.verbosity. 18 years ago
Shawn O. Pearce 729a6f60dd git-gui: Always offer scrollbars for branch lists. 18 years ago
Shawn O. Pearce 5f39dbf64f git-gui: Don't allow merges in the middle of other things. 18 years ago
Shawn O. Pearce dff7e88feb git-gui: Don't allow users to commit a bad octopus merge. 18 years ago
Shawn O. Pearce ee3cfb5954 git-gui: Update status bar during a merge. 18 years ago
Shawn O. Pearce ce9735dfbd git-gui: Let users abort with `reset --hard` type logic. 18 years ago
Shawn O. Pearce e4834837a8 git-gui: Implement local merge operations. 18 years ago
Shawn O. Pearce bc7452f5e7 git-gui: Use builtin version of 'git gc'. 18 years ago
Shawn O. Pearce 6c3d1481ba git-gui: Refactor console success/failure handling. 18 years ago
Shawn O. Pearce b972ea59e4 git-gui: Always use -v option to push. 18 years ago