Commit Graph

  • 605fac8b5b update HEAD reflog when branch pointed to by HEAD is directly modified Nicolas Pitre 2007-03-21 17:11:44 -0400
  • 0a0d080bdc update-hook: abort early if the project description is unset Andy Parkins 2007-03-20 10:58:32 +0000
  • 85295a52e6 git-merge: Put FETCH_HEAD data in merge commit message Michael S. Tsirkin 2007-03-22 11:07:30 +0200
  • a1bf91e081 git-rebase: make 'rebase HEAD branch' work as expected. Junio C Hamano 2007-03-22 02:54:59 -0700
  • 1c4fea3a40 git-rev-list --bisect: optimization Junio C Hamano 2007-03-21 22:16:24 -0700
  • 457f08a030 git-rev-list: add --bisect-vars option. Junio C Hamano 2007-03-21 22:15:54 -0700
  • 920a449af5 cvsserver: Abort if connect to database fails Frank Lichtenheld 2007-03-19 16:56:01 +0100
  • eb1780d480 cvsserver: Make the database backend configurable Frank Lichtenheld 2007-03-19 16:56:00 +0100
  • d55820ced6 cvsserver: Allow to override the configuration per access method Frank Lichtenheld 2007-03-19 16:55:59 +0100
  • 92a39a14d0 cvsserver: Handle three part keys in git config correctly Frank Lichtenheld 2007-03-19 16:55:58 +0100
  • 80573baec4 cvsserver: Introduce new state variable 'method' Frank Lichtenheld 2007-03-19 16:55:57 +0100
  • e7f0d0d9b9 Removed the .py extension from git-p4 as it's annoying to type every time. Simon Hausmann 2007-03-22 09:13:01 +0100
  • 7054b6089d t6002: minor spelling fix. Junio C Hamano 2007-03-21 22:11:35 -0700
  • 1d848f643c tree_entry_interesting(): allow it to say "everything is interesting" Junio C Hamano 2007-03-21 17:00:27 -0700
  • ccc744abbb tree-diff: avoid strncmp() Junio C Hamano 2007-03-21 12:34:46 -0700
  • 7d2f667b12 Teach tree_entry_interesting() that the tree entries are sorted. Junio C Hamano 2007-03-21 09:51:47 -0700
  • 53150250b1 Don't show the submit template and the diff first in less but show it in $editor right away Simon Hausmann 2007-03-21 21:04:12 +0100
  • 4651ece854 Switch over tree descriptors to contain a pre-parsed entry Linus Torvalds 2007-03-21 10:09:56 -0700
  • 6fda5e5180 Initialize tree descriptors with a helper function rather than by hand. Linus Torvalds 2007-03-21 10:08:25 -0700
  • a8c40471ab Remove "pathlen" from "struct name_entry" Linus Torvalds 2007-03-21 10:07:46 -0700
  • 2061865005 Make it possible to invoke git-p4 from within subdirectories of a git working tree. Simon Hausmann 2007-03-21 13:05:30 +0100
  • 1ce09dd678 [PATCH] prefer "git COMMAND" over "git-COMMAND" in gitk Brandon Casey 2007-03-19 18:00:37 -0500
  • 1932a6ac7c Made --apply-as-patch the default for git-p4 submit as it's significantly faster. Simon Hausmann 2007-03-21 11:01:18 +0100
  • 5d0b6042d4 Fix support for deletions in git-p4 submit when using --apply-as-patch by filtering out deletions in the diff-tree output. Simon Hausmann 2007-03-21 10:57:54 +0100
  • a947ab79d4 fix typo in git-am manpage Michael S. Tsirkin 2007-03-21 10:37:36 +0200
  • 04219c04b7 Added experimental but super-fast --apply-as-patch option to git-p4 submit Simon Hausmann 2007-03-21 10:11:20 +0100
  • b4aa8d12b4 Documentation enhancements. Simon Hausmann 2007-03-21 08:27:33 +0100
  • 171dccd511 blame: cmp_suspect is not "cmp" anymore. Junio C Hamano 2007-03-20 23:37:51 -0700
  • 3254d218b4 minor git-prune optimization Nicolas Pitre 2007-03-20 23:32:13 -0400
  • 5721685699 improve checkout message when asking for same branch Nicolas Pitre 2007-03-20 22:26:47 -0400
  • ac54c277f0 Be more careful about zlib return values Linus Torvalds 2007-03-20 11:38:34 -0700
  • acdeec62cb Don't ever return corrupt objects from "parse_object()" Linus Torvalds 2007-03-20 10:05:20 -0700
  • 9096c660a8 index-pack: more validation checks and cleanups Nicolas Pitre 2007-03-20 17:07:48 -0400
  • ce9fbf16e0 index-pack: use hash_sha1_file() Nicolas Pitre 2007-03-20 16:02:09 -0400
  • 8685da4256 don't ever allow SHA1 collisions to exist by fetching a pack Nicolas Pitre 2007-03-20 15:32:35 -0400
  • 0b69b46925 Start of the git-p4 documentation. Simon Hausmann 2007-03-20 22:41:00 +0100
  • c5fdcbcc20 Removed p4-fast-export and p4-git-sync as they've been integrated into git-p4 now. Simon Hausmann 2007-03-20 22:09:27 +0100
  • c715706b15 Fixed the initial version import by getting the file index correct by correctly skipping deleted files. Simon Hausmann 2007-03-20 21:13:49 +0100
  • 0828ab1403 Added missing "self"s to make the script evaluate correctly. Simon Hausmann 2007-03-20 20:59:30 +0100
  • b984733c80 Completely untested "merge" of p4-fast-export.py into git-p4.py Simon Hausmann 2007-03-20 20:54:23 +0100
  • 05140f342e sync-to-perforce is now called submit and fixed the gitdir check a little bit Simon Hausmann 2007-03-20 18:32:47 +0100
  • 8bf0e3d15d Teach git-remote to list pushed branches. Johannes Sixt 2007-03-18 21:34:46 +0100
  • 08727ea8bb git-fetch: Fix single_force in append_fetch_head Santi Béjar 2007-03-19 00:16:23 +0100
  • bb95e19c5f Merge git://git2.kernel.org/pub/scm/gitk/gitk Junio C Hamano 2007-03-19 23:47:22 -0700
  • 7e8c8255e9 make git clone -q suppress the noise with http fetch Chris Wright 2007-03-19 19:18:18 -0700
  • 456cdf6edb Fix loose object uncompression check. Linus Torvalds 2007-03-19 22:49:53 -0700
  • 3e993bb657 contrib/continuous: a continuous integration build manager Shawn O. Pearce 2007-03-20 00:33:41 -0400
  • 1b89ef1731 Provide some technical documentation for shallow clones Johannes Schindelin 2007-03-20 03:41:11 +0100
  • e29b96d5aa Add a HOWTO for setting up a standalone git daemon Johannes Schindelin 2007-03-20 03:29:56 +0100
  • 824f782c3f xdiff/xutils.c(xdl_hash_record): factor out whitespace handling Johannes Schindelin 2007-03-20 04:05:10 +0100
  • 57584d9edd blame: micro-optimize cmp_suspect() Junio C Hamano 2007-03-19 22:17:10 -0700
  • 567fb65e25 Replace remaining instances of strdup with xstrdup. James Bowes 2007-03-19 17:42:40 -0400
  • 5e08ecbff2 use a LRU eviction policy for the delta base cache Nicolas Pitre 2007-03-19 16:31:04 -0400
  • 3358004a00 clean up the delta base cache size a bit Nicolas Pitre 2007-03-19 16:28:51 -0400
  • 83dce55af3 Part of the code is copyright by Trolltech ASA. Simon Hausmann 2007-03-19 22:26:36 +0100
  • 4f5cf76a55 First (untested) attempt at migrating p4-git-sync into the final git-p4 script Simon Hausmann 2007-03-19 22:25:17 +0100
  • c8c3911685 Provide a little bit of help description for the git-p4 "tools". Simon Hausmann 2007-03-19 21:02:30 +0100
  • 86949eef40 Start moving the git-p4 tools into one single script. Simon Hausmann 2007-03-19 20:59:12 +0100
  • 95d27cb75d Pass the right number of arguments to commit, fixes single-branch imports. Simon Hausmann 2007-03-19 12:04:37 +0100
  • 09e16455e0 Improved the git dir detection. Simon Hausmann 2007-03-19 11:57:07 +0100
  • ceb8442af7 GIT 1.5.1-rc1 v1.5.1-rc1 Junio C Hamano 2007-03-19 02:28:29 -0700
  • 843d49a479 Fix merge-index Junio C Hamano 2007-03-19 02:48:37 -0700
  • 5d86501742 Set up for better tree diff optimizations Linus Torvalds 2007-03-18 15:18:30 -0700
  • c711a214c1 Trivial cleanup of track_tree_refs() Linus Torvalds 2007-03-18 13:38:19 -0700
  • d55552f6e3 git.el: Add support for commit hooks. Alexandre Julliard 2007-03-17 20:40:12 +0100
  • 94b9816c5c Merge branch 'jb/gc' Junio C Hamano 2007-03-18 22:46:30 -0700
  • de5e61eb0d Merge branch 'fl/cvsserver' Junio C Hamano 2007-03-18 22:44:25 -0700
  • 18bdec1118 Limit the size of the new delta_base_cache Shawn O. Pearce 2007-03-19 01:14:37 -0400
  • 3635a18770 Merge branch 'sp/run-command' Junio C Hamano 2007-03-18 22:21:06 -0700
  • abec100c33 Make git-send-email aware of Cc: lines. J. Bruce Fields 2007-03-18 21:37:53 -0400
  • 81b6c950de user-manual: introduce "branch" and "branch head" differently J. Bruce Fields 2007-03-18 23:02:14 -0400
  • cbd919221f glossary: clean up cross-references J. Bruce Fields 2007-03-18 17:53:29 -0400
  • f562e6f316 glossary: stop generating automatically J. Bruce Fields 2007-03-18 17:02:37 -0400
  • d6678c28e3 mergetool: print an appropriate warning if merge.tool is unknown Theodore Ts'o 2007-03-18 22:30:10 -0400
  • 9cec65399d mergetool: Add support for vimdiff. James Bowes 2007-03-18 22:11:54 -0400
  • 06e7ea3787 user-manual: Use def_ instead of ref_ for glossary references. J. Bruce Fields 2007-03-17 20:40:13 -0400
  • 21f13ee203 user-manual.txt: fix a tiny typo. Jim Meyering 2007-03-18 18:39:56 +0100
  • 0a3985dcfb user-manual: run xsltproc without --nonet option J. Bruce Fields 2007-03-16 11:45:29 -0400
  • 7976ce1b90 Update main git.html page to point at 1.5.0.5 documentation Junio C Hamano 2007-03-18 15:58:07 -0700
  • d54fe394ac Merge branch 'ar/diff' Junio C Hamano 2007-03-18 15:48:06 -0700
  • 304de2d2d6 Avoid unnecessary strlen() calls Linus Torvalds 2007-03-17 20:06:24 -0700
  • a0cba10847 Reuse cached data out of delta base cache. Nicolas Pitre 2007-03-17 21:13:57 -0400
  • e5e01619bc Implement a simple delta_base cache Linus Torvalds 2007-03-17 12:44:06 -0700
  • 62f255ad58 Make trivial wrapper functions around delta base generation and freeing Linus Torvalds 2007-03-17 12:42:15 -0700
  • 5bb44a5103 Merge 1.5.0.5 in from 'maint' Junio C Hamano 2007-03-18 15:36:44 -0700
  • 6bf035f278 GIT 1.5.0.5 v1.5.0.5 Junio C Hamano 2007-03-18 14:40:35 -0700
  • 6757ada403 Make gc a builtin. James Bowes 2007-03-13 21:58:22 -0400
  • 1589e0517f Merge branch 'maint' Junio C Hamano 2007-03-17 00:33:17 -0700
  • 4287307833 [PATCH] clean up pack index handling a bit Nicolas Pitre 2007-03-16 16:42:50 -0400
  • ac527b0b7c [PATCH] add test for OFS_DELTA objects Nicolas Pitre 2007-03-16 13:50:18 -0400
  • 82868f72b5 [PATCH] fix t5300-pack-object.sh Nicolas Pitre 2007-03-16 13:37:42 -0400
  • e8e91fece8 [PATCH] local-fetch.c: some error printing cleanup Nicolas Pitre 2007-03-16 13:20:19 -0400
  • 0d38ab259e applymbox: brown paper bag fix. Junio C Hamano 2007-03-16 21:22:05 -0700
  • 228d36c92b Default to interactive syncing Simon Hausmann 2007-03-16 13:47:46 +0100
  • 2be08a84ba git-merge: finish when git-read-tree fails Santi Béjar 2007-03-16 11:46:09 +0100
  • 0c66d6be4f Add tests for --quiet option of diff programs Alex Riesen 2007-03-14 23:57:23 +0100
  • dbb2b41aa4 use xstrdup please Shawn O. Pearce 2007-03-15 21:02:51 -0400
  • 9debc3241b git-fetch, git-branch: Support local --track via a special remote '.' Paolo Bonzini 2007-03-15 09:23:20 +0100
  • f72537f97e Use p4 revert ... instead of revert -a ... after submitting, to make sure the p4 checkout is clean. Simon Hausmann 2007-03-15 19:07:06 +0100
  • 29eeff671a Meta/DoKernelOrg: skip if i386 is not ready yet Junio C Hamano 2007-03-14 23:55:10 -0700