Commit Graph

  • 6fda05aebe git-svn: correctly display fatal() error messages Eric Wong 2006-12-12 14:47:02 -0800
  • dd31da2fdc git-svn: allow dcommit to take an alternate head Eric Wong 2006-12-12 14:47:01 -0800
  • d2a9a87b8a git-svn: enable logging of information not supported by git Eric Wong 2006-12-12 14:47:00 -0800
  • 0d7a6e4ef9 Clarify fetch error for missing objects. Alex Riesen 2006-12-12 18:34:02 +0100
  • 59f8674006 Move Fink and Ports check to after config file Brian Gernhardt 2006-12-12 12:01:47 -0500
  • a1158caead Colourise git-branch output Andy Parkins 2006-12-12 06:41:52 +0000
  • bfe2191f79 gitweb: SHA-1 in commit log message links to "object" view Jakub Narebski 2006-12-10 13:25:49 +0100
  • 3bf9d57051 gitweb: Hyperlink target of symbolic link in "tree" view (if possible) Jakub Narebski 2006-12-10 13:25:48 +0100
  • ca94601c8f gitweb: Add generic git_object subroutine to display object of any type Jakub Narebski 2006-12-10 13:25:47 +0100
  • e33fba4c5a gitweb: Show target of symbolic link in "tree" view Jakub Narebski 2006-12-10 13:25:46 +0100
  • 9aa1757382 gitweb: Don't use Content-Encoding: header in git_snapshot Jakub Narebski 2006-12-11 18:09:58 +0100
  • bfddbc5e1e diff --numstat: show binary with '-' to match "apply --numstat" Junio C Hamano 2006-12-10 13:50:59 -0800
  • e86ad71fe5 Make cvsexportcommit work with filenames with spaces and non-ascii characters. Robin Rosenberg 2006-12-11 00:30:06 +0100
  • 6f98725822 shortlog: fix segfault on empty authorname Junio C Hamano 2006-12-10 15:51:54 -0800
  • bca73251da shortlog: remove "[PATCH]" prefix from shortlog output Junio C Hamano 2006-12-10 15:55:07 -0800
  • 73c7f5ec05 Merge branch 'maint' Junio C Hamano 2006-12-11 14:12:12 -0800
  • 9abd46a347 Make sure the empty tree exists when needed in merge-recursive. Shawn O. Pearce 2006-12-07 05:17:07 -0500
  • 554a2636f7 Don't use memcpy when source and dest. buffers may overlap Jim Meyering 2006-12-11 19:06:34 +0100
  • d44c92d6ab no need to install manpages as executable Chris Wright 2006-12-10 23:39:32 -0800
  • 158d057789 git-commit: allow --only to lose what was staged earlier. Junio C Hamano 2006-12-09 22:32:43 -0800
  • 6c96753df9 Documentation/git-commit: rewrite to make it more end-user friendly. Junio C Hamano 2006-12-08 21:48:07 -0800
  • f131dd492f rerere: record (or avoid misrecording) resolved, skipped or aborted rebase/am Eric Wong 2006-12-08 13:29:56 -0800
  • cda2d3c112 git-rerere: add 'gc' command. Junio C Hamano 2006-12-08 13:03:12 -0800
  • d9671b75ad rerere: add clear, diff, and status commands Eric Wong 2006-12-08 13:29:55 -0800
  • 4cfeccc75d Documentation: simpler shared repository creation J. Bruce Fields 2006-12-08 22:58:50 -0500
  • 90ffefe564 shortlog: fix segfault on empty authorname Jeff King 2006-12-08 23:04:21 -0500
  • 62b339a544 Add branch.*.merge warning and documentation update Josef Weidendorfer 2006-12-09 02:28:26 +0100
  • 606e7205a3 Now git-topic is a bit more usable and close enough to TO script. Junio C Hamano 2006-12-08 14:16:24 -0800
  • 2cdf87ebd9 Fix perl/ build. Junio C Hamano 2006-12-08 14:07:45 -0800
  • a552db3a64 git-svn: use do_switch for --follow-parent if the SVN library supports it Eric Wong 2006-12-08 02:20:17 -0800
  • bbee1d971d Fix documentation copy&paste typo Uwe Zeisberger 2006-12-08 12:44:31 +0100
  • 006ede5e86 git-svn: extra error check to ensure we open a file correctly Eric Wong 2006-12-08 01:55:19 -0800
  • db9819a40a Documentation: update git-clone man page with new behavior J. Bruce Fields 2006-12-08 01:27:21 -0500
  • efe2c9e002 Merge branch 'maint' Junio C Hamano 2006-12-06 21:53:32 -0800
  • 4f88d3e0cb cvsserver: Avoid miscounting bytes in Perl v5.8.x Martin Langhoff 2006-12-07 16:38:50 +1300
  • 46732fae3d change the unpack limit treshold to a saner value Nicolas Pitre 2006-12-06 23:01:00 -0500
  • cd976f5c52 Documentation: reorganize cvs-migration.txt J. Bruce Fields 2006-12-06 23:18:05 -0500
  • 981b625346 Add git-topic script. Junio C Hamano 2006-12-06 19:20:35 -0800
  • 689311f689 Update XOPEN_SOURCE to 600 Junio C Hamano 2006-12-06 13:57:10 -0800
  • 955289bf92 Explicitly add the default "git pull" behaviour to .git/config on clone Andy Parkins 2006-12-06 12:07:23 +0000
  • de51faf388 git-merge: fix "fix confusion between tag and branch" for real Junio C Hamano 2006-12-06 11:22:55 -0800
  • ebdf7b9522 git-svn: avoid network timeouts for long-running fetches Eric Wong 2006-12-04 00:51:16 -0800
  • 5a4cf3346d gitweb: Allow PNG, GIF, JPEG images to be displayed in "blob" view Jakub Narebski 2006-12-04 23:47:22 +0100
  • 211e6eb513 git-merge: squelch needless error message. Junio C Hamano 2006-12-06 10:52:04 -0800
  • c0b7391bf5 Merge Junio C Hamano 2006-12-06 10:48:08 -0800
  • 2d13b732e3 Merge branch 'maint' Junio C Hamano 2006-12-06 10:47:37 -0800
  • 49ed2bc466 git-reset to remove "$GIT_DIR/MERGE_MSG" v1.4.4.2 Junio C Hamano 2006-12-04 19:44:40 -0800
  • fbe0b24ca5 merge-file: support -p and -q; fix compile warnings Johannes Schindelin 2006-12-06 16:45:42 +0100
  • ba1f5f3537 Add builtin merge-file, a minimal replacement for RCS merge Johannes Schindelin 2006-12-06 16:26:06 +0100
  • 4003a58e41 cvs-migration: improved section titles, better push/commit explanation J. Bruce Fields 2006-12-06 12:19:50 -0500
  • 3a9f1a55ee cvs-migration document: make the need for "push" more obvious Johannes Schindelin 2006-12-06 13:27:40 +0100
  • 678d0f4cbf git-branch: let caller specify logmsg Lars Hjemli 2006-11-30 03:16:56 +0100
  • 16c2bfbb44 rename_ref: use lstat(2) when testing for symlink Lars Hjemli 2006-11-29 21:44:56 +0100
  • c976d415e5 git-branch: add options and tests for branch renaming Lars Hjemli 2006-11-28 15:47:40 +0100
  • 22f741dab7 read-tree: document --exclude-per-directory Junio C Hamano 2006-12-05 23:44:23 -0800
  • 1127148089 Loosen "working file will be lost" check in Porcelain-ish Junio C Hamano 2006-12-04 16:07:57 -0800
  • f8a9d42872 read-tree: further loosen "working file will be lost" check. Junio C Hamano 2006-12-04 16:00:46 -0800
  • 98e6da8a36 xdl_merge(): fix and simplify conflict handling Johannes Schindelin 2006-12-05 22:15:35 +0100
  • 366bfcb68f make 'git add' a first class user friendly interface to the index Nicolas Pitre 2006-12-04 11:13:39 -0500
  • 8ebe185bbf Document git-diff whitespace flags -b and -w Jakub Narebski 2006-12-03 17:24:41 +0100
  • c7c24889bb diff -b: ignore whitespace at end of line Johannes Schindelin 2006-12-03 19:25:34 +0100
  • ba988a83f0 Merge branch 'maint' Junio C Hamano 2006-12-04 16:30:00 -0800
  • 0fb1eaa885 unpack-trees: make sure "df_conflict_entry.name" is NUL terminated. Junio C Hamano 2006-12-04 02:11:39 -0800
  • 562cefbdbf receive-pack: do not insist on fast-forward outside refs/heads/ Junio C Hamano 2006-12-04 14:24:12 -0800
  • 4cd75359ad git-fetch: ignore dereferenced tags in expand_refs_wildcard Michael Loeffler 2006-12-04 20:34:34 +0100
  • b360cca0b1 git-clone: Rename --use-immingled-remote option to --no-separate-remote Jakub Narebski 2006-12-04 14:29:09 +0100
  • e1147267af gitweb: Fix Atom feed <logo>: it is $logo, not $logo_url Jakub Narebski 2006-12-04 14:09:43 +0100
  • f848718a69 Make perl/ build procedure ActiveState friendly. Alex Riesen 2006-12-04 10:50:04 +0100
  • 396db813f2 Pass -M to diff in request-pull David Miller 2006-12-03 23:17:00 -0800
  • 7c0f7028ee Set permissions of each new file before "cvs add"ing it. Jim Meyering 2006-12-04 08:44:08 +0100
  • aca085e577 git-mv: search more precisely for source directory in index Johannes Schindelin 2006-12-03 20:42:47 +0100
  • 710daa83fc xdl_merge(): fix thinko Johannes Schindelin 2006-11-30 00:25:11 +0100
  • 875b8ce476 xdl_merge(): fix an off-by-one bug Johannes Schindelin 2006-11-30 00:24:32 +0100
  • c2b4faea45 merge-recursive: use xdl_merge(). Junio C Hamano 2006-11-29 12:07:37 -0800
  • 53a7085a10 xmerge: make return value from xdl_merge() more usable. Junio C Hamano 2006-11-29 12:06:49 -0800
  • 857b933e04 xdiff: add xdl_merge() Johannes Schindelin 2006-11-21 23:24:34 +0100
  • 278fcd7deb Merge branch 'maint' Junio C Hamano 2006-12-02 17:26:58 -0800
  • 6173c197c9 git-svn: avoid fetching files twice in the same revision Eric Wong 2006-12-02 16:19:31 -0800
  • 3683dc5a9a git-merge: fix confusion between tag and branch Junio C Hamano 2006-12-02 16:58:30 -0800
  • 22b1c7ee01 De-emphasise the symbolic link documentation. Andy Parkins 2006-11-30 10:50:28 +0000
  • 4c81c213a4 git-diff: Introduce --index and deprecate --cached. Andreas Ericsson 2006-11-30 12:43:13 +0100
  • ced7b828fa ls-files: Give hints when errors happen. Andreas Ericsson 2006-11-30 12:28:28 +0100
  • 67c08ce14f pack-objects: remove redundent status information Nicolas Pitre 2006-11-29 17:15:48 -0500
  • 03f99c03f8 Merge master.kernel.org:/pub/scm/gitk/gitk Junio C Hamano 2006-11-29 14:24:51 -0800
  • aed4509251 Merge branch 'maint' Junio C Hamano 2006-11-29 12:16:55 -0800
  • eb07fd59ac Document git-repo-config --bool/--int options. Andy Parkins 2006-11-29 08:25:40 +0000
  • 6658923070 tutorial: talk about user.name early and don't start with commit -a Junio C Hamano 2006-11-29 00:17:01 -0800
  • 6bee4e408c git-blame: fix rev parameter handling. Alex Riesen 2006-11-15 22:52:25 +0100
  • df6b7bfb71 Merge branch 'jc/globfetch' Junio C Hamano 2006-11-28 23:07:20 -0800
  • 2570458fda Merge branch 'maint' Junio C Hamano 2006-11-28 22:32:41 -0800
  • ab3bb800b4 git blame -C: fix output format tweaks when crossing file boundary. Junio C Hamano 2006-11-28 22:29:18 -0800
  • 1ca7558dd8 git-svn: fix multi-init Eric Wong 2006-11-28 18:51:42 -0800
  • 4511c899e6 git-svn: documentation updates Eric Wong 2006-11-28 18:51:41 -0800
  • 9aca025849 git-svn: color support for the log command Eric Wong 2006-11-28 18:51:40 -0800
  • d5cc2de9ff ident.c: Trim hint printed when gecos is empty. Han-Wen Nienhuys 2006-11-28 11:27:39 +0100
  • 67ffa11425 Fix broken bash completion of local refs. Shawn O. Pearce 2006-11-28 12:12:26 -0500
  • 4548e855e4 Teach bash how to complete long options for git-commit. Shawn O. Pearce 2006-11-28 12:12:08 -0500
  • 0864e3ba12 git-svn: fix output reporting from the delta fetcher Eric Wong 2006-11-28 02:50:17 -0800
  • dad73c0bb9 git-svn: error out when the SVN connection fails during a fetch Eric Wong 2006-11-28 14:06:05 -0800
  • c3e4393883 shortlog: remove range check René Scharfe 2006-11-28 22:49:17 +0100