Commit Graph

  • 0a3881d4cf Seek back to current filepos when mmap()ing with NO_MMAP Johannes Schindelin 2006-11-15 17:27:54 +0100
  • ef58d9587e apply --numstat: mark binary diffstat with - -, not 0 0 Junio C Hamano 2006-11-14 22:23:18 -0800
  • e267c2f6f0 GIT 1.4.4 v1.4.4 Junio C Hamano 2006-11-14 22:11:26 -0800
  • 04b393824f git-gui: Allow update_index to also run a script when it completes. Shawn O. Pearce 2006-11-14 01:42:32 -0500
  • 8f52548a9e git-gui: Provide an after-rescan script to rescan. Shawn O. Pearce 2006-11-14 01:29:32 -0500
  • 99058720df git-gui: Refactor update_status -> rescan. Shawn O. Pearce 2006-11-14 01:19:03 -0500
  • 2a54323ce5 Merge branch 'maint' Junio C Hamano 2006-11-13 14:30:39 -0800
  • fe142b3a45 Rework cvsexportcommit to handle binary files for all cases. Robin Rosenberg 2006-11-12 16:29:42 +0100
  • 3d12d0cfbb Catch errors when writing an index that contains invalid objects. Johannes Sixt 2006-11-13 13:50:00 +0000
  • 40cf043389 test-lib.sh: A command dying due to a signal is an unexpected failure. Johannes Sixt 2006-11-13 13:50:04 +0000
  • 24263b7716 git-gui: Implemented multiple selection in file lists. Shawn O. Pearce 2006-11-13 16:06:38 -0500
  • a37eee4406 git-gui: Narrow the no differences information message. Shawn O. Pearce 2006-11-13 14:37:41 -0500
  • 7d0d289e45 git-gui: Refactor mouse clicking on file names/icons. Shawn O. Pearce 2006-11-13 14:25:53 -0500
  • f7f8d32226 git-gui: By default don't allow partially included files. Shawn O. Pearce 2006-11-13 04:22:42 -0500
  • fce89e466a git-gui: Reverted file name text field to a label. Shawn O. Pearce 2006-11-13 00:48:44 -0500
  • 1e5c18fb43 git-gui: Minor UI layout improvements for console windows. Shawn O. Pearce 2006-11-12 22:41:34 -0500
  • 3e7b0e1d0a git-gui: Display status on left in diff header. Shawn O. Pearce 2006-11-12 22:06:37 -0500
  • 135f76ed99 git-gui: Correct language for M_/A_ status codes. Shawn O. Pearce 2006-11-12 21:49:49 -0500
  • c11b5f20d3 git-gui: Allow the user to copy name of the file in the diff viewer. Shawn O. Pearce 2006-11-12 21:11:12 -0500
  • 7f09cfafa8 git-gui: Use a smaller pipe buffer for update-index. Shawn O. Pearce 2006-11-12 19:33:33 -0500
  • aaf1085a03 git-gui: Sort the list of paths being updated in the index. Shawn O. Pearce 2006-11-12 19:29:04 -0500
  • 358d8de8f3 git-gui: Allow the user to control the number of context lines in a diff. Shawn O. Pearce 2006-11-12 19:20:02 -0500
  • fd2656fdfe git-gui: Cleanup diff construction code to prepare for more options. Shawn O. Pearce 2006-11-12 18:51:38 -0500
  • 2cbe5577a0 git-gui: Reshow diff if we sent the file to update-index. Shawn O. Pearce 2006-11-12 18:22:59 -0500
  • 043f701116 git-gui: Always use eq/ne for string comparsions. Shawn O. Pearce 2006-11-12 18:16:45 -0500
  • c8ebafd845 git-gui: Added post-commit invocation after the commit is done. Shawn O. Pearce 2006-11-12 18:08:10 -0500
  • 333b0c74b3 git-gui: Remove the commit_active global variable. Shawn O. Pearce 2006-11-12 18:03:19 -0500
  • 4658b56fce git-gui: Run the pre-commit hook in the background. Shawn O. Pearce 2006-11-12 17:58:08 -0500
  • ebf336b942 git-gui: Allow the user to disable diff stat summary during pull. Shawn O. Pearce 2006-11-12 16:53:19 -0500
  • 6bbd1cb95a git-gui: Don't load the global options unless necessary. Shawn O. Pearce 2006-11-12 16:24:52 -0500
  • 4ccdab0282 git-gui: Hide non-commit related commands when invoked as git-citool. Shawn O. Pearce 2006-11-12 16:20:36 -0500
  • 7b64d0b7d6 git-gui: Correct bugs in font config handling. Shawn O. Pearce 2006-11-12 15:45:35 -0500
  • 4af2c384ea git-gui: Use 'after 1' to post UI rather than tkwait. Shawn O. Pearce 2006-11-12 15:04:15 -0500
  • bae777db33 git-update-index(1): fix use of quoting in section title Jonas Fonseca 2006-11-12 22:28:43 +0100
  • 8009dcdc8d git-gui: Added Options... menu item to end of diff context menu. Shawn O. Pearce 2006-11-12 06:53:56 -0500
  • e01b42211c git-gui: Minor options dialog UI cleanups. Shawn O. Pearce 2006-11-12 06:46:26 -0500
  • 74e6b12f58 git-gui: Supply progress feedback when running update-index. Shawn O. Pearce 2006-11-12 06:35:14 -0500
  • 92148d8091 git-gui: Allow the user to manipulate the fonts from the options panel. Shawn O. Pearce 2006-11-12 05:27:00 -0500
  • 51f4d16b1d git-gui: Refactor options menu into an options dialog. Shawn O. Pearce 2006-11-12 03:47:00 -0500
  • 00f949fbd8 git-gui: Use arrow cursor rather than left_ptr. Shawn O. Pearce 2006-11-12 02:30:02 -0500
  • b5834d70fe git-gui: Rename quitting global to is_quitting. Shawn O. Pearce 2006-11-12 02:27:28 -0500
  • 16fccd7a11 git-gui: Improve right click context menu binding on all platforms. Shawn O. Pearce 2006-11-12 02:22:21 -0500
  • b4946930fa git-gui: Make use of the Tk font system rather than faking it. Shawn O. Pearce 2006-11-12 00:40:38 -0500
  • 16403d0b1f git-gui: Refresh a file if it has an empty diff. Shawn O. Pearce 2006-11-11 21:52:06 -0500
  • 2c26e6f527 git-gui: Allow the user to change the diff viewer font size. Shawn O. Pearce 2006-11-11 21:14:28 -0500
  • f019c96add git-gui: Honor system font and let user configure fonts. Shawn O. Pearce 2006-11-11 21:02:37 -0500
  • 058803f400 git-gui: Corrected font used for options menu items. Shawn O. Pearce 2006-11-11 20:45:52 -0500
  • 1daf1d0c81 git-gui: Teach sign off to be more intelligent. Shawn O. Pearce 2006-11-11 20:44:03 -0500
  • 6c6dd01a04 git-gui: Fix mouse cursor behavior when in widgets. Shawn O. Pearce 2006-11-11 20:33:30 -0500
  • 0e79431183 git-gui: Added context menus for consoles and commit message buffer. Shawn O. Pearce 2006-11-11 20:24:23 -0500
  • 62aac80b13 git-gui: Misc. bug fixes for mouse click crashes. Shawn O. Pearce 2006-11-11 20:00:35 -0500
  • 390adaeafb git-gui: Misc. formatting cleanups. Shawn O. Pearce 2006-11-11 19:40:33 -0500
  • c4fe772852 git-gui: Simplified format of geometry configuration. Shawn O. Pearce 2006-11-11 19:32:24 -0500
  • 44be340e4d git-gui: Cleaned up error message formatting. Shawn O. Pearce 2006-11-11 19:10:10 -0500
  • da5239dcab git-gui: Use native tk_messageBox for errors. Shawn O. Pearce 2006-11-11 19:03:06 -0500
  • 3963678da9 git-gui: Rename difffont/mainfont variables. Shawn O. Pearce 2006-11-11 18:46:52 -0500
  • 73ad179bbb git-gui: Use catch rather than array names to check file. Shawn O. Pearce 2006-11-11 18:42:42 -0500
  • 7f1df79bb7 git-gui: Efficiently update the UI after committing. Shawn O. Pearce 2006-11-11 18:38:00 -0500
  • 68e009dec4 git-gui: Correctly handle files containing LF in their name. Shawn O. Pearce 2006-11-11 17:59:34 -0500
  • 03e4ec5364 git-gui: Always indicate the file in the diff viewer. Shawn O. Pearce 2006-11-11 17:52:16 -0500
  • 7d9e1d5e8a git-gui: Updated TODO list now that geometry is stored. Shawn O. Pearce 2006-11-11 17:46:04 -0500
  • b2c6fcf197 git-gui: Clear undo/redo stack when loading a message file from disk. Shawn O. Pearce 2006-11-11 16:16:25 -0500
  • 9861671de2 git-gui: Created edit menu and basic editing bindings. Shawn O. Pearce 2006-11-11 15:51:41 -0500
  • 49b86f010c git-gui: Change accelerator for "Include All" to M1-I. Shawn O. Pearce 2006-11-11 15:16:01 -0500
  • a74e60a0f5 GIT 1.4.4-rc2 v1.4.4-rc2 Junio C Hamano 2006-11-11 18:22:31 -0800
  • dc8302d274 Merge branch 'maint' Junio C Hamano 2006-11-11 18:30:31 -0800
  • e02cd6388f git-cvsserver: read from git with -z to get non-ASCII pathnames. v1.4.3.5 Junio C Hamano 2006-11-10 11:53:41 -0800
  • 5a4ffc8035 Merge branch 'maint' Junio C Hamano 2006-11-11 14:49:25 -0800
  • 057bc808b4 path-list: fix path-list-insert return value Junio C Hamano 2006-11-11 14:45:35 -0800
  • 8eaf79869f git-annotate: fix -S on graft file with comments. Junio C Hamano 2006-11-10 13:39:01 -0800
  • a19f901d9f git-annotate: no need to exec blame; it is built-in now. Junio C Hamano 2006-11-10 13:36:44 -0800
  • 368c2ac249 Merge branch 'maint' Junio C Hamano 2006-11-09 15:08:19 -0800
  • a6ec3c1599 git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch. Robert Shearman 2006-10-03 17:29:26 +0100
  • 18d5453ed3 Documentation: move blame examples Junio C Hamano 2006-11-09 10:44:56 -0800
  • 6a96b32d3b Merge branch 'maint' Junio C Hamano 2006-11-09 09:40:59 -0800
  • 45bf473a7b git-svn: fix dcommit losing changes when out-of-date from svn Eric Wong 2006-11-09 01:19:37 -0800
  • a35a045874 git-svn: don't die on rebuild when --upgrade is specified Eric Wong 2006-11-04 21:51:11 -0800
  • 75bd7e374e git-svn: avoid printing filenames of files we're not tracking Eric Wong 2006-11-04 21:51:10 -0800
  • 916d081bba Nicer error messages in case saving an object to db goes wrong Petr Baudis 2006-11-09 13:52:05 +0100
  • 1c791cfbf8 gitweb: fix unmatched div in commitdiff Junio C Hamano 2006-11-09 02:33:35 -0800
  • 225932ed4d gitweb: protect commit messages from controls. Junio C Hamano 2006-11-09 00:57:13 -0800
  • 25ffbb27a2 gitweb: protect blob and diff output lines from controls. Junio C Hamano 2006-11-08 15:11:10 -0800
  • 2d19516db4 git-gui: Save window geometry to .git/config during exit. Shawn O. Pearce 2006-11-08 23:42:51 -0500
  • 97bf01c465 git-gui: Cache the GIT_COMMITTER_IDENT value on first sign-off. Shawn O. Pearce 2006-11-08 23:05:46 -0500
  • d4ab2035ca git-gui: Show only the abbreviated SHA1 after committing. Shawn O. Pearce 2006-11-08 22:51:09 -0500
  • 7fe7e733fa git-gui: Changed term 'check-in' to 'include'. Shawn O. Pearce 2006-11-08 22:48:34 -0500
  • acca687fa9 git-pickaxe: retire pickaxe Junio C Hamano 2006-11-08 18:47:54 -0800
  • 659db3f673 Merge git://git.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2006-11-08 13:43:08 -0800
  • 3a946802bb git-status: quote LF in its output Junio C Hamano 2006-11-08 13:20:46 -0800
  • 2b2a8c78ea gitweb: do not give blame link unconditionally in diff-tree view Junio C Hamano 2006-11-08 12:22:04 -0800
  • 744d0ac33a gitweb: New improved patchset view Jakub Narebski 2006-11-08 17:59:41 +0100
  • 1d3bc0cc0a gitweb: Use character or octal escape codes (and add span.cntrl) in esc_path Jakub Narebski 2006-11-08 11:50:07 +0100
  • 403d0906e9 gitweb: Better git-unquoting and gitweb-quoting of pathnames Jakub Narebski 2006-11-08 11:48:56 +0100
  • 83ee94c12c gitweb: minimally fix "fork" support. Junio C Hamano 2006-11-07 22:37:17 -0800
  • 5dd5ed09fe gitweb: fix disabling of "forks" Junio C Hamano 2006-11-07 22:00:45 -0800
  • e4ee9af494 git-gui: Bug fix for bad variable reference in display_file. Shawn O. Pearce 2006-11-07 22:09:55 -0500
  • bfe4c924da git-gui: Update TODO list. Shawn O. Pearce 2006-11-07 22:03:03 -0500
  • ec39d83a55 git-gui: Don't let the user pull into an uncommitted working directory. Shawn O. Pearce 2006-11-07 22:00:38 -0500
  • 0a462d6776 git-gui: Disable pull menu items when the index is locked. Shawn O. Pearce 2006-11-07 21:43:16 -0500
  • 2bc5b3487e git-gui: Pluralize timestamps within the options menu. Shawn O. Pearce 2006-11-07 21:38:22 -0500