1. 18 8月, 2005 8 次提交
  2. 17 8月, 2005 16 次提交
  3. 16 8月, 2005 7 次提交
  4. 15 8月, 2005 7 次提交
    • J
      Show which branch you are on in git-status output. · 3998f8eb
      Junio C Hamano 提交于
      When not on the "master" branch, show which branch we are
      working on in the git-status message.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      3998f8eb
    • J
      Add git-show-branches-script · 7c27558c
      Junio C Hamano 提交于
      Often I find myself wanting to do quick branches check when I am
      not in the windowing environment and cannot run gitk.
      
      This stupid script shows commits leading to the heads of
      interesting branches with indication which ones belong to which
      branches, so that fork point is somewhat discernible without
      using gitk.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      7c27558c
    • R
      [PATCH] Add some simple howtos, culled from the mailing list. · 365a00a3
      Ryan Anderson 提交于
      I think these are useful, and I think putting them in a new "howto"
      directory might help some users until we get to the point of splitting
      up the tutorial to be easier to read.
      
      Given the authorship, I think it's safe to put these in the repository.
      Signed-off-by: NRyan Anderson <ryan@michonline.com>
      365a00a3
    • J
      [PATCH] Fixed/Extended example for update hook · c65a9470
      Josef Weidendorfer 提交于
      Add sample code to distinguish --force rebased head and simple
      fast-forward.  At the same time fixes a real bug; the "new ref"
      path was using a wrong parameter.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      c65a9470
    • J
      Add cheap local clone '-s' flag to git-clone-script · aae4f42c
      Junio C Hamano 提交于
      Using the $GIT_OBJECT_DIRECTORY/info/alternates mechanism,
      create a new repository that borrows objects from the original
      repository when --shared flag is given in addition to --local.
      
      It is worth pointing out that the "cloned" repository depends on
      the original repository, so this should be used only when you
      can reasonably trust that the original repository would not
      disappear without your knowing.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      aae4f42c
    • J
      Alternate object pool mechanism updates. · d5a63b99
      Junio C Hamano 提交于
      It was a mistake to use GIT_ALTERNATE_OBJECT_DIRECTORIES
      environment variable to specify what alternate object pools to
      look for missing objects when working with an object database.
      It is not a property of the process running the git commands,
      but a property of the object database that is partial and needs
      other object pools to complete the set of objects it lacks.
      
      This patch allows you to have $GIT_OBJECT_DIRECTORY/info/alternates
      whose contents is in exactly the same format as the environment
      variable, to let an object database name alternate object pools
      it depends on.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      d5a63b99
    • J
      Documentation updates. · 3f971fc4
      Junio C Hamano 提交于
      Linus brought up that documentation for many commands have
      incorrect attribution.  I started counting lines again, but
      ended up adding a handful of missing manual pages.
      Signed-off-by: NJunio C Hamano <junkio@cox.net>
      3f971fc4
  5. 14 8月, 2005 2 次提交