Commit Graph

  • e4cd6c7a20 Backup the array passed to fetch_pack so we can free items Shawn O. Pearce 2007-09-14 18:57:11 -0400
  • e8a37b89f7 Fix builtin-fetch memory corruption by not overstepping array Shawn O. Pearce 2007-09-14 18:59:53 -0400
  • e4022ed2c8 Always ensure the pack.keep file is removed by git-fetch Shawn O. Pearce 2007-09-14 03:31:25 -0400
  • 1788c39cd0 Remove pack.keep after ref updates in git-fetch Shawn O. Pearce 2007-09-14 03:31:23 -0400
  • 106764e651 Refactor index-pack "keep $sha1" handling for reuse Shawn O. Pearce 2007-09-14 03:31:16 -0400
  • 425b139313 Simplify fetch transport API to just one function Shawn O. Pearce 2007-09-14 03:31:21 -0400
  • 7a2bff4593 Replace custom memory growth allocator with ALLOC_GROW Shawn O. Pearce 2007-09-14 03:31:18 -0400
  • f1ae391e17 Remove unused unpacklimit variable from builtin-fetch Shawn O. Pearce 2007-09-14 03:31:13 -0400
  • 133296f00c Remove unnecessary debugging from builtin-fetch Shawn O. Pearce 2007-09-14 03:31:11 -0400
  • 4ad1eada97 Fix off by one bug in reflog messages written by builtin-fetch Shawn O. Pearce 2007-09-14 03:31:09 -0400
  • 1aad91f5a7 Correct builtin-fetch to handle + in refspecs Shawn O. Pearce 2007-09-14 03:31:07 -0400
  • b888d61c83 Make fetch a builtin Daniel Barkalow 2007-09-10 23:03:25 -0400
  • c7a8a16239 Add bundle transport Johannes Schindelin 2007-09-10 23:03:21 -0400
  • 30415d50cc Move bundle specific stuff into bundle.[ch] Johannes Schindelin 2007-09-10 23:03:15 -0400
  • c29727d524 Add fetch methods to transport library. Daniel Barkalow 2007-09-10 23:03:11 -0400
  • d71ab17470 Add matching and parsing for fetch-side refspec rules Daniel Barkalow 2007-09-10 23:03:08 -0400
  • 9b288516ee Push code for transport library Daniel Barkalow 2007-09-10 23:03:04 -0400
  • 2d4177c01c Make fetch-pack a builtin with an internal API Daniel Barkalow 2007-09-10 23:03:00 -0400
  • cf818348f1 Report information on branches from remote.h Daniel Barkalow 2007-09-10 23:02:56 -0400
  • 0012ba2108 Add uploadpack configuration info to remote. Daniel Barkalow 2007-09-10 23:02:51 -0400
  • 30ae764b1e Modularize commit-walker Daniel Barkalow 2007-09-10 23:02:45 -0400
  • fbdeef948b Remove obsolete commit-walkers Daniel Barkalow 2007-09-10 23:02:40 -0400
  • fc57b6aaa5 Make function to refill http queue a callback Daniel Barkalow 2007-09-10 23:02:34 -0400
  • 45c1741235 Refactor http.h USE_CURL_MULTI fill_active_slots(). Daniel Barkalow 2007-09-10 23:02:28 -0400
  • 077d6f72c7 Merge branch 'maint' to sync with 1.5.3.2 Junio C Hamano 2007-09-19 03:21:35 -0700
  • 806ea701ce GIT 1.5.3.2 v1.5.3.2 Junio C Hamano 2007-09-19 03:11:28 -0700
  • 6b30852ded builtin-for-each-ref.c::copy_name() - do not overstep the buffer. Junio C Hamano 2007-09-19 01:52:59 -0700
  • ca0328354a builtin-apply.c: fix a tiny leak introduced during xmemdupz() conversion. Junio C Hamano 2007-09-19 01:37:50 -0700
  • 182af8343c Use xmemdupz() in many places. Pierre Habouzit 2007-09-16 00:32:36 +0200
  • 39bd2eb56a Merge branch 'master' into ph/strbuf Junio C Hamano 2007-09-18 17:42:15 -0700
  • 1b4cbb5d58 remote: document the 'rm' subcommand James Bowes 2007-07-07 11:22:43 -0400
  • 611360443e remote: add 'rm' subcommand James Bowes 2007-06-05 19:25:23 -0400
  • 7a98869935 apply: get rid of --index-info in favor of --build-fake-ancestor Johannes Schindelin 2007-09-17 23:34:06 +0100
  • af6fb4c822 Added example hook script to save/restore permissions/ownership. Josh England 2007-09-11 10:59:04 -0600
  • 46232915d5 Add post-merge hook, related documentation, and tests. Josh England 2007-09-11 10:59:03 -0600
  • 89df580d0a Merge branch 'maint' Junio C Hamano 2007-09-18 17:39:25 -0700
  • 8ae674952c Fixed update-hook example allow-users format. Väinö Järvelä 2007-09-18 15:26:09 +0300
  • bd43098c26 Documentation/git-svn: updated design philosophy notes Eric Wong 2007-09-18 16:50:42 -0700
  • cd894ee9ad t/t4014: test "am -3" with mode-only change. Junio C Hamano 2007-09-18 15:19:47 -0700
  • d28840461d git-commit.sh: Shell script cleanup David Kastrup 2007-09-17 22:56:44 +0200
  • 76bf8d0e0a preserve executable bits in zip archives Dmitry Potapov 2007-09-16 21:07:38 +0400
  • 3d845d7763 Fix lapsus in builtin-apply.c Pierre Habouzit 2007-09-18 12:12:58 +0200
  • 5c633a4cbe git-push: documentation and tests for pushing only branches Jeff King 2007-09-18 04:15:34 -0400
  • bf1ee63678 git-svnimport: Use separate arguments in the pipe for git-rev-parse Matthias Urlichs 2007-09-18 11:29:09 +0200
  • e349026812 contrib/fast-import: add perl version of simple example Jeff King 2007-09-18 03:26:27 -0400
  • 7f8cfadf21 contrib/fast-import: add simple shell example Nguyen Thai Ngoc Duy 2007-09-18 03:26:01 -0400
  • 68d3025a80 Add xmemdupz() that duplicates a block of memory, and NUL terminates it. Pierre Habouzit 2007-09-15 23:53:05 +0200
  • 53271411e7 rev-list --bisect: Bisection "distance" clean up. Christian Couder 2007-09-17 05:28:36 +0200
  • 77c11e064c rev-list --bisect: Move some bisection code into best_bisection. Christian Couder 2007-09-17 05:28:29 +0200
  • ce0cbad772 rev-list --bisect: Move finding bisection into do_find_bisection. Christian Couder 2007-09-17 05:28:20 +0200
  • 0557656930 fast-import optimization: Pierre Habouzit 2007-09-17 14:00:38 +0200
  • eec813cfc6 fast-import was using dbuf's, replace them with strbuf's. Pierre Habouzit 2007-09-17 13:48:17 +0200
  • e6c019d0b0 Drop strbuf's 'eof' marker, and make read_line a first class citizen. Pierre Habouzit 2007-09-17 11:19:04 +0200
  • 9346b4e1ad Merge branch 'cr/reset' Junio C Hamano 2007-09-18 00:42:01 -0700
  • 148c63006a Merge branch 'maint' Junio C Hamano 2007-09-18 00:41:43 -0700
  • 7a461b5a33 Document ls-files --with-tree=<tree-ish> Junio C Hamano 2007-09-14 16:59:04 -0700
  • cba8d48961 git-commit: partial commit of paths only removed from the index Junio C Hamano 2007-09-14 16:53:58 -0700
  • 64586e75af git-commit: Allow partial commit of file removal. Junio C Hamano 2007-09-12 16:04:22 -0700
  • a017f27dcb Merge branch 'jc/grep-c' into maint Junio C Hamano 2007-09-17 23:56:40 -0700
  • 9269df9610 Merge branch 'maint' of git://repo.or.cz/git-gui into maint Junio C Hamano 2007-09-17 23:50:17 -0700
  • 17815501a8 git-gc --auto: run "repack -A -d -l" as necessary. Junio C Hamano 2007-09-17 00:55:13 -0700
  • 95143f9e68 git-gc --auto: restructure the way "repack" command line is built. Junio C Hamano 2007-09-17 00:48:39 -0700
  • a087cc9819 git-gc --auto: protect ourselves from accumulated cruft Junio C Hamano 2007-09-17 00:44:17 -0700
  • e9831e83e0 git-gc --auto: add documentation. Junio C Hamano 2007-09-17 00:39:52 -0700
  • caf9de2f46 git-gc --auto: move threshold check to need_to_gc() function. Junio C Hamano 2007-09-17 00:37:06 -0700
  • 65aa53029a repack -A -d: use --keep-unreachable when repacking Junio C Hamano 2007-09-16 23:24:07 -0700
  • be510cfef3 send-email: make message-id generation a bit more robust Junio C Hamano 2007-09-17 21:18:20 -0700
  • 08cdfb1337 pack-objects --keep-unreachable Junio C Hamano 2007-09-16 23:20:07 -0700
  • 000dfd3f6e Export matches_pack_name() and fix its return value Junio C Hamano 2007-09-16 23:15:19 -0700
  • acd69176f7 Merge branch 'maint' Junio C Hamano 2007-09-17 02:21:43 -0700
  • d7416ecac8 git-apply: fix whitespace stripping J. Bruce Fields 2007-09-16 18:49:00 -0400
  • 704396bc2a Merge branch 'maint' Shawn O. Pearce 2007-09-16 23:15:21 -0400
  • 3849bfba84 git-gui: Disable native platform text selection in "lists" gitgui-0.8.3 Shawn O. Pearce 2007-09-16 23:12:19 -0400
  • ece7b74903 apply --index-info: fall back to current index for mode changes Johannes Schindelin 2007-09-17 01:24:57 +0100
  • 8b6087fb25 Remove preemptive allocations. Pierre Habouzit 2007-09-16 10:19:01 +0200
  • a08f23ab3e Refactor replace_encoding_header. Pierre Habouzit 2007-09-15 23:50:12 +0200
  • c7f9cb1428 builtin-apply: use strbuf's instead of buffer_desc's. Pierre Habouzit 2007-09-16 18:54:42 +0200
  • ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. Pierre Habouzit 2007-09-15 15:56:50 +0200
  • 5ecd293d14 Rewrite convert_to_{git,working_tree} to use strbuf's. Pierre Habouzit 2007-09-16 15:51:04 +0200
  • 917c9a7133 New strbuf APIs: splice and attach. Pierre Habouzit 2007-09-15 15:56:50 +0200
  • f3caeb9ac2 Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint Junio C Hamano 2007-09-15 23:18:05 -0700
  • a85fecafe6 core-tutorial: minor cleanup J. Bruce Fields 2007-09-03 10:34:27 -0400
  • 40dac517ee documentation: replace Discussion section by link to user-manual chapter J. Bruce Fields 2007-09-03 00:01:19 -0400
  • ecd95b536e user-manual: todo updates and cleanup J. Bruce Fields 2007-09-02 23:28:49 -0400
  • 9644ffdd65 user-manual: fix introduction to packfiles J. Bruce Fields 2007-09-08 22:27:18 -0400
  • 09eff7b0f7 user-manual: move packfile and dangling object discussion J. Bruce Fields 2007-09-08 22:13:53 -0400
  • 1bbf1c7900 user-manual: rewrite object database discussion J. Bruce Fields 2007-06-10 15:15:08 -0400
  • 513d419c59 user-manual: reorder commit, blob, tree discussion J. Bruce Fields 2007-08-31 23:26:38 -0400
  • 1c097891e4 user-manual: rewrite index discussion J. Bruce Fields 2007-09-03 12:59:55 -0400
  • 1c6045fffa user-manual: create new "low-level git operations" chapter J. Bruce Fields 2007-09-03 11:27:56 -0400
  • 036f81997c user-manual: rename "git internals" to "git concepts" J. Bruce Fields 2007-08-30 23:10:05 -0400
  • f2327c6c52 user-manual: move object format details to hacking-git chapter J. Bruce Fields 2007-08-30 23:07:05 -0400
  • 971aa71fc6 user-manual: adjust section levels in "git internals" J. Bruce Fields 2007-08-30 22:49:33 -0400
  • 023756f4eb revision walker: --cherry-pick is a limited operation Johannes Schindelin 2007-09-15 18:39:52 +0100
  • e598c5177e git-sh-setup: typofix in comments Junio C Hamano 2007-09-15 16:32:23 -0700
  • 6c9ad166db rebase: allow starting from a dirty tree. Junio C Hamano 2007-07-09 00:51:23 -0700
  • bc9e7399af stash: implement "stash create" Junio C Hamano 2007-07-08 01:38:32 -0700
  • d3392f7e86 Merge branch 'js/remote' Junio C Hamano 2007-09-14 22:38:06 -0700
  • 07efafef2b Merge branch 'js/tag' Junio C Hamano 2007-09-14 22:37:55 -0700
  • 23d23385b3 Merge branch 'lh/svn-first-parent' Junio C Hamano 2007-09-14 22:37:43 -0700