Commit Graph

  • cdf6e08880 git-gui: Permit merging tags into the current branch. Shawn O. Pearce 2007-02-13 23:43:48 -0500
  • 54acdd95b8 git-gui: Basic version check to ensure git 1.5.0 or later is used. Shawn O. Pearce 2007-02-13 23:15:25 -0500
  • 870b39c15f blame: --show-stats for easier optimization work. Junio C Hamano 2006-11-05 11:52:43 -0800
  • c230390b47 Merge branch 'js/reverse' Junio C Hamano 2007-02-13 19:20:06 -0800
  • 3eee9c6dbe Merge branch 'jc/diff-apply-patch' Junio C Hamano 2007-02-13 19:18:16 -0800
  • 8134722306 git-gui: Refactor 'exec git subcmd' idiom. Shawn O. Pearce 2007-02-12 22:48:56 -0500
  • 4a164d48df Merge branch 'jc/merge-base' (early part) Junio C Hamano 2007-02-13 16:50:32 -0800
  • f8f2aaa172 Merge branch 'jc/deprecate' Junio C Hamano 2007-02-13 16:44:27 -0800
  • 6132bd5cac Add link to v1.5.0 documentation. Junio C Hamano 2007-02-13 16:43:24 -0800
  • 437b1b20df GIT 1.5.0 v1.5.0 Junio C Hamano 2007-02-14 00:00:00 +0000
  • f3f63cf475 TODO update Junio C Hamano 2007-02-13 15:47:32 -0800
  • a5642e680a Update dodoc to point older documentations from the latest. Junio C Hamano 2007-02-13 15:19:59 -0800
  • 26cfcfbff4 Add release notes to the distribution. Junio C Hamano 2007-02-13 15:15:05 -0800
  • ea44949605 Merge branch 'master' of git://repo.or.cz/git-gui Junio C Hamano 2007-02-13 13:48:52 -0800
  • cec8d146fc Documentation: Moving out of detached HEAD does not warn anymore. Junio C Hamano 2007-02-13 08:58:01 -0800
  • bd3a5b5ee5 Mark places that need blob munging later for CRLF conversion. Linus Torvalds 2007-02-13 09:23:59 -0800
  • e19b91b4ea Update RPM core package description Nicolas Pitre 2007-02-13 11:39:01 -0500
  • 72f627d2bc Fix potential command line overflow in hooks--update Andy Parkins 2007-02-13 14:23:58 +0000
  • c2120e5e4b git-gc: run pack-refs by default unless the repo is bare Johannes Schindelin 2007-02-13 14:01:42 +0100
  • 022fef30fa git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull" Andy Parkins 2007-02-13 15:26:16 +0000
  • 48993f0089 v1.5.0.txt: git GUI Junio C Hamano 2007-02-12 23:38:39 -0800
  • 85b1f98871 "git-fetch --tags $URL" should not overwrite existing tags Junio C Hamano 2007-02-11 13:41:23 -0800
  • acb39f64c6 for-each-reflog: not having $GIT_DIR/logs directory is not an error. Junio C Hamano 2007-02-12 23:21:34 -0800
  • 25b51e2c7f Do not forget to pack objects reachable from HEAD reflog. Junio C Hamano 2007-02-12 23:06:54 -0800
  • 7b3fab877d Work around Subversion race in git-svn tests. Michael Spang 2007-02-12 19:33:37 -0500
  • ccf5aa8dd3 Clarify that git-update-server-info should be run for every git-push Pavel Roskin 2007-02-13 00:43:44 -0500
  • 4cc41a16c1 Remove git-diff-stages. Junio C Hamano 2007-02-07 17:03:46 -0800
  • 207dfa0791 Remove git-resolve. Junio C Hamano 2007-02-07 10:37:03 -0800
  • 07fef5fc15 blameview: Move the commit info to a pane below the blame window. Aneesh Kumar K.V 2007-02-12 23:00:28 +0530
  • 1e8b0d486e git merge documentation: -m is optional Matthias Lederhofer 2007-02-05 12:37:27 +0100
  • 2055f3b578 Make gitk save and restore window pane position on Linux and Cygwin. Mark Levedahl 2007-02-12 19:19:34 -0500
  • 9236053873 Add RPM target for git-gui Junio C Hamano 2007-02-12 16:28:15 -0800
  • d647c2ea44 Link git-gui into the master Makefile. Shawn O. Pearce 2007-02-12 18:20:34 -0500
  • 67c7575947 Merge branch 'master' of git://repo.or.cz/git-gui Junio C Hamano 2007-02-12 16:07:29 -0800
  • fdf6cfc426 git-gui: Change base version to 0.6. gitgui-0.6.0 Shawn O. Pearce 2007-02-12 17:45:21 -0500
  • 07d082bf5b git-gui: Guess our version accurately as a subproject. Shawn O. Pearce 2007-02-12 17:05:10 -0500
  • 6a6459bc8f git-gui: Handle gitgui tags in version gen. Shawn O. Pearce 2007-02-12 16:38:29 -0500
  • 5d643cd3ce git-gui: Generate a version file on demand. Shawn O. Pearce 2007-02-12 16:14:44 -0500
  • 7e81d4eead git-gui: Rename GIT_VERSION to GITGUI_VERSION. Shawn O. Pearce 2007-02-12 16:12:04 -0500
  • 930d3cc94e When trying to map p4 integrations to git merges just record it as a single merge with the newest p4 change as secondary parent. Simon Hausmann 2007-02-12 22:05:21 +0100
  • 77083daac7 Set git fast-import marks for every imported change for future use. Simon Hausmann 2007-02-12 21:56:46 +0100
  • 53b03239aa After marking a p4 branch as merged don't ever merge it in git again. Simon Hausmann 2007-02-12 21:44:02 +0100
  • dcacf8b447 More fixes in heuristic p4 branch detection based on common path components. Simon Hausmann 2007-02-12 21:41:45 +0100
  • 663e7cf81d git-gui: Allow gitexecdir, INSTALL to be set by the caller. Shawn O. Pearce 2007-02-12 15:37:50 -0500
  • 766887e110 Started work on p4 branch detection (experimental!). Simon Hausmann 2007-02-12 21:04:59 +0100
  • 44b3add651 Code cleanups. Simon Hausmann 2007-02-12 20:28:58 +0100
  • d63ea11594 import-tars: brown paper bag fix for file mode. Michael Loeffler 2007-02-12 15:17:11 +0100
  • ea5e370aa9 fast-import: Support reusing 'from' and brown paper bag fix reset. Shawn O. Pearce 2007-02-12 04:08:43 -0500
  • b4d2b04c9b Merge git-gui Junio C Hamano 2007-02-11 23:04:00 -0800
  • 4853534e18 Add discussion section to git-tag documentation. Junio C Hamano 2007-02-11 22:29:12 -0800
  • 2092a1fefd Teach git-am to pass -p option down to git-apply Junio C Hamano 2007-02-11 22:05:36 -0800
  • c5c3fc9851 Documentation: git-rebase -C<n> Junio C Hamano 2007-02-11 22:03:55 -0800
  • b578e509d3 Merge branch 'master' of git://repo.or.cz/git/fastimport Junio C Hamano 2007-02-11 20:34:57 -0800
  • c6ec3b13b8 bash: Hide git-fast-import. Shawn O. Pearce 2007-02-11 19:55:22 -0500
  • c73461567e fast-import: Add tip about importing renames. Shawn O. Pearce 2007-02-11 19:50:50 -0500
  • bdf1c06dc1 fast-import: Hide the pack boundary commits by default. Shawn O. Pearce 2007-02-11 19:45:56 -0500
  • 0960f7d6db git-gui: Stop deleting gitk preferences. Shawn O. Pearce 2007-02-11 17:19:38 -0500
  • d414461295 Document that git-am can read standard input. Michael S. Tsirkin 2007-02-09 12:23:23 +0200
  • 602598fd5d Make gitk save and restore the user set window position. Mark Levedahl 2007-02-08 22:22:24 -0500
  • 788743240e t4016: test quoting funny pathnames in diff output Junio C Hamano 2007-02-11 13:28:42 -0800
  • e5bfbf9b3e diff.c: More logical file name quoting for renames in diffstat. Alexandre Julliard 2007-02-10 15:39:00 +0100
  • 0d26a64ece diff.c: Properly quote file names in diff --summary output. Alexandre Julliard 2007-02-10 15:37:48 +0100
  • b9f441646c diff.c: Reuse the pprint_rename function for diff --summary output. Alexandre Julliard 2007-02-10 15:36:47 +0100
  • 1187d7564d Make it easier to override path to asciidoc command Dotan Barak 2007-02-11 17:54:40 +0200
  • 4f75b115d7 Avoid ugly linewrap in git help Ren,bi(B Scharfe 2007-02-11 14:29:58 +0100
  • 12d04ca7da Cleanups, remove unused variable. Simon Hausmann 2007-02-11 21:35:34 +0100
  • fc21f8a1da Create lightweight git tags (using the "reset" trick) for the incremental import instead of full-blown ones. Also fix parsing the output of git name-rev for figuring out the last imported p4 change number. Simon Hausmann 2007-02-11 18:04:39 +0100
  • b4f020c5d0 Fixed some typos in git-repack docs Mukund 2007-02-10 23:42:01 +0530
  • 7774284ac7 git-svn: correctly handle boolean options via git-config Eric Wong 2007-02-10 21:07:12 -0800
  • dfd42a3c62 Allow aliases to expand to shell commands Theodore Ts'o 2007-02-10 19:33:58 -0500
  • f3dd015c91 Print a sane error message if an alias expands to an invalid git command Theodore Ts'o 2007-02-10 19:33:57 -0500
  • f7d63b0c99 Added a little helper script to remove unused tags from the perforce import. Simon Hausmann 2007-02-10 10:26:03 +0100
  • fe2193183a Changed the default git import branch from "p4" to "master". Simon Hausmann 2007-02-10 10:05:51 +0100
  • 8718f3ec9a Avoid the excessive use of git tags for every perforce change and instead just create one git tag for the last imported change. Simon Hausmann 2007-02-10 10:05:29 +0100
  • b41507a427 Minor code cleanups. Simon Hausmann 2007-02-10 09:25:22 +0100
  • 471efb09aa diff_flush_name(): take struct diff_options parameter. Junio C Hamano 2007-02-09 22:18:19 -0800
  • cc46a74398 wt_status_prepare(): clean up structure initialization. Junio C Hamano 2007-02-09 16:22:42 -0800
  • 02f571c73b git-fetch: document automatic tag following. Junio C Hamano 2007-02-09 15:41:35 -0800
  • ad34a028c1 remove mailmap.linux Nicolas Pitre 2007-02-09 12:18:28 -0500
  • d2589855df git-blame.el: Autoupdate while editing David Kågedal 2007-02-09 09:22:19 +0100
  • 96df551cb8 git-blame.el: Doc fixes and cleanup David Kågedal 2007-02-09 09:21:51 +0100
  • f0f39bb4c4 git-blame.el: blame unsaved changes David Kågedal 2007-02-09 09:21:32 +0100
  • fa88211600 git-blame.el: improve color handling David Kågedal 2007-02-09 09:21:03 +0100
  • 9f85fb324d Handle uncommitted changes and cache descriptions David Kågedal 2007-02-09 09:20:38 +0100
  • f6f125fbaa git-blame: Change installation instructions Jakub Narebski 2007-02-09 09:19:59 +0100
  • b52ba1a5d6 git-blame: Add Emacs Lisp file headers and GNU GPL boilerplate Jakub Narebski 2007-02-09 09:19:28 +0100
  • 9e2586ff2f Documentation/git-pull: describe default behaviour and config interactions Junio C Hamano 2007-02-08 23:35:43 -0800
  • d585e782b0 git-gui: Focus into blame panels on Mac OS. Shawn O. Pearce 2007-02-09 02:28:32 -0500
  • 40facde06e reflog: handle $name => remotes/%s/HEAD mapping consistently for logs Junio C Hamano 2007-02-08 23:24:51 -0800
  • 486ef5270c git-gui: Improve annotated file display. Shawn O. Pearce 2007-02-09 01:59:38 -0500
  • 1351ba13e5 git-gui: Jump to the first annotation block as soon as its available. Shawn O. Pearce 2007-02-08 22:41:51 -0500
  • 6910ae80d0 git-gui: Redesign the display of annotated files. Shawn O. Pearce 2007-02-08 21:39:27 -0500
  • eb3a48221f log --reflog: use dwim_log Johannes Schindelin 2007-02-09 01:28:23 +0100
  • e00de24b10 format-patch -n: make sorting easier by padding number Johannes Schindelin 2007-02-09 01:43:54 +0100
  • df6287ecd7 git-gui: Use git-config now over git-repo-config. Shawn O. Pearce 2007-02-08 19:53:36 -0500
  • 24d2bf2f02 git-gui: Relabel the Add All action. Shawn O. Pearce 2007-02-08 19:44:49 -0500
  • 258871d305 git-gui: Select subcommands like git does. Shawn O. Pearce 2007-02-08 19:41:32 -0500
  • 4e244cbc5c log --reflog: honour --relative-date Johannes Schindelin 2007-02-08 21:58:33 +0100
  • 2ebba528dc git-gui: View blame from the command line. Shawn O. Pearce 2007-02-08 19:10:52 -0500
  • b4dd485696 for_each_reflog_ent: be forgiving about missing message Johannes Schindelin 2007-02-09 00:59:47 +0100