Commit Graph

  • 2591838bee t5540-http-push.sh: avoid non-portable grep -P Jay Soffian 2009-02-26 18:44:40 -0500
  • 2c626e5fa8 Fix odb_mkstemp() on AIX Mike Ralphson 2009-02-26 16:31:52 +0100
  • 6cb4e6cc0f remote: simplify guess_remote_head() Jay Soffian 2009-02-25 03:32:14 -0500
  • 8ef517337d move locate_head() to remote.c Jay Soffian 2009-02-25 03:32:13 -0500
  • ec8452d5a7 move duplicated ref_newer() to remote.c Jay Soffian 2009-02-25 03:32:12 -0500
  • 454e2025a9 move duplicated get_local_heads() to remote.c Jay Soffian 2009-02-25 03:32:11 -0500
  • 5483f79998 refactor find_ref_by_name() to accept const list Jeff King 2009-02-25 03:32:10 -0500
  • 119c8eeede add basic http clone/fetch tests Jeff King 2009-02-25 03:32:09 -0500
  • 75318a3bad test scripts: refactor start_httpd helper Jeff King 2009-02-25 03:32:08 -0500
  • 661763abf6 GIT 1.6.2-rc2 v1.6.2-rc2 Junio C Hamano 2009-02-25 14:50:52 -0800
  • bb0cebd7d0 Merge branch 'jc/maint-1.6.0-pack-directory' Junio C Hamano 2009-02-25 14:48:30 -0800
  • 6e180cdcec Make sure objects/pack exists before creating a new pack Junio C Hamano 2009-02-24 23:11:29 -0800
  • 69707d616f Allow HTTP tests to run on Darwin Jay Soffian 2009-02-25 03:28:15 -0500
  • 3dbe1165e9 Fix typo in contrib/examples/git-svnimport.txt Michael J Gruber 2009-02-25 15:05:17 +0100
  • 3f74c8e8d8 gitattributes.txt: Path matching rules are explained in gitignore.txt Johannes Sixt 2009-02-25 08:54:42 +0100
  • a9d98a148d sha1_file.c: fix typo Felipe Contreras 2009-02-24 23:59:05 +0200
  • 9ccb3bca57 git add: trivial codestyle cleanup Felipe Contreras 2009-02-24 23:59:03 +0200
  • aa98eb3d65 README: fix path to "gitcvs-migration.txt" and be more consistent Christian Couder 2009-02-24 21:16:37 +0100
  • a8fdab08e0 trace: Fixed a minor typo in an error message. Allan Caffee 2009-02-24 20:22:20 -0500
  • 149f6ddfb3 Docs: Expand explanation of the use of + in git push refspecs. Marc Branchaud 2009-02-19 12:39:47 -0500
  • 6ab149ea89 git-quiltimport: preserve standard input to be able to read user input Gerrit Pape 2009-02-24 09:00:06 +0000
  • 10edf37796 never fallback relative times to absolute Jeff King 2009-02-24 00:42:16 -0500
  • bb93afd515 Add tests for git log --pretty, --format and --oneline. Felipe Contreras 2009-02-24 23:06:37 +0200
  • de84accc59 Add --oneline that is a synonym to "--pretty=oneline --abbrev-commit" Nanako Shiraishi 2009-02-24 18:59:16 +0900
  • 36407548a2 Give short-hands to --pretty=tformat:%formatstring Nanako Shiraishi 2009-02-24 18:59:15 +0900
  • 3a4c1a5e21 Add --format that is a synonym to --pretty Nanako Shiraishi 2009-02-24 18:59:14 +0900
  • 6a0861a8a3 Install builtins with the user and group of the installing personality Gerrit Pape 2009-02-24 08:58:16 +0000
  • ddb6d01023 Fixup: Add bare repository indicator for __git_ps1 Marius Storm-Olsen 2009-02-21 15:48:43 +0100
  • 48b6026e17 Merge git://git.bogomips.org/git-svn Junio C Hamano 2009-02-24 21:13:32 -0800
  • 3ca9364222 Convert git-* invocations to "git *" in the svnimport example. Abhijit Menon-Sen 2009-02-25 08:33:14 +0530
  • e871784132 git-svn fix to avoid using strftime %z Ben Walton 2009-02-24 14:44:49 -0500
  • afe756c936 send-email: don't create temporary compose file until it is needed Jay Soffian 2009-02-23 13:51:37 -0500
  • 0dc062122e Add a test of "git cvsimport"'s handling of tags and branches Michael Haggerty 2009-02-23 06:08:14 +0100
  • b225290445 Add some tests of git-cvsimport's handling of vendor branches Michael Haggerty 2009-02-23 06:08:13 +0100
  • cefa318ddb Test contents of entire cvsimported "master" tree contents Michael Haggerty 2009-02-23 06:08:12 +0100
  • 161261b12b Use CVS's -f option if available (ignore user's ~/.cvsrc file) Michael Haggerty 2009-02-23 06:08:11 +0100
  • 535bb89320 Start a library for cvsimport-related tests Michael Haggerty 2009-02-23 06:08:10 +0100
  • d43c07b8ee Merge git://git.bogomips.org/git-svn Junio C Hamano 2009-02-23 19:14:13 -0800
  • e1afca4fd3 write_index(): update index_state->timestamp after flushing to disk Kjetil Barvik 2009-02-23 19:02:57 +0100
  • b4b0ba06f8 git-p4: avoid syncing duplicate changes Pete Wyckoff 2009-02-18 13:12:14 -0500
  • f50edca56c Add bare repository indicator for __git_ps1 Marius Storm-Olsen 2009-02-21 15:48:43 +0100
  • 0df84059d4 git-svn: read the dcommit url from the config file on a per remote basis Peter Oberndorfer 2009-02-23 12:02:53 +0100
  • 83c2fcff21 git-svn: fix delete+add branch tracking with empty files Eric Wong 2009-02-22 20:25:00 -0800
  • 7d9fd459f1 git-svn: Create leading directories in create-ignore Brian Gernhardt 2009-02-19 13:08:04 -0500
  • c238735894 git config: don't allow --get-color* and variable type Felipe Contreras 2009-02-21 02:49:29 +0200
  • 225a9caf18 git config: don't allow extra arguments for -e or -l. Felipe Contreras 2009-02-21 02:49:28 +0200
  • 16c1e93985 git config: don't allow multiple variable types Felipe Contreras 2009-02-21 02:49:27 +0200
  • 67052c9dcf git config: don't allow multiple config file locations Felipe Contreras 2009-02-21 02:49:26 +0200
  • d64ec16c2a git config: reorganize to use parseopt Felipe Contreras 2009-02-21 02:49:25 +0200
  • 0e854a280a git config: reorganize get_color* Felipe Contreras 2009-02-21 02:48:57 +0200
  • b408457f2e git config: trivial rename in preparation for parseopt Felipe Contreras 2009-02-21 02:48:56 +0200
  • aa38740791 git_config(): not having a per-repo config file is not an error Felipe Contreras 2009-02-21 02:48:55 +0200
  • 414f2e5337 git config: trivial cleanup for editor action Johannes Schindelin 2009-02-21 02:48:54 +0200
  • 4b951b7eb0 git config: codestyle cleanups Felipe Contreras 2009-02-21 02:48:53 +0200
  • 30984ed2e9 format-patch: support deep threading Thomas Rast 2009-02-19 22:26:33 +0100
  • 2175c10d5a format-patch: thread as reply to cover letter even with in-reply-to Thomas Rast 2009-02-19 22:26:32 +0100
  • b079c50e03 format-patch: track several references Thomas Rast 2009-02-19 22:26:31 +0100
  • 2d602e9179 Merge branch 'for-junio' of git://source.winehq.org/~julliard/git/git Junio C Hamano 2009-02-21 10:38:04 -0800
  • 6f3c504b54 Add a README in the contrib/emacs directory. Alexandre Julliard 2009-02-16 11:40:29 +0100
  • 5b4e44104e git.el: Improve the confirmation message on remove and revert. Alexandre Julliard 2009-02-16 11:40:08 +0100
  • 21ba0e8435 git.el: Make sure that file lists are sorted as they are created. Alexandre Julliard 2009-02-16 11:39:11 +0100
  • 7dff9b30ea Support 'raw' date format Linus Torvalds 2009-02-20 14:15:22 -0800
  • b26d8d217d Test git-patch-id Thomas Rast 2009-02-19 12:13:42 +0100
  • fcbc6efc7c Test rev-list --parents/--children Thomas Rast 2009-02-19 12:13:41 +0100
  • 28fd76bd04 Test log --decorate Thomas Rast 2009-02-19 12:13:40 +0100
  • 02a6552c28 Test fsck a bit harder Thomas Rast 2009-02-19 12:13:39 +0100
  • 289e162318 Test log --graph Thomas Rast 2009-02-19 12:13:38 +0100
  • f37bfb7a4d Test diff --dirstat functionality Thomas Rast 2009-02-19 12:13:37 +0100
  • 85569d7498 Test that diff can read from stdin Thomas Rast 2009-02-19 12:13:36 +0100
  • 901c369af5 Support coverage testing with GCC/gcov Thomas Rast 2009-02-19 12:13:35 +0100
  • 8c5b85ce87 Merge branch 'maint' Junio C Hamano 2009-02-19 23:44:07 -0800
  • e43a6fd3e9 More friendly message when locking the index fails. Matthieu Moy 2009-02-19 13:54:18 +0100
  • b452cc16d8 Document git blame --reverse. Matthieu Moy 2009-02-19 13:34:48 +0100
  • 7d233dea5f gitweb: Hyperlink multiple git hashes on the same commit message line Marcel M. Cary 2009-02-17 19:00:43 -0800
  • 024aa7d8d5 system_path(): simplify using strip_path_suffix(), and add suffix "git" Johannes Schindelin 2009-02-19 20:10:53 +0100
  • 4fcc86b07d Introduce the function strip_path_suffix() Johannes Schindelin 2009-02-19 20:10:49 +0100
  • 484cf6c3f1 format-patch: threading test reactivation Thomas Rast 2009-02-19 22:26:30 +0100
  • 1dcafcc0e6 verify_uptodate(): add ce_uptodate(ce) test Kjetil Barvik 2009-02-19 21:08:30 +0100
  • fba2f38a2c make USE_NSEC work as expected Kjetil Barvik 2009-02-19 21:08:29 +0100
  • 8cd6192e16 fix compile error when USE_NSEC is defined Kjetil Barvik 2009-02-19 21:08:28 +0100
  • c4ba87a6e2 Documentation: Note file formats send-email accepts Todd Zullinger 2009-02-18 22:51:06 -0500
  • 0afc304406 add basic branch display tests Jeff King 2009-02-18 22:34:44 -0500
  • 66648ad7fe branch: clean up repeated strlen Jeff King 2009-02-18 22:35:45 -0500
  • 36419c8ee4 check_updates(): effective removal of cache entries marked CE_REMOVE Kjetil Barvik 2009-02-18 23:18:03 +0100
  • 25487f8e2a Merge branch 'maint' Junio C Hamano 2009-02-18 11:31:52 -0800
  • 91e80b984e tests: fix "export var=val" Junio C Hamano 2009-02-18 11:17:27 -0800
  • 88e38808cd filter-branch -d: Export GIT_DIR earlier Lars Noschinski 2009-02-18 09:35:36 +0100
  • 51b2ead03c disallow providing multiple upstream branches to rebase, pull --rebase Jay Soffian 2009-02-18 08:44:02 -0500
  • ce8e880406 parse-opt: migrate builtin-ls-files. Miklos Vajna 2009-02-17 15:27:11 +0100
  • 7c4c97c0ac Turn the flags in struct dir_struct into a single variable Johannes Schindelin 2009-02-16 13:20:25 +0100
  • d61027b21f Skip timestamp differences for diff --no-index Michael Spang 2009-02-18 01:48:06 -0500
  • 8851f4800c git-add -i/-p: learn to unwrap C-quoted paths Junio C Hamano 2009-02-16 22:43:43 -0800
  • b94ead7594 git-svn: fix parsing of timestamp obtained from svn Junio C Hamano 2009-02-18 10:48:01 -0800
  • df5d10a32e gitweb: Fix warnings with override permitted but no repo override Marcel M. Cary 2009-02-18 14:09:41 +0100
  • bed5122f23 Documentation/git-push: --all, --mirror, --tags can not be combined Gerrit Pape 2009-02-17 09:25:02 +0000
  • bf3c20f6e8 bash completion: only show 'log --merge' if merging Thomas Rast 2009-02-16 17:34:57 +0100
  • a393777ec9 bash completion: refactor common log, shortlog and gitk options Thomas Rast 2009-02-16 17:34:56 +0100
  • 45e2b61401 Avoid segfault with 'git branch' when the HEAD is detached Johannes Schindelin 2009-02-18 19:14:59 +0100
  • 9ae0b37c94 What's cooking Junio C Hamano 2009-02-16 23:55:40 -0800
  • f68ee0e341 Update Announce for release candidates and use ProjectContact Junio C Hamano 2009-02-16 23:52:17 -0800