Commit Graph

  • 281a53bb79 Force listingblocks to be monospaced in manpages Julian Phillips 2007-07-18 22:33:57 +0100
  • 144ff46b19 git-p4: Cleanup, used common function for listing imported p4 branches Simon Hausmann 2007-07-18 17:27:50 +0200
  • 86506fe54c git-p4: Fix upstream branch detection for submit/rebase with multiple branches. Simon Hausmann 2007-07-18 12:40:12 +0200
  • 062410bb9d git-p4: Cleanup, make listExistingP4Branches a global function for later use. Simon Hausmann 2007-07-18 10:56:31 +0200
  • fa2e71c9e7 Do not expect unlink(2) to fail on a directory. Junio C Hamano 2007-07-17 22:58:28 -0700
  • ff749c114a git-gui: Convert merge dialog to use class system Shawn O. Pearce 2007-07-18 02:56:44 -0400
  • 46a2df3ac2 git-gui: Increase the default height of the revision picker Shawn O. Pearce 2007-07-18 02:27:39 -0400
  • 4040971269 git-gui: Clarify the visualize history menu options Shawn O. Pearce 2007-07-18 01:48:41 -0400
  • 8e891facbe git-gui: Allow users to browse any branch, not just the current one Shawn O. Pearce 2007-07-18 01:39:27 -0400
  • 85d2d59760 git-gui: Allow browser subcommand to start in subdirectory Shawn O. Pearce 2007-07-18 00:53:14 -0400
  • c52c94524b git-gui: Allow blame/browser subcommands on bare repositories Shawn O. Pearce 2007-07-17 23:58:56 -0400
  • ba7cc6609e git-gui: Move feature option selection before GIT_DIR init Shawn O. Pearce 2007-07-17 23:23:56 -0400
  • 3972b987d3 git-gui: Delay the GC hint until after we are running Shawn O. Pearce 2007-07-17 23:20:56 -0400
  • 301dfaa9da git-gui: Let the user continue even if we cannot understand git version Shawn O. Pearce 2007-07-17 23:09:31 -0400
  • d164b7548a git-gui: Change our initial GC hint to be an estimate Shawn O. Pearce 2007-07-17 22:49:44 -0400
  • 2370164f3c git-gui: Don't crash in ask_popup if we haven't mapped main window yet Shawn O. Pearce 2007-07-17 22:45:53 -0400
  • 6f62b4f782 git-gui: Delay searching for 'nice' until its really asked for Shawn O. Pearce 2007-07-17 22:31:16 -0400
  • 91464dfb10 git-gui: Handle git versions of the form n.n.n.GIT Julian Phillips 2007-07-17 22:14:06 +0100
  • 726f9bced9 Update INSTALL Junio C Hamano 2007-07-16 23:59:54 -0700
  • 788001908c git-p4: input to "p4 files" by stdin instead of arguments Scott Lamb 2007-07-15 20:58:11 -0700
  • 9f90c7335e git-p4: use subprocess in p4CmdList Scott Lamb 2007-07-15 20:58:10 -0700
  • 6eb420ef61 git-gui: Always disable the Tcl EOF character when reading Shawn O. Pearce 2007-07-17 01:50:10 -0400
  • 33b1f3d544 Fix git-branch documentation when using remote refs Francis Moreau 2007-07-16 13:38:47 +0200
  • ec4fceece4 git-gui: Brown paper bag "dirty git version fix" Shawn O. Pearce 2007-07-16 18:44:23 -0400
  • 2dfa54c6cb git-gui: Skip -dirty suffix on core git versions Shawn O. Pearce 2007-07-16 02:39:07 -0400
  • 29633bb91c git-svn: fix commiting renames over DAV with funky file names Eric Wong 2007-07-15 21:53:50 -0700
  • 99c01de402 contrib/emacs/Makefile: Also install .el files. David Kastrup 2007-07-15 11:46:11 +0200
  • 9dfdf14b38 GIT v1.5.3-rc2 v1.5.3-rc2 Junio C Hamano 2007-07-15 16:41:17 -0700
  • e3b4968f9c Demote git-p4import to contrib status. Sean 2007-07-15 15:52:32 -0400
  • 21ad54467a Remove p4 rpm from git.spec.in. Sean 2007-07-15 15:51:01 -0400
  • f979492354 Remove "WITH_P4IMPORT" knob from the Makefile Sean 2007-07-15 15:49:33 -0400
  • a5e407988b git-cvsserver: detect/diagnose write failure, etc. Jim Meyering 2007-07-14 20:48:42 +0200
  • 4cb08df553 Use $(RM) in Makefiles instead of 'rm -f' Emil Medve 2007-07-14 12:51:44 -0500
  • 3f2fd36ebc Merge branch 'master' of git://repo.or.cz/git/fastimport Junio C Hamano 2007-07-14 22:57:47 -0700
  • a82830a457 Documentation/git-commit-tree: remove description of a nonexistent limitation Junio C Hamano 2007-07-14 22:56:47 -0700
  • baffc0e770 Make every builtin-*.c file #include "builtin.h" Peter Hagervall 2007-07-15 01:14:45 +0200
  • b6f3481bb4 Teach fast-import to recursively copy files/directories Shawn O. Pearce 2007-07-15 01:40:37 -0400
  • 48b4c3d5ab Fix git-p4 on Windows to not use the Posix sysconf function. Marius Storm-Olsen 2007-07-13 14:39:05 +0200
  • 46cf98baa5 git-svn: remove leading slashes from fetch lines in the generate config Eric Wong 2007-07-14 12:40:32 -0700
  • 9400893171 Update .mailmap Junio C Hamano 2007-07-14 13:44:58 -0700
  • af6861b144 Add contrib/stats/mailmap.pl script Junio C Hamano 2007-07-14 13:43:09 -0700
  • 9d6f220cc8 Remove useless uses of cat, and replace with filename arguments Josh Triplett 2007-07-14 01:05:43 -0700
  • bdecd9d41b More permissive "git-rm --cached" behavior without -f. Matthieu Moy 2007-07-13 19:41:38 +0200
  • 1701872fc2 Document new --date=<format> Junio C Hamano 2007-07-13 23:48:03 -0700
  • b727a235a7 Wire new date formats to --date=<format> parser. Junio C Hamano 2007-07-13 23:03:37 -0700
  • 73013afd14 Make show_rfc2822_date() just another date output format. Junio C Hamano 2007-07-13 23:14:52 -0700
  • ee8f838e03 Support output ISO 8601 format dates Robin Rosenberg 2007-07-14 01:00:42 +0200
  • d60a6a662f Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2007-07-13 22:37:42 -0700
  • 793ad04198 Fix git-rebase -i to allow squashing of fast-forwardable commits Alex Riesen 2007-07-13 00:30:35 +0200
  • 9a4cbdca34 lockfile.c: schedule remove_lock_file only once. Sven Verdoolaege 2007-07-13 16:14:50 +0200
  • 689b4d552b send-email: discard blank around address in extract_valid_address as well. Stephen Rothwell 2007-07-13 08:54:06 -0700
  • 8f48936391 gitk: Show changes in index and changes in working directory separately Paul Mackerras 2007-07-13 19:49:37 +1000
  • b06c6bc831 make git-send-email.perl handle email addresses with no names when Email::Valid is present Greg KH 2007-07-12 21:17:49 -0700
  • 6ebedabf2d gitk: Fix bug introduced by previous commit Paul Mackerras 2007-07-13 13:45:55 +1000
  • af83bed690 Document git commit --untracked-files and --verbose Jakub Narebski 2007-07-13 01:54:08 +0200
  • fd0368f985 Document long options '--message=<msg>' and '--no-commit' Jakub Narebski 2007-07-13 01:54:07 +0200
  • dbddb714b0 Update git-merge documentation. Jakub Narebski 2007-07-13 01:54:06 +0200
  • 7d7baa5e15 Pack-objects: properly initialize the depth value Nicolas Pitre 2007-07-12 22:27:12 -0400
  • 61c3f9086a GIT v1.5.3-rc1 v1.5.3-rc1 Junio C Hamano 2007-07-12 14:54:33 -0700
  • f8db788428 Merge branch 'master' of git://git.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2007-07-12 14:50:57 -0700
  • 868bc068bb gitweb: new cgi parameter: opt Miklos Vajna 2007-07-12 20:39:27 +0200
  • 248c648a0d Add missing functions to contrib/emacs/vc-git.el David Kastrup 2007-07-12 16:48:48 +0200
  • 4f50f6a966 Documentation for git-log --follow Steven Walter 2007-07-12 10:52:30 -0400
  • 5a235b5ed0 reduce git-pack-objects memory usage a little more Nicolas Pitre 2007-07-12 17:07:59 -0400
  • e93b15cd74 Add documentation for --window-memory, pack.windowMemory Brian Downing 2007-07-12 07:55:52 -0500
  • 121b42a5b4 Add --window-memory option to git-repack Brian Downing 2007-07-12 07:55:51 -0500
  • a97773ce7e Add pack-objects window memory usage limit Brian Downing 2007-07-12 08:07:46 -0500
  • 0b87b6e081 Add functions for parsing integers with size suffixes Brian Downing 2007-07-12 08:32:26 -0500
  • 11779e7907 Support fetching the memory usage of a delta index Brian Downing 2007-07-12 07:55:48 -0500
  • a1dab41af4 Don't try to delta if target is much smaller than source Brian Downing 2007-07-12 07:55:47 -0500
  • b492bbd836 Correct shebang line for contrib/stats/packinfo.pl Brian Downing 2007-07-12 09:16:11 -0500
  • 750bd6ac35 script to display a distribution of longest common hash prefixes Nicolas Pitre 2007-07-12 03:40:18 -0400
  • c83f032e09 apply delta depth bias to already deltified objects Nicolas Pitre 2007-07-12 14:33:21 -0400
  • baafd6e765 Update list of older git docs Junio C Hamano 2007-07-12 14:17:26 -0700
  • b9dcf846e2 Merge commit 'git-gui/master' Junio C Hamano 2007-07-12 14:14:51 -0700
  • 237ce836e7 Merge branch 'maint' Junio C Hamano 2007-07-12 14:12:38 -0700
  • ffb293b63d GIT 1.5.2.4 v1.5.2.4 Junio C Hamano 2007-07-12 12:01:47 -0700
  • cdaee5db16 gitk: Improve handling of -- and ambiguous arguments Paul Mackerras 2007-07-12 22:29:49 +1000
  • ec0603e13c Teach read-tree 2-way merge to ignore intermediate symlinks Junio C Hamano 2007-07-12 01:04:16 -0700
  • 1b2782a5e2 Merge branch 'maint' of git://repo.or.cz/git-gui into maint Junio C Hamano 2007-07-12 01:45:56 -0700
  • b215883de9 git-gui: Change prior tree SHA-1 verification to use git_read Shawn O. Pearce 2007-07-12 02:45:23 -0400
  • f31b6ff747 Merge branch 'maint' Shawn O. Pearce 2007-07-12 02:40:54 -0400
  • 20f1a10bfb git-gui: Work around bad interaction between Tcl and cmd.exe on ^{tree} gitgui-0.7.5 Shawn O. Pearce 2007-07-12 02:31:28 -0400
  • d972cce06d Re-code builtin-branch.c in UTF-8 Junio C Hamano 2007-07-11 22:52:45 -0700
  • 975e0daf5e Function stripspace now gets a buffer instead file descriptors. Carlos Rica 2007-07-11 20:50:34 +0200
  • 73f8936050 Pack information tool Brian Downing 2007-07-11 22:02:25 -0500
  • 6f084a56fc branch --track: code cleanup and saner handling of local branches Johannes Schindelin 2007-07-10 18:50:44 +0100
  • b42f69273b Add for_each_remote() function, and extend remote_find_tracking() Johannes Schindelin 2007-07-10 18:48:40 +0100
  • 5206d13091 t7004: Add tests for the git tag -n option. Carlos Rica 2007-07-11 01:11:53 +0200
  • b61a8a6747 t0030: Add tests with consecutive text lines and others with spaces added. Carlos Rica 2007-07-10 23:59:43 +0200
  • defd53142e t0030: Remove repeated instructions and add missing && Carlos Rica 2007-07-10 23:53:45 +0200
  • 36d56de649 Fix --cherry-pick with given paths Johannes Schindelin 2007-07-10 14:50:49 +0100
  • 835252272e Fix core.sharedRepository = 2 Johannes Schindelin 2007-07-11 15:18:17 +0100
  • 55feb1200f gitweb: configurable width for the projects list Description column Michael Hendricks 2007-07-04 18:36:48 -0600
  • c7bd55028f Correct trivial typo in fast-import documentation Shawn O. Pearce 2007-07-10 09:51:42 -0400
  • baa79ca42d Merge branch 'bd/delta' Junio C Hamano 2007-07-09 23:44:45 -0700
  • 1d735267c9 Some cosmetic changes to remote library Daniel Barkalow 2007-07-10 00:47:26 -0400
  • dfd255dd1a Add allocation and freeing functions for struct refs Daniel Barkalow 2007-07-10 00:47:23 -0400
  • 54dadbdb29 Makefile: rebuild git.o on version change, clean up git$X flags Matt McCutchen 2007-07-09 21:30:39 -0400
  • 52aaf649cb rerere: record resolution even if file is not in merge base Johannes Schindelin 2007-07-09 14:47:24 +0100