Commit Graph

  • 3c8b7df1ba remote.c: minor clean-up of match_explicit() Junio C Hamano 2007-06-09 00:14:04 -0700
  • 163f0ee5ad remote.c: refactor creation of new dst ref Junio C Hamano 2007-06-09 00:07:34 -0700
  • 54a8ad925c remote.c: refactor match_explicit_refs() Junio C Hamano 2007-06-08 23:22:58 -0700
  • e58db03bbe Merge branch 'maint' Junio C Hamano 2007-06-09 11:52:43 -0700
  • e876e74111 Remove unnecessary code and comments on non-existing 8kB tag object restriction Johan Herland 2007-06-09 02:12:37 +0200
  • 29cf5e1245 Make command description imperative statement, not third-person present. william pursell 2007-06-09 16:44:12 +0100
  • 27c96c4fd3 t5000: silence unzip availability check René Scharfe 2007-06-09 08:31:12 +0200
  • 71e66ecf0f Merge branch 'aj/pack' Junio C Hamano 2007-06-09 02:06:31 -0700
  • 89dd19e107 Merge branch 'js/merge' Junio C Hamano 2007-06-09 02:06:01 -0700
  • 6668833437 cmd_log_init: remove parsing of --encoding command line parameter Jeff King 2007-05-16 07:15:07 -0400
  • 684a93d958 Merge branch 'ar/wildcardpush' Junio C Hamano 2007-06-08 21:03:36 -0700
  • 52912cce77 Merge branch 'ar/clone' Junio C Hamano 2007-06-08 21:03:04 -0700
  • 5265bfcb06 also strip p4/ from local imports. Han-Wen Nienhuys 2007-05-23 18:49:35 -0300
  • 69d8cc8b99 Merge branch 'master' of git://repo.or.cz/fast-export Han-Wen Nienhuys 2007-06-08 18:19:23 -0300
  • 1b9a46849a print error message when p4 print fails (eg. due to permission problems) Han-Wen Nienhuys 2007-05-23 18:49:35 -0300
  • 693b63273e cvsserver: Add some useful commandline options Frank Lichtenheld 2007-06-07 16:57:01 +0200
  • abc403f584 Merge branch 'maint' Junio C Hamano 2007-06-08 02:55:19 -0700
  • 16befb8b7f Even more missing static Junio C Hamano 2007-06-08 02:54:57 -0700
  • fcd056a6d2 More missing static Junio C Hamano 2007-06-08 02:22:56 -0700
  • 2d93b9face More missing static Junio C Hamano 2007-06-08 02:24:58 -0700
  • 52fae7de4e Missing statics. Pierre Habouzit 2007-06-07 22:45:00 +0200
  • e1944f4074 Active_nr is unsigned, hence can't be < 0 Pierre Habouzit 2007-06-07 22:44:59 +0200
  • 4890888d74 cvsserver: Make req_Root more critical of its input data Frank Lichtenheld 2007-06-07 16:57:00 +0200
  • 225696af2c gitview: Define __slots__ for Commit Michael Ellerman 2007-05-30 14:47:09 +1000
  • 709b148a90 gitview: Use new-style classes Michael Ellerman 2007-05-30 14:47:08 +1000
  • 5035242c47 checkout: do not get confused with ambiguous tag/branch names Junio C Hamano 2007-06-08 01:19:13 -0700
  • bcdb34f70d Test wildcard push/fetch Junio C Hamano 2007-06-08 00:43:22 -0700
  • 6e66bf3c79 Fix push with refspecs containing wildcards Alex Riesen 2007-06-08 01:43:05 +0200
  • d80ded01de git-gui: Changed blame header bar background to match main window gitgui-0.7.3 Shawn O. Pearce 2007-06-08 02:02:48 -0400
  • df450923a2 Only get the expensive branch mapping from the p4 server when not syncing with the help of an origin remote (which we instead then use to get new branches from). Simon Hausmann 2007-06-08 08:49:22 +0200
  • a3fdd57901 Make git-p4 submit detect the correct reference (origin) branch when working with multi-branch imports. Simon Hausmann 2007-06-07 22:54:32 +0200
  • 5e100b5cd7 Make clone behave like git clone by default again. Simon Hausmann 2007-06-07 21:12:25 +0200
  • c4b33253c2 Exclude the HEAD symbolic ref from the list of known branches Marius Storm-Olsen 2007-06-07 15:28:04 +0200
  • db775559c2 Fix single branch import into remotes Marius Storm-Olsen 2007-06-07 15:13:59 +0200
  • 98ad4faf95 Fix git-p4 clone (defaultDestination) Marius Storm-Olsen 2007-06-07 15:08:33 +0200
  • f7baba8b09 Ensure that the commit message is Windows formated (CRLF) before invoking the editor. Marius Storm-Olsen 2007-06-07 14:07:01 +0200
  • a52d5c7bc0 Fix depot-path determination for git-p4 submit Simon Hausmann 2007-06-07 13:10:20 +0200
  • b0d10df77a Fix git-p4 submit Simon Hausmann 2007-06-07 13:09:14 +0200
  • 68c4215306 Fix git-p4 rebase Simon Hausmann 2007-06-07 12:51:03 +0200
  • 6509e19cd1 Hack to make the multi-branch import work again with self.depotPaths now that self.depotPath is gone Simon Hausmann 2007-06-07 09:41:53 +0200
  • 330f53b8d6 Don't attempt to set the initialParent on multi-branch imports (useless). At some point the code paths should be unified, but for now I need a working git-p4 :) Simon Hausmann 2007-06-07 09:39:51 +0200
  • 583e170706 Fix common path "calculation" from logs of multiple branches. Need to use min instead of max for prev/cur to avoid out-of-bounds string access. Also treat "i" as index of the last match instead of a length because in case of a complete match of the two strings i was off by one. Simon Hausmann 2007-06-07 09:37:13 +0200
  • 845b42cb6c Fix support for "depot-path" in older git-p4 imports Simon Hausmann 2007-06-07 09:19:34 +0200
  • a6080a0a44 War on whitespace Junio C Hamano 2007-06-07 00:04:01 -0700
  • defe13a24a Fix clone to setup the origin if its name ends with .git Alex Riesen 2007-06-06 16:39:05 -0700
  • 5c08931dfc Use git-tag in git-cvsimport Elvis Pranskevichus 2007-06-03 02:56:36 -0400
  • 9489d0f197 filter-branch: always export GIT_DIR if it is set Matthias Lederhofer 2007-06-06 09:16:56 +0200
  • 3270736bd1 Merge branch 'js/filter' into ei/worktree+filter Junio C Hamano 2007-06-06 16:08:34 -0700
  • f4f51add27 setup_git_directory: fix segfault if repository is found in cwd Matthias Lederhofer 2007-06-06 23:29:59 +0200
  • 3ae4a867d3 test GIT_WORK_TREE Matthias Lederhofer 2007-06-06 09:14:25 +0200
  • 6c56049ff6 extend rev-parse test for --is-inside-work-tree Matthias Lederhofer 2007-06-06 09:13:26 +0200
  • 7ae3df8c0a Use new semantics of is_bare/inside_git_dir/inside_work_tree Matthias Lederhofer 2007-06-03 16:48:16 +0200
  • 892c41b98a introduce GIT_WORK_TREE to specify the work tree Matthias Lederhofer 2007-06-06 09:10:42 +0200
  • dace6e44f6 test git rev-parse Matthias Lederhofer 2007-06-06 09:01:21 +0200
  • 493c774e58 rev-parse: introduce --is-bare-repository Matthias Lederhofer 2007-06-03 16:46:36 +0200
  • 4faac2468d rev-parse: document --is-inside-git-dir Matthias Lederhofer 2007-06-03 16:46:04 +0200
  • 3af51928ab pack-check: Sort entries by pack offset before unpacking them. Alexandre Julliard 2007-06-03 20:21:41 +0200
  • d44c782bbd Merge branch 'sv/objfixes' Junio C Hamano 2007-06-06 15:43:24 -0700
  • e2ac7cb5fb Don't assume tree entries that are not dirs are blobs Sam Vilain 2007-06-06 22:25:17 +1200
  • 23fcdc7971 git-cvsimport: Make sure to use $git_dir always instead of .git sometimes Michael Milligan 2007-06-05 00:06:30 -0600
  • e59ade9f90 fix documentation of unpack-objects -n Sam Vilain 2007-06-07 09:23:16 +1200
  • a1a5a6347b Accept dates before 2000/01/01 when specified as seconds since the epoch Johannes Sixt 2007-06-06 10:11:55 +0200
  • f07dfbad29 Makefile: Remove git-merge-base from PROGRAMS. Johannes Sixt 2007-06-04 13:53:05 +0200
  • 3a86f36bed t5000: skip ZIP tests if unzip was not found Johannes Schindelin 2007-06-06 19:57:40 +0100
  • 3520e1e868 filter-branch: also don't fail in map() if a commit cannot be mapped Johannes Sixt 2007-06-06 20:38:35 +0200
  • 2766ce2815 filter-branch: Use rev-list arguments to specify revision ranges. Johannes Sixt 2007-06-06 09:43:41 +0200
  • 9840906026 filter-branch: fix behaviour of '-k' Johannes Schindelin 2007-06-05 16:58:13 +0100
  • c12764b8b7 filter-branch: use $(($i+1)) instead of $((i+1)) Johannes Schindelin 2007-06-06 16:24:07 +0100
  • 211b7f19c7 git-submodule: clone during update, not during init Lars Hjemli 2007-06-06 11:13:02 +0200
  • 33aa6fff5d git-submodule: move cloning into a separate function Lars Hjemli 2007-06-06 11:13:01 +0200
  • 06baffd3df cvsimport: add <remote>/HEAD reference in separate remotes more Andy Whitcroft 2007-06-04 10:01:49 +0100
  • cbc9be5ca3 cvsimport: update documentation to include separate remotes option Andy Whitcroft 2007-06-04 10:01:34 +0100
  • 8b7f5fc1ca cvsimport: add support for new style remote layout Andy Whitcroft 2007-05-30 01:56:41 +0100
  • 6abd0fb396 Merge branch 'mm/tag' Junio C Hamano 2007-06-06 02:29:41 -0700
  • d674ee4cfc chmod +x git-filter-branch.sh Matthias Lederhofer 2007-06-06 09:29:39 +0200
  • 11f68d9082 git-branch --track: fix tracking branch computation. Junio C Hamano 2007-06-06 01:10:14 -0700
  • 2571ac6722 Fix typo in git-mergetool Josh Triplett 2007-06-05 21:24:19 -0700
  • e6ff0f42bb Add the --numbered-files option to git-format-patch. Jon Loeliger 2007-06-05 15:06:53 -0500
  • ec563e8153 $EMAIL is a last resort fallback, as it's system-wide. Pierre Habouzit 2007-06-05 18:40:41 +0200
  • 350d857529 filter-branch: prevent filters from reading from stdin Matthias Lederhofer 2007-06-05 16:12:08 +0200
  • d0f51a8b2a make clean should remove all the test programs too Matthias Lederhofer 2007-06-05 15:43:17 +0200
  • aaa3ca7477 add git-filter-branch to .gitignore Matthias Lederhofer 2007-06-05 15:26:12 +0200
  • 0f32da53df git-gui: Favor the original annotations over the recent ones Shawn O. Pearce 2007-06-06 03:22:22 -0400
  • 949da61b9b git-gui: Improve our labeling of blame annotation types Shawn O. Pearce 2007-06-06 03:03:16 -0400
  • 5d198d6766 git-gui: Use three colors for the blame viewer background Shawn O. Pearce 2007-06-06 02:53:36 -0400
  • 0dfed77b3c git-gui: Jump to original line in blame viewer Shawn O. Pearce 2007-06-04 04:07:35 -0400
  • 383d4e0f8b git-gui: Display both commits in our tooltips Shawn O. Pearce 2007-06-02 19:03:55 -0400
  • 172c92b475 git-gui: Run blame twice on the same file and display both outputs Shawn O. Pearce 2007-06-02 18:21:18 -0400
  • debcd0fd02 git-gui: Display the "Loading annotation..." message in italic Shawn O. Pearce 2007-06-02 17:15:56 -0400
  • fc816d7b85 git-gui: Rename fields in blame viewer to better descriptions Shawn O. Pearce 2007-06-02 23:26:24 -0400
  • c5db65aef3 git-gui: Label the uncommitted blame history entry Shawn O. Pearce 2007-06-02 16:03:52 -0400
  • 2f85b7e4b4 git-gui: Switch internal blame structure to Tcl lists Shawn O. Pearce 2007-06-02 16:01:43 -0400
  • 14c4dfd3d1 git-gui: Cleanup redundant column management in blame viewer Shawn O. Pearce 2007-06-02 15:34:52 -0400
  • c17c175133 git-gui: Better document our blame variables Shawn O. Pearce 2007-06-02 15:13:35 -0400
  • b61101579f git-gui: Remove unused commit_list from blame viewer Shawn O. Pearce 2007-06-02 14:45:35 -0400
  • 81fb7efeda git-gui: Automatically expand the line number column as needed Shawn O. Pearce 2007-06-02 14:41:10 -0400
  • 375e1365a6 git-gui: Make the line number column slightly wider in blame Shawn O. Pearce 2007-06-02 14:35:44 -0400
  • 000a10696c git-gui: Use lighter colors in blame view Shawn O. Pearce 2007-06-02 14:31:01 -0400
  • 063257076d git-gui: Remove unnecessary space between columns in blame viewer Shawn O. Pearce 2007-06-02 02:55:53 -0400
  • 0eab69a4a9 git-gui: Remove the loaded column from the blame viewer Shawn O. Pearce 2007-06-02 02:38:26 -0400