Commit Graph

  • 1891261ed3 Update describe documentation. Junio C Hamano 2007-01-26 23:24:07 -0800
  • 237fb6ca7c Teach git-describe to display distances from tags. Shawn O. Pearce 2007-01-25 12:39:54 -0500
  • 46e5e69d5f git-blame --porcelain: quote filename in c-style when needed. Junio C Hamano 2007-01-28 01:42:31 -0800
  • 717d1462ba git-blame --incremental Linus Torvalds 2007-01-28 01:34:06 -0800
  • 01754769ab Don't force everybody to call setup_ident(). Junio C Hamano 2007-01-28 00:50:53 -0800
  • 903b45fe18 git-log -g --pretty=oneline should display the reflog message Nicolas Pitre 2007-01-27 22:40:36 -0500
  • 16507fcf0a Document --check option to git diff. Bill Lear 2007-01-27 07:21:53 -0600
  • d67778eccd Allow the tag signing key to be specified in the config file Andy Parkins 2007-01-26 14:13:46 +0000
  • 6b90d39186 git-gui: Reword meaning of merge.summary. Shawn O. Pearce 2007-01-27 02:31:01 -0500
  • f127404c45 If abbrev is set to zero in git-describe, don't add the unique suffix Andy Parkins 2007-01-26 14:28:55 +0000
  • eb3204dfbb fix suggested branch creation command when detaching head Nicolas Pitre 2007-01-26 11:50:06 -0500
  • b181d57ff4 user-manual: reorganize fetch discussion, add internals, etc. J. Bruce Fields 2007-01-27 01:03:07 -0500
  • d848804a89 write_in_full: size_t is unsigned. Junio C Hamano 2007-01-26 17:39:03 -0800
  • 8a56da2962 create_symref: check error return from open(). Junio C Hamano 2007-01-26 17:00:57 -0800
  • 40d6dc0f9d vc-git.el: Take into account the destination name in vc-checkout. Alexandre Julliard 2007-01-26 11:57:50 +0100
  • 7f9acb2a16 git-merge: leave sensible reflog message when used as the first level UI. Junio C Hamano 2007-01-26 15:09:02 -0800
  • 8ac65937d0 Make sure we do not write bogus reflog entries. Junio C Hamano 2007-01-26 02:26:04 -0800
  • c539449b2d git-gui: Support merge.summary, merge.verbosity. Shawn O. Pearce 2007-01-26 04:43:43 -0500
  • 729a6f60dd git-gui: Always offer scrollbars for branch lists. Shawn O. Pearce 2007-01-26 04:16:39 -0500
  • 5f39dbf64f git-gui: Don't allow merges in the middle of other things. Shawn O. Pearce 2007-01-26 04:11:10 -0500
  • dff7e88feb git-gui: Don't allow users to commit a bad octopus merge. Shawn O. Pearce 2007-01-26 04:07:34 -0500
  • ee3cfb5954 git-gui: Update status bar during a merge. Shawn O. Pearce 2007-01-26 03:58:56 -0500
  • ce9735dfbd git-gui: Let users abort with `reset --hard` type logic. Shawn O. Pearce 2007-01-26 03:54:05 -0500
  • e4834837a8 git-gui: Implement local merge operations. Shawn O. Pearce 2007-01-26 03:33:56 -0500
  • 8a8169c039 Remove unnecessary found variable from describe. Shawn O. Pearce 2007-01-25 12:40:03 -0500
  • 007e2ba659 Use inttypes.h rather than stdint.h. Jason Riedy 2007-01-25 13:11:40 -0800
  • af67e91c39 Documentation: pack-refs --all vs default behaviour Junio C Hamano 2007-01-25 22:51:49 -0800
  • bc7452f5e7 git-gui: Use builtin version of 'git gc'. Shawn O. Pearce 2007-01-26 02:02:09 -0500
  • df373ea99a show-branch -g: default to HEAD Junio C Hamano 2007-01-25 22:14:45 -0800
  • 6c3d1481ba git-gui: Refactor console success/failure handling. Shawn O. Pearce 2007-01-26 01:29:00 -0500
  • a9eefb3bfc Add dangling objects tips. Linus Torvalds 2007-01-25 21:55:34 -0800
  • ae9c6ffe30 parse-remote: do not barf on a remote shorthand without any refs to fetch. Junio C Hamano 2007-01-25 21:50:49 -0800
  • b972ea59e4 git-gui: Always use -v option to push. Shawn O. Pearce 2007-01-26 00:49:17 -0500
  • 86a2af6087 git-gui: Remove no longer used pull from remote code. Shawn O. Pearce 2007-01-26 00:47:44 -0500
  • 1d6a978752 git-gui: Added arbitrary branch pushing support. Shawn O. Pearce 2007-01-25 23:50:27 -0500
  • 156b29211a git-gui: Always use lsearch -exact, to prevent globbing. Shawn O. Pearce 2007-01-25 22:38:59 -0500
  • 5f8b70b1dc git-gui: Maintain the same file list for diff during refresh. Shawn O. Pearce 2007-01-25 21:33:06 -0500
  • e1b161161d diffcore-pickaxe: fix infinite loop on zero-length needle Jeff King 2007-01-25 23:48:58 -0500
  • 11e016a32c user-manual: stub discussion of fsck and reflog J. Bruce Fields 2007-01-26 00:17:12 -0500
  • cb280e1075 Allow non-developer to clone, checkout and fetch more easily. Junio C Hamano 2007-01-25 19:05:01 -0800
  • fd73423f01 contrib/emacs/vc-git.el: support vc-version-other-window Sam Vilain 2007-01-26 12:41:23 +1300
  • 1b555932cd Fix seriously broken "git pack-refs" Linus Torvalds 2007-01-25 16:51:21 -0800
  • d070c4cb17 git-gui: Don't switch branches if changing to the current branch. Shawn O. Pearce 2007-01-25 17:07:03 -0500
  • 3f7fd924a9 git-gui: Remove Pull menu and cleanup Branch/Fetch/Push menus. Shawn O. Pearce 2007-01-25 17:16:22 -0500
  • fb08baca33 git-gui: Prefer Tk's entry widget over a 1 line text field. Shawn O. Pearce 2007-01-25 16:50:15 -0500
  • 68567679a2 git-gui: Pad the database statistics dialog window. Shawn O. Pearce 2007-01-25 13:07:53 -0500
  • 5753ef1a4e git-gui: Support 'Visualize All Branches' on Mac OS X. Shawn O. Pearce 2007-01-25 13:01:16 -0500
  • 23effa79f7 git-gui: Force focus to the diff viewer on mouse click. Shawn O. Pearce 2007-01-25 12:57:57 -0500
  • b9a75e3a97 git-gui: Unset unnecessary UI setup variable. Shawn O. Pearce 2007-01-25 12:55:20 -0500
  • 4e55d19a13 git-gui: Cleanup end-of-line whitespace in commit messages. Shawn O. Pearce 2007-01-25 12:54:59 -0500
  • 535514f1f3 New files in git weren't being downloaded during CVS update Andy Parkins 2007-01-22 10:56:27 +0000
  • 5dee29ac0f make --upload-pack option to git-fetch configurable Uwe Kleine-König 2007-01-25 05:45:39 +0100
  • 30b14ed390 git-gui: Elide CRs appearing in diff output from display. Shawn O. Pearce 2007-01-24 21:30:23 -0500
  • a25c518933 git-gui: Allow staging/unstaging individual diff hunks. Shawn O. Pearce 2007-01-24 21:20:57 -0500
  • 86773d9bfc git-gui: Only allow Refresh in diff context menu when we have a diff. Shawn O. Pearce 2007-01-24 20:39:30 -0500
  • bb816c5a25 git-gui: Display the size of the pack directory. Shawn O. Pearce 2007-01-24 19:08:49 -0500
  • f747133720 git-gui: Use system default labelframe bordering. Shawn O. Pearce 2007-01-24 17:01:49 -0500
  • b5b6b43452 git-gui: Implement basic branch switching through read-tree. Shawn O. Pearce 2007-01-24 16:51:59 -0500
  • 0fd49d0a7d git-gui: Display database stats (count-objects -v) on demand. Shawn O. Pearce 2007-01-24 15:21:01 -0500
  • e28714c527 Consolidate {receive,fetch}.unpackLimit Junio C Hamano 2007-01-24 17:02:15 -0800
  • af7cf268f0 fetch-pack: remove --keep-auto and make it the default. Junio C Hamano 2007-01-24 16:47:24 -0800
  • 9e10fd1ac0 Allow fetch-pack to decide keeping the fetched pack without exploding Junio C Hamano 2007-01-22 22:37:33 -0800
  • a69e542989 Refactor the pack header reading function out of receive-pack.c Junio C Hamano 2007-01-22 21:55:18 -0800
  • 196055c2db Allow default core.logallrefupdates to be overridden with template's config Alex Riesen 2007-01-23 16:51:18 +0100
  • ae1dffcb28 ls-remote and clone: accept --upload-pack=<path> as well. Junio C Hamano 2007-01-23 00:51:53 -0800
  • 27dca07fb7 rename --exec to --upload-pack for fetch-pack and peek-remote Uwe Kleine-König 2007-01-23 09:20:17 +0100
  • 497171e765 Documentation: --amend cannot be combined with -c/-C/-F. Peter Eriksen 2007-01-24 20:54:46 +0100
  • 191453f664 Documentation/config.txt: Correct info about subsection name Jakub Narebski 2007-01-24 15:14:33 +0100
  • eda95d9969 git-daemon documentation on enabling services. Junio C Hamano 2007-01-24 15:29:07 -0800
  • 084ae0a7bd reflog inspection: introduce shortcut "-g" Johannes Schindelin 2007-01-24 15:05:16 +0100
  • e955ae957c annotate: use pager Johannes Schindelin 2007-01-24 15:04:37 +0100
  • 83cd10a056 t/t1300-repo-config.sh: value continued on next line Jakub Narebski 2007-01-23 13:37:25 +0100
  • d7ebd53d37 git-checkout -m: fix merge case Junio C Hamano 2007-01-23 16:51:22 -0800
  • 59885273c3 git-gui: Handle commit encoding better. Shawn O. Pearce 2007-01-23 04:40:21 -0500
  • 51a989ba5a git-gui: Honor system encoding for filenames. Shawn O. Pearce 2007-01-23 04:07:18 -0500
  • 0565246a7c git-gui: Remove spurious newline in untracked file display. Shawn O. Pearce 2007-01-23 03:30:02 -0500
  • 4e62e2725e git-gui: Don't try to tag the 'Binary files * and * differ' line. Shawn O. Pearce 2007-01-23 03:25:17 -0500
  • d3596fd948 git-gui: When possible show the type of an untracked file. Shawn O. Pearce 2007-01-23 03:18:37 -0500
  • 19b41e4559 git-gui: Limit display of large untracked files. Shawn O. Pearce 2007-01-23 02:33:58 -0500
  • 464c9ffee4 git-gui: Don't show content of untracked binary files. Shawn O. Pearce 2007-01-23 02:08:09 -0500
  • 124355d32c git-gui: Always start a rescan on an empty diff. Shawn O. Pearce 2007-01-22 22:41:13 -0500
  • e54a1bd122 git-gui: Ignore 'No newline at end of file' marker line. Shawn O. Pearce 2007-01-22 19:18:39 -0500
  • 75e78c8a1b git-gui: Fix 'Select All' action on Windows. Shawn O. Pearce 2007-01-22 18:31:12 -0500
  • e0c781b347 git-gui: Don't attempt to tag new file/deleted file headers in diffs. Shawn O. Pearce 2007-01-22 18:24:45 -0500
  • c9a8992569 reflog gc: a tag that does not point at a commit is not a crime. Junio C Hamano 2007-01-22 21:39:03 -0800
  • 222664e74d contrib/vim: update syntax for changed commit template Jeff King 2007-01-22 22:21:15 -0500
  • 90f70a910a format-patch: fix bug with --stdout in a subdirectory Jeff King 2007-01-22 22:38:28 -0500
  • 83e24dce14 [PATCH] honor --author even with --amend, -C, and -c. Junio C Hamano 2007-01-22 13:03:31 -0800
  • d1d9f47f0e v1.5.0.txt updates (Carl Worth's suggestions, batch II) Junio C Hamano 2007-01-22 17:15:39 -0800
  • 5e207b4bf8 .mailmap: fix screw-ups in Uwe's name Junio C Hamano 2007-01-22 16:25:15 -0800
  • 46aaf90b49 git-gui: Force an update-index --refresh on unchanged files. Shawn O. Pearce 2007-01-22 17:10:38 -0500
  • cea70cf881 git-svn: remove leading slash when printing removed directories Eric Wong 2007-01-22 12:25:30 -0800
  • 8276c0070f sha1_file.c: Avoid multiple calls to find_pack_entry(). Peter Eriksen 2007-01-22 21:29:45 +0100
  • e136f33b5f Documentation/config.txt: Document config file syntax better Jakub Narebski 2007-01-22 16:25:47 +0100
  • bf3f67ba71 cvsimport: activate -a option, really. Junio C Hamano 2007-01-22 12:20:14 -0800
  • dba1f6e53c v1.5.0.txt update (suggestions from Carl Worth) Junio C Hamano 2007-01-22 11:25:44 -0800
  • 67e4baf826 Cleanup uninitialized value in chomp Alex Riesen 2007-01-22 15:58:03 +0100
  • bed118d6bb Force Activestate Perl to tie git command pipe handle to a handle class Alex Riesen 2007-01-22 17:16:05 +0100
  • d3b1785f3f Insert ACTIVESTATE_STRING in Git.pm Alex Riesen 2007-01-22 17:14:56 +0100
  • 18af29f247 fsck-objects: refactor checking for connectivity Linus Torvalds 2007-01-21 22:26:41 -0800