Commit Graph

  • 9f6cf65e66 [PATCH] Fix support for old libcurl barkalow@iabervon.org 2005-07-31 15:59:20 -0400
  • a52b41b265 Fix typo in recent Makefile cleanup (again). Junio C Hamano 2005-07-31 12:06:22 -0700
  • 5da5c8f4cf Teach parse_commit_buffer about grafting. Junio C Hamano 2005-07-30 00:58:28 -0700
  • 60036a41e1 Add a stupid "count objects" script. Junio C Hamano 2005-07-30 17:31:47 -0700
  • 96155e55e1 Fetch from a packed repository on dumb servers. Junio C Hamano 2005-07-25 22:42:18 -0700
  • 80bd6f3064 Merge with gitk. Junio C Hamano 2005-07-31 10:32:49 -0700
  • 1115fb38df Fix some bugs causing application error popups. Paul Mackerras 2005-07-31 21:35:21 +1000
  • b2c0bd652a [PATCH] add NO_CURL option to the Makefile Johannes Schindelin 2005-07-31 02:14:23 +0200
  • 4f7eb2e5a3 Fix merge-base from getting confused. Linus Torvalds 2005-07-30 15:10:20 -0700
  • 8cc6a08319 [PATCH] Making it easier to find which change introduced a bug Linus Torvalds 2005-07-30 10:08:20 -0700
  • 9e95049b12 NO_OPENSSL should really mean no openssl. Junio C Hamano 2005-07-29 22:43:06 -0700
  • 9e44f8980b Fix typo in recent Makefile cleanup. Junio C Hamano 2005-07-29 18:38:15 -0700
  • adcd3512f5 [PATCH] document git-rev-list better Matthias Urlichs 2005-07-29 20:10:46 +0200
  • 623c8a1460 [PATCH] Build commands through object files Petr Baudis 2005-07-29 19:21:53 +0200
  • eb3c430a85 Skip --merge-order test when built with NO_OPENSSL Junio C Hamano 2005-07-29 15:32:43 -0700
  • dd53c7ab29 [PATCH] Support for NO_OPENSSL Petr Baudis 2005-07-29 17:50:51 +0200
  • 28818ffada [PATCH] Reorder Makefile rules Petr Baudis 2005-07-29 17:50:24 +0200
  • e468305a95 [PATCH] Remove the explicit Makefile dependencies description Petr Baudis 2005-07-29 17:48:50 +0200
  • 5bdac8b326 [PATCH] Improve the compilation-time settings interface Petr Baudis 2005-07-29 17:48:26 +0200
  • 4d1f119033 [PATCH] Unify usage strings declaration Petr Baudis 2005-07-29 11:01:26 +0200
  • 0b124bb4bf [PATCH] Trivial tidyups Petr Baudis 2005-07-29 11:00:45 +0200
  • e35f982415 [PATCH] mmap error handling Pavel Roskin 2005-07-29 10:49:14 -0400
  • 1df092d211 Documentation and tests: ls-files exclude pattern. Junio C Hamano 2005-07-28 23:53:29 -0700
  • fee8825613 ls-files: rework exclude patterns. Junio C Hamano 2005-07-28 23:32:20 -0700
  • 6c3b84c81c [PATCH] Fix interesting git-rev-list corner case Linus Torvalds 2005-07-29 15:50:30 -0700
  • a05ed8cb0c Tutorial: use a bit longer sample filenames. Junio C Hamano 2005-07-28 22:33:45 -0700
  • 4a30976e28 [PATCH] support older versions of libcurl Johannes Schindelin 2005-07-28 19:24:13 -0700
  • 89ab859e94 Merge with gitk. Junio C Hamano 2005-07-29 10:17:37 -0700
  • c8a4acbf4a Improve the merge display when the result differs from all parents. Paul Mackerras 2005-07-29 09:23:03 -0500
  • bfb15365b0 [PATCH] socklen_t needs to be defined and libssl to be linked on old Mac OS X Johannes Schindelin 2005-07-28 16:51:41 +0200
  • 148519b7dc [PATCH] support bc version 1.04 Johannes Schindelin 2005-07-28 16:48:37 +0200
  • bd6bc56d4e [PATCH] remove "-r" option to xargs Johannes Schindelin 2005-07-28 16:48:13 +0200
  • b614e3d757 server-info: do not complain if a tag points at a non-commit. Junio C Hamano 2005-07-28 14:33:17 -0700
  • 629170973d [PATCH] Make git-apply --stat less butt-ugly with long filenames Linus Torvalds 2005-07-28 20:37:23 -0700
  • 73b6a6cbda [PATCH] gitk: Use GIT_DIR where appropriate. Junio C Hamano 2005-07-28 00:28:44 -0700
  • df076bdbcc [PATCH] GIT: Listen on IPv6 as well, if available. YOSHIFUJI Hideaki 2005-07-23 04:24:59 -0400
  • 429a935876 [PATCH] Add documentation for git-rename-script Ryan Anderson 2005-07-25 02:13:11 -0400
  • d36ac03e45 [PATCH] Add support for directories to git-rename-script. Ryan Anderson 2005-07-25 01:26:47 -0400
  • 4ef1753763 Import the --topo-order change and fix the writing of ~/.gitk. Paul Mackerras 2005-07-27 22:16:51 -0500
  • 9d2a52eca1 Display the diffs for a merge in a unified fashion. Paul Mackerras 2005-07-27 22:15:47 -0500
  • fb6a3d8621 Document --strict flag to the fsck-cache command. Junio C Hamano 2005-07-27 18:55:18 -0700
  • 64071805ed git-fsck-cache: be stricter about "tree" objects Linus Torvalds 2005-07-27 16:08:43 -0700
  • 4e81304afc git-convert-cache: fix up mode conversion Linus Torvalds 2005-07-27 15:29:38 -0700
  • de2eb7f694 git-fsck-cache.c: check commit objects more carefully Linus Torvalds 2005-07-27 15:16:03 -0700
  • f7cc77d78b Make "parse_commit()" be a lot more careful Linus Torvalds 2005-07-27 15:12:48 -0700
  • f315724431 Tutorial typofix. Linus Torvalds 2005-07-26 20:04:22 -0700
  • 54c6870ebf Typofix: usage strings fix. Junio C Hamano 2005-07-27 00:04:16 -0700
  • b134922992 git-log: make sure we have some commit to start from. Linus Torvalds 2005-07-26 20:04:22 -0700
  • 9969b64999 request-pull: minor tweaks. Junio C Hamano 2005-07-26 11:47:31 -0700
  • ab421d2c78 [PATCH] Add git-request-pull-script, a short script that generates a summary of pending changes Ryan Anderson 2005-07-26 03:30:36 -0400
  • b55db7ba28 [PATCH] git-status-script was missed during the conversion from N -> A Ryan Anderson 2005-07-27 04:36:08 -0400
  • a977d2cf58 Deb Packaging fixes: Build against Mozilla libs for Debian, conflict with "git" Ryan Anderson 2005-07-23 15:26:32 -0400
  • bdf25142aa Fix potential send-pack SIGSEGV Linus Torvalds 2005-07-26 20:04:22 -0700
  • 2779fad613 Name it 0.99.2 v0.99.2 Junio C Hamano 2005-07-26 17:21:16 -0700
  • 2bbcddee87 Adjust diff-raw tests to the status letter change. Junio C Hamano 2005-07-26 00:22:43 -0700
  • ca8c9156f8 diff-raw: Use 'A' instead of 'N' for added files. Junio C Hamano 2005-07-25 14:31:19 -0700
  • e7baa4f45f Use symbolic constants for diff-raw status indicators. Junio C Hamano 2005-07-25 13:05:44 -0700
  • 30b0535f25 Documentation: describe git-ls-files --exclude patterns. Junio C Hamano 2005-07-24 15:47:26 -0700
  • f87f949748 git-ls-files: --exclude mechanism updates. Junio C Hamano 2005-07-24 15:26:09 -0700
  • b7e438f951 Update the documentation for git-tag-script to reflect current behavior. Ryan Anderson 2005-07-25 02:17:16 -0400
  • 0fad0fdd4b git-tag-script updates. Junio C Hamano 2005-07-25 15:18:35 -0700
  • 154d3d2dd2 Fix up applymbox script for the addition of "git-" prefix Linus Torvalds 2005-07-23 20:28:34 -0700
  • 2002eed6c9 [PATCH] diffcore-pickaxe: switch to "counting" behaviour. Junio C Hamano 2005-07-23 16:35:25 -0700
  • 399144f21c Add a "git rename" to help with - surprise surprise - renames Linus Torvalds 2005-07-23 18:52:22 -0700
  • fd1fcd9f57 Rename the "tools" programs to also have the "git-" prefix Linus Torvalds 2005-07-23 18:46:27 -0700
  • c0a58fbb51 [PATCH] Support cloning packed repo from dumb http servers. Junio C Hamano 2005-07-23 17:55:07 -0700
  • 61e3ef3620 [PATCH] Document update-server-info. Junio C Hamano 2005-07-23 17:54:56 -0700
  • 8f3f9b09dc [PATCH] Add update-server-info. Junio C Hamano 2005-07-23 17:54:41 -0700
  • 0fec082272 [PATCH] git-ls-remote: show and optionally store remote refs. Junio C Hamano 2005-07-23 17:54:26 -0700
  • 508e67ab6e [PATCH] Documentation: git-peek-remote. Junio C Hamano 2005-07-23 17:54:15 -0700
  • 18705953af [PATCH] git-peek-remote: show tags and heads from a remote repository. Junio C Hamano 2005-07-23 17:54:03 -0700
  • a7333f9e56 Update tutorial.txt branches/tags to use the nicer helper syntax Linus Torvalds 2005-07-23 15:24:53 -0700
  • d727782eaf Make "git tag" create both simple and signed tags Linus Torvalds 2005-07-23 15:21:22 -0700
  • 1d8fa411e0 [PATCH] mailinfo: handle folded header. Junio C Hamano 2005-07-23 02:10:31 -0700
  • ce6f8e7ec2 Fix git protocol connection 'port' override Linus Torvalds 2005-07-23 11:10:21 -0700
  • 5ba884483f [PATCH] GIT: Try all addresses for given remote name YOSHIFUJI Hideaki 2005-07-21 09:10:36 -0400
  • 34862b2e24 [PATCH] Deb packaging needs two more configuration files Ryan Anderson 2005-07-22 02:36:07 -0400
  • 71fb3de0ee [PATCH] Deb packages should include the binaries Ryan Anderson 2005-07-22 01:55:56 -0400
  • 4311d328fe Be more aggressive about marking trees uninteresting Linus Torvalds 2005-07-23 10:01:49 -0700
  • a692b9656a [PATCH] tutorial: mention "git clone" records .git/branches/origin Junio C Hamano 2005-07-22 19:13:07 -0700
  • 1cadb5a271 [PATCH] git-clone-script: store where we cloned from in .git/branches/origin Junio C Hamano 2005-07-22 19:11:22 -0700
  • bf0dd8a8de [PATCH] Test framework: prettyprint the failed command. Junio C Hamano 2005-07-22 19:09:34 -0700
  • 8cc393068a [PATCH] Install tools with "make install-tools". Junio C Hamano 2005-07-22 19:09:20 -0700
  • f6e1a4d6dc [PATCH] Audit rev-parse users. Junio C Hamano 2005-07-22 19:09:05 -0700
  • a38e727925 [PATCH] git-branch: avoid getting confused by empty or nonexisting branches. Junio C Hamano 2005-07-22 19:08:47 -0700
  • 5bb2c65aba [PATCH] Help scripts that use git-rev-parse to grok args with SP/TAB/LF Junio C Hamano 2005-07-22 19:08:32 -0700
  • 99cff830e0 [PATCH] Document "curl" requirements. Junio C Hamano 2005-07-22 17:30:26 -0700
  • 3dcb90f526 [PATCH] Support more http features: https no cert, .netrc -> auth Darrin Thompson 2005-07-12 21:12:40 -0500
  • 421cbeb2f7 [PATCH] Install git-verify-tag-script Eric W. Biederman 2005-07-16 14:19:24 -0600
  • 62b532b080 [PATCH] Cleanup: git-verify-tag-script Eric W. Biederman 2005-07-16 14:18:40 -0600
  • 8228326e46 [PATCH] Fix a typo in git-unpack-objects documentation. Jan Veldeman 2005-07-19 14:59:09 -0700
  • f2a1f9a56e [PATCH] debian/ fixes Ryan Anderson 2005-07-19 21:17:47 -0400
  • 5c2c972f47 [PATCH] format-patch: --mbox and --check. Junio C Hamano 2005-07-22 16:04:47 -0700
  • 44d2eb51b1 [PATCH] git-format-patch-script and mailinfo updates. Junio C Hamano 2005-07-22 16:04:34 -0700
  • 3727531899 [PATCH] tools/applymbox: allow manual fixing and continuing after a failure. Junio C Hamano 2005-07-22 16:04:19 -0700
  • d854f783af [PATCH] apply.c: --exclude=fnmatch-pattern option. Junio C Hamano 2005-07-22 09:56:57 -0700
  • 8b64647dd9 [PATCH] apply.c: handle incomplete lines correctly. Junio C Hamano 2005-07-22 09:56:39 -0700
  • 7eab29339b Handle the rename cases reported by git-diff-tree -C correctly. Paul Mackerras 2005-07-20 12:25:54 -0400
  • 3c461ffe88 Calculate the list of interesting files for a merge. Paul Mackerras 2005-07-20 09:13:46 -0400
  • f0b32737ad Add "git commit --all" since everybody seems to want it. Linus Torvalds 2005-07-19 07:20:39 -0400