Commit Graph

  • 0b50b860a5 When installing, be prepared that template_dir may be relative. Johannes Sixt 2008-01-01 22:15:21 +0100
  • 8512439af2 Windows: Use a relative default template_dir and ETC_GITCONFIG Johannes Sixt 2007-11-30 22:28:38 +0100
  • 6fad004a37 Windows: Compute the fallback for exec_path from the program invocation. Johannes Sixt 2007-04-11 16:02:45 +0200
  • 4ec22a48c0 Turn builtin_exec_path into a function. Johannes Sixt 2007-04-11 15:26:08 +0200
  • fc2ded5b08 Windows: Use a customized struct stat that also has the st_blocks member. Johannes Sixt 2007-11-12 12:52:41 +0100
  • 7c0ffa1cb7 Windows: Add a custom implementation for utime(). Johannes Sixt 2007-09-07 13:05:00 +0200
  • 5411bdc4e4 Windows: Add a new lstat and fstat implementation based on Win32 API. Marius Storm-Olsen 2007-09-03 20:40:26 +0200
  • 7e5d776854 Windows: Implement a custom spawnve(). Johannes Sixt 2007-11-24 22:49:16 +0100
  • 746fb85744 Windows: Implement wrappers for gethostbyname(), socket(), and connect(). Johannes Sixt 2007-12-26 13:51:18 +0100
  • 87bddba992 Windows: Work around incompatible sort and find. Johannes Sixt 2007-11-30 22:06:30 +0100
  • 618ebe9ff9 Windows: Implement asynchronous functions as threads. Johannes Sixt 2007-12-08 22:19:14 +0100
  • be501813d2 Windows: Disambiguate DOS style paths from SSH URLs. Johannes Sixt 2007-11-30 22:51:10 +0100
  • 6ed807f843 Windows: A rudimentary poll() emulation. Johannes Sixt 2007-12-01 22:00:56 +0100
  • f9a08f618f update-hook-example: optionally allow non-fast-forward Dmitry Potapov 2008-06-26 03:14:31 +0400
  • f6bebd121a git-send-email: add support for TLS via Net::SMTP::SSL Thomas Rast 2008-06-25 21:42:43 +0200
  • 300913bd44 git-send-email: Accept fifos as well as files Kevin Ballard 2008-06-25 15:44:40 -0700
  • c0a5e2d477 pack.indexversion config option now defaults to 2 Nicolas Pitre 2008-06-25 00:25:53 -0400
  • 41e98de428 Merge branch 'maint' Junio C Hamano 2008-06-25 18:29:14 -0700
  • dfc8f39e43 Allow "git-reset path" when unambiguous Junio C Hamano 2008-06-25 18:16:36 -0700
  • 3015fa5846 Fix use of "perl -i" on Windows Alex Riesen 2008-06-25 20:35:13 +0200
  • e636106c76 GIT 1.5.6.1 v1.5.6.1 Junio C Hamano 2008-06-25 17:09:40 -0700
  • f531e463f0 git-gui: Don't select the wrong file if the last listed file is staged. Abhijit Menon-Sen 2008-06-25 16:06:50 +0530
  • e2da671a64 Merge branch 'sb/rebase' Junio C Hamano 2008-06-25 13:20:26 -0700
  • 78e996451b Merge branch 'lw/gitweb' Junio C Hamano 2008-06-25 13:19:53 -0700
  • abf7e0df17 Merge branch 'lt/config-fsync' Junio C Hamano 2008-06-25 13:19:49 -0700
  • e4403d8bd3 Merge branch 'sr/tests' Junio C Hamano 2008-06-25 13:19:22 -0700
  • 01d8ff70f4 Merge branch 'jh/clone-packed-refs' Junio C Hamano 2008-06-25 13:18:54 -0700
  • 14f0e48db7 Merge branch 'lw/perlish' Junio C Hamano 2008-06-25 13:18:46 -0700
  • df79b9fdb8 fix update-hook-example to work with packed tag references Dmitry Potapov 2008-06-25 12:26:55 +0400
  • 2beebd22f4 clone: create intermediate directories of destination repo Jeff King 2008-06-25 01:41:34 -0400
  • 4ace4fc584 Merge branch 'jc/maint-combine-diff-pre-context' into maint Junio C Hamano 2008-06-25 11:20:01 -0700
  • 41cb0fc100 Merge branch 'lt/maint-gitdir-relative' into maint Junio C Hamano 2008-06-25 11:19:33 -0700
  • 340a6b58da Merge branch 'sb/maint-rebase' into maint Junio C Hamano 2008-06-25 11:18:39 -0700
  • 87412ec1f1 for-each-ref: implement missing tag values Jeff King 2008-06-25 12:08:15 -0400
  • 22c79eab29 repack.usedeltabaseoffset config option now defaults to "true" Nicolas Pitre 2008-06-25 00:24:53 -0400
  • 85fe23ed2a verify-pack: test for detection of index v2 object CRC mismatch Nicolas Pitre 2008-06-24 23:19:44 -0400
  • c41a4a9468 verify-pack: check packed object CRC when using index version 2 Nicolas Pitre 2008-06-24 23:19:02 -0400
  • 77d3ecee85 move show_pack_info() where it belongs Nicolas Pitre 2008-06-24 23:18:17 -0400
  • 99093238bb optimize verify-pack a bit Nicolas Pitre 2008-06-24 23:17:12 -0400
  • 8e21d63b02 clone: create intermediate directories of destination repo Jeff King 2008-06-25 01:41:34 -0400
  • 98db51e624 Keep some git-* programs in $(bindir) Junio C Hamano 2008-06-24 19:58:11 -0700
  • f98f8cbac0 Ship sample hooks with .sample suffix Junio C Hamano 2008-06-24 18:45:21 -0700
  • ba2d0f4f35 pre-rebase hook update Junio C Hamano 2008-06-24 19:05:45 -0700
  • 27d69a465d refactor pack structure allocation Nicolas Pitre 2008-06-24 18:58:06 -0400
  • 7550be0a2b Prepare execv_git_cmd() for removal of builtins from the filesystem Junio C Hamano 2007-12-01 22:09:22 -0800
  • 0a47dc110e git-shell: accept "git foo" form Junio C Hamano 2007-12-01 22:16:19 -0800
  • 29b0d01912 test case for pack resilience against corruptions Nicolas Pitre 2008-06-23 21:24:28 -0400
  • 8eca0b47ff implement some resilience against pack corruptions Nicolas Pitre 2008-06-23 21:23:39 -0400
  • 1f5c74f6cf call init_pack_revindex() lazily Nicolas Pitre 2008-06-23 21:22:14 -0400
  • 6b516d984b Merge branch 'maint' Junio C Hamano 2008-06-23 17:52:02 -0700
  • 74b1e12357 git-svn: make rebuild respect rewriteRoot option Jan Krüger 2008-06-24 02:17:36 +0200
  • 6ff6af62ec Workaround for AIX mkstemp() Patrick Higgins 2008-06-23 15:33:41 -0600
  • f2ab7f82b7 t9301-fast-export.sh: Remove debug line Michele Ballabio 2008-06-23 18:19:23 +0200
  • ba26f296f9 Windows: Implement start_command(). Johannes Sixt 2007-12-07 22:08:59 +0100
  • 897bb8cb2c Windows: A pipe() replacement whose ends are not inherited to children. Johannes Sixt 2007-12-07 22:05:36 +0100
  • f1a4dfb85a Windows: Wrap execve so that shell scripts can be invoked. Johannes Sixt 2007-12-04 12:38:32 +0100
  • 6072fc314e Windows: Implement setitimer() and sigaction(). Johannes Sixt 2007-11-13 10:14:45 +0100
  • 82f8d969f5 Windows: Fix PRIuMAX definition. Johannes Sixt 2007-03-23 10:57:05 +0100
  • a42a0c2e71 Windows: Implement gettimeofday(). Johannes Sixt 2007-12-01 21:51:20 +0100
  • bb5799d6ef Make my_mktime() public and rename it to tm_to_time_t() Johannes Sixt 2008-06-23 08:31:41 +0200
  • ea9e98c3a5 Windows: Work around misbehaved rename(). Johannes Sixt 2007-12-07 22:19:40 +0100
  • 132a6e903f Windows: always chmod(, 0666) before unlink(). Johannes Schindelin 2007-01-23 13:39:09 +0100
  • f7597acac0 Windows: A minimal implemention of getpwuid(). Johannes Sixt 2007-12-01 22:09:17 +0100
  • 3e4a1ba07b Windows: Implement a wrapper of the open() function. Johannes Sixt 2007-11-15 22:22:47 +0100
  • 23326d14ed Windows: Strip ".exe" from the program name. Johannes Sixt 2007-12-08 20:57:25 +0100
  • 8385abfda5 Windows: Handle absolute paths in safe_create_leading_directories(). Johannes Sixt 2007-11-30 21:36:00 +0100
  • 25fe217b86 Windows: Treat Windows style path names. Johannes Sixt 2008-03-05 21:51:27 +0100
  • 4cd148d83f setup.c: Prepare for Windows directory separators. Johannes Sixt 2008-03-01 21:11:14 +0100
  • 112db553b0 Shrink the git binary a bit by avoiding unnecessary inline functions Linus Torvalds 2008-06-22 12:19:25 -0700
  • 0bd64f82ba Merge branch 'maint' Junio C Hamano 2008-06-22 18:39:37 -0700
  • 010a2dacc1 Extend parse-options test suite Stephan Beyer 2008-06-22 17:04:26 +0200
  • 224712e521 api-parse-options.txt: Introduce documentation for parse options API Stephan Beyer 2008-06-22 17:04:25 +0200
  • 6422f63321 parse-options.c: fix documentation syntax of optional arguments Michele Ballabio 2008-06-22 16:39:04 +0200
  • 82936f295f api-builtin.txt: update and fix typo Stephan Beyer 2008-06-22 01:54:36 +0200
  • cd5320f252 git-rebase.sh: Add check if rebase is in progress Stephan Beyer 2008-06-22 16:07:02 +0200
  • ab7367929f t3404: stricter tests for git-rebase--interactive Stephan Beyer 2008-06-22 01:55:50 +0200
  • 8c6cfcddce api-builtin.txt: update and fix typo Stephan Beyer 2008-06-22 01:54:36 +0200
  • 9523298c95 Merge branch 'rs/archive-ignore' Junio C Hamano 2008-06-22 14:46:11 -0700
  • 159e639e5b Merge branch 'lt/racy-empty' Junio C Hamano 2008-06-22 14:34:20 -0700
  • 6b8791982c Merge branch 'sn/static' Junio C Hamano 2008-06-22 14:34:09 -0700
  • bc9c3e0b93 Merge branch 'jc/maint-combine-diff-pre-context' Junio C Hamano 2008-06-22 14:33:56 -0700
  • 8bcff62baf Merge branch 'lt/maint-gitdir-relative' Junio C Hamano 2008-06-22 14:33:53 -0700
  • 6419cd5566 Merge branch 'jk/test' Junio C Hamano 2008-06-22 14:33:02 -0700
  • dd503ed4d1 Merge branch 'pb/fast-export' Junio C Hamano 2008-06-22 14:32:58 -0700
  • 1947bdbc31 Merge branch 'mo/status-untracked' Junio C Hamano 2008-06-22 14:32:27 -0700
  • 66915b5d7c Merge branch 'kh/update-ref' Junio C Hamano 2008-06-22 14:31:57 -0700
  • 5389db544d Merge branch 'jn/web' Junio C Hamano 2008-06-22 14:31:49 -0700
  • 4eda12f13a Merge branch 'rg/gitweb' Junio C Hamano 2008-06-22 14:31:44 -0700
  • 80ba074f41 Windows: Use the Windows style PATH separator ';'. Johannes Sixt 2007-12-03 21:55:57 +0100
  • f4626df51f Add target architecture MinGW. Johannes Sixt 2007-12-01 21:24:59 +0100
  • 58eda02257 Compile some programs only conditionally. Johannes Sixt 2007-12-01 11:10:54 +0100
  • f05951fe3f Add compat/regex.[ch] and compat/fnmatch.[ch]. Johannes Sixt 2007-12-09 15:43:34 +0100
  • 121c813f8d rerere.autoupdate Junio C Hamano 2008-06-22 02:04:31 -0700
  • 7f8365f894 t4200: fix rerere test Junio C Hamano 2008-06-22 02:03:26 -0700
  • 51e0d0a67b rerere: remove dubious "tail_optimization" Junio C Hamano 2008-06-22 00:27:46 -0700
  • a1b32fdc3d git-rerere: detect unparsable conflicts Junio C Hamano 2008-06-22 00:21:28 -0700
  • 9022a495a3 rerere: rerere_created_at() and has_resolution() abstraction Junio C Hamano 2008-06-21 23:28:58 -0700
  • 73f03627f4 Correct documentation for git-push --mirror Shawn O. Pearce 2008-06-20 23:25:25 -0400
  • fbd458a3f6 t/README: Add 'Skipping Tests' section below 'Running Tests' Jakub Narebski 2008-06-20 23:10:50 +0200
  • cdeaf10f7e Print errno upon failure to open the COMMIT_EDITMSG file Cristian Peraferrer 2008-06-20 17:24:20 +0200